Color spaces of #06adcc
RGB | 6 | 173 | 204 |
---|---|---|---|
HSL | 0.53 | 0.94 | 0.41 |
HSV | 189° | 97° | 80° |
CMYK | 0.97 | 0.15 | 0.00 0.20 |
XYZ | 25.9178 | 34.2855 | 62.3785 |
Yxy | 34.2855 | 0.2114 | 0.2797 |
Hunter Lab | 58.5538 | -23.4594 | -22.1751 |
CIE-Lab | 65.1886 | -25.7181 | -26.1269 |
#06adcc color RGB value is (6,173,204).
#06adcc hex color red value is 6, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #06adcc hue: 0.53 , saturation: 0.94 and the lightness value of 06adcc is 0.41.
The process color (four color CMYK) of #06adcc color hex is 0.97, 0.15, 0.00, 0.20. Web safe color of #06adcc is #0099cc. Color #06adcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10101101 | 11001100 |
Octal | 6 | 255 | 314 |
Decimal | 6 | 173 | 204 |
Hex | 6 | AD | CC |
Shades of #06adcc
Tints of #06adcc
RGB Percentages of Color #06adcc
CMYK Percentages of Color #06adcc
Complementary Color
#06adcc | #cc2506 |
#06adcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06adcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#06adcc Color CSS Codes
.mybgcolor {background-color:#06adcc; } .myforecolor {color:#06adcc; } .mybordercolor {border:3px solid #06adcc; }
#06adcc Text Font Color
<p style="color:#06adcc">Text here</p>
This sample text font color is #06adcc
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.
#06adcc Background Color
<div style="background-color:#06adcc">
Div content here</div>
This div background color is #06adcc
#06adcc Border Color
<div style="border:3px solid #06adcc">
Div here</div>
This div border color is #06adcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,173,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06adcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06adcc; -webkit-box-shadow: 1px 1px 3px 2px #06adcc; box-shadow: 1px 1px 3px 2px #06adcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,173,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06adcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06adcc; -webkit-box-shadow: 1px 1px 3px 2px #06adcc; box-shadow: 1px 1px 3px 2px #06adcc;">
Div content here</div>
This div box has shadow with color #06adcc
Comments
No comments written yet.
Please login to write comment.