Color spaces of #06dbdd
RGB | 6 | 219 | 221 |
---|---|---|---|
HSL | 0.50 | 0.95 | 0.45 |
HSV | 181° | 97° | 87° |
CMYK | 0.97 | 0.01 | 0.00 0.13 |
XYZ | 38.4578 | 55.9222 | 77.1737 |
Yxy | 55.9222 | 0.2242 | 0.3260 |
Hunter Lab | 74.7811 | -39.0696 | -8.8401 |
CIE-Lab | 79.5695 | -42.1219 | -13.5448 |
#06dbdd color RGB value is (6,219,221).
#06dbdd hex color red value is 6, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #06dbdd hue: 0.50 , saturation: 0.95 and the lightness value of 06dbdd is 0.45.
The process color (four color CMYK) of #06dbdd color hex is 0.97, 0.01, 0.00, 0.13. Web safe color of #06dbdd is #00cccc. Color #06dbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 11011011 | 11011101 |
Octal | 6 | 333 | 335 |
Decimal | 6 | 219 | 221 |
Hex | 6 | DB | DD |
Shades of #06dbdd
Tints of #06dbdd
RGB Percentages of Color #06dbdd
CMYK Percentages of Color #06dbdd
Complementary Color
#06dbdd | #dd0806 |
#06dbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06dbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#06dbdd Color CSS Codes
.mybgcolor {background-color:#06dbdd; } .myforecolor {color:#06dbdd; } .mybordercolor {border:3px solid #06dbdd; }
#06dbdd Text Font Color
<p style="color:#06dbdd">Text here</p>
This sample text font color is #06dbdd
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.
#06dbdd Background Color
<div style="background-color:#06dbdd">
Div content here</div>
This div background color is #06dbdd
#06dbdd Border Color
<div style="border:3px solid #06dbdd">
Div here</div>
This div border color is #06dbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,219,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06dbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06dbdd; -webkit-box-shadow: 1px 1px 3px 2px #06dbdd; box-shadow: 1px 1px 3px 2px #06dbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,219,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06dbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06dbdd; -webkit-box-shadow: 1px 1px 3px 2px #06dbdd; box-shadow: 1px 1px 3px 2px #06dbdd;">
Div content here</div>
This div box has shadow with color #06dbdd
Comments
No comments written yet.
Please login to write comment.