Color spaces of #06aaac
RGB | 6 | 170 | 172 |
---|---|---|---|
HSL | 0.50 | 0.93 | 0.35 |
HSV | 181° | 97° | 67° |
CMYK | 0.97 | 0.01 | 0.00 0.33 |
XYZ | 21.8962 | 31.7667 | 44.0073 |
Yxy | 31.7667 | 0.2242 | 0.3252 |
Hunter Lab | 56.3620 | -29.2875 | -6.8401 |
CIE-Lab | 63.1496 | -34.6505 | -11.4068 |
#06aaac color RGB value is (6,170,172).
#06aaac hex color red value is 6, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #06aaac hue: 0.50 , saturation: 0.93 and the lightness value of 06aaac is 0.35.
The process color (four color CMYK) of #06aaac color hex is 0.97, 0.01, 0.00, 0.33. Web safe color of #06aaac is #009999. Color #06aaac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 10101010 | 10101100 |
Octal | 6 | 252 | 254 |
Decimal | 6 | 170 | 172 |
Hex | 6 | AA | AC |
Shades of #06aaac
Tints of #06aaac
RGB Percentages of Color #06aaac
CMYK Percentages of Color #06aaac
Complementary Color
#06aaac | #ac0806 |
#06aaac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06aaac Color Preview on White Background
Lorem ipsum dolor sit amet.
#06aaac Color CSS Codes
.mybgcolor {background-color:#06aaac; } .myforecolor {color:#06aaac; } .mybordercolor {border:3px solid #06aaac; }
#06aaac Text Font Color
<p style="color:#06aaac">Text here</p>
This sample text font color is #06aaac
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.
#06aaac Background Color
<div style="background-color:#06aaac">
Div content here</div>
This div background color is #06aaac
#06aaac Border Color
<div style="border:3px solid #06aaac">
Div here</div>
This div border color is #06aaac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,170,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06aaac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06aaac; -webkit-box-shadow: 1px 1px 3px 2px #06aaac; box-shadow: 1px 1px 3px 2px #06aaac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,170,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06aaac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06aaac; -webkit-box-shadow: 1px 1px 3px 2px #06aaac; box-shadow: 1px 1px 3px 2px #06aaac;">
Div content here</div>
This div box has shadow with color #06aaac
Comments
No comments written yet.
Please login to write comment.