Color spaces of #6dcccf
RGB | 109 | 204 | 207 |
---|---|---|---|
HSL | 0.51 | 0.51 | 0.62 |
HSV | 182° | 47° | 81° |
CMYK | 0.47 | 0.01 | 0.00 0.19 |
XYZ | 39.1620 | 50.9419 | 66.8002 |
Yxy | 50.9419 | 0.2496 | 0.3247 |
Hunter Lab | 71.3736 | -26.9626 | -5.5294 |
CIE-Lab | 76.6438 | -27.2674 | -10.2120 |
#6dcccf color RGB value is (109,204,207).
#6dcccf hex color red value is 109, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #6dcccf hue: 0.51 , saturation: 0.51 and the lightness value of 6dcccf is 0.62.
The process color (four color CMYK) of #6dcccf color hex is 0.47, 0.01, 0.00, 0.19. Web safe color of #6dcccf is #66cccc. Color #6dcccf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101101 | 11001100 | 11001111 |
Octal | 155 | 314 | 317 |
Decimal | 109 | 204 | 207 |
Hex | 6D | CC | CF |
Shades of #6dcccf
Tints of #6dcccf
RGB Percentages of Color #6dcccf
CMYK Percentages of Color #6dcccf
Complementary Color
#6dcccf | #cf706d |
#6dcccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6dcccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#6dcccf Color CSS Codes
.mybgcolor {background-color:#6dcccf; } .myforecolor {color:#6dcccf; } .mybordercolor {border:3px solid #6dcccf; }
#6dcccf Text Font Color
<p style="color:#6dcccf">Text here</p>
This sample text font color is #6dcccf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#6dcccf Background Color
<div style="background-color:#6dcccf">
Div content here</div>
This div background color is #6dcccf
#6dcccf Border Color
<div style="border:3px solid #6dcccf">
Div here</div>
This div border color is #6dcccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(109,204,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6dcccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6dcccf; -webkit-box-shadow: 1px 1px 3px 2px #6dcccf; box-shadow: 1px 1px 3px 2px #6dcccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(109,204,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6dcccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6dcccf; -webkit-box-shadow: 1px 1px 3px 2px #6dcccf; box-shadow: 1px 1px 3px 2px #6dcccf;">
Div content here</div>
This div box has shadow with color #6dcccf
Comments
No comments written yet.
Please login to write comment.