Color spaces of #6aacac
RGB | 106 | 172 | 172 |
---|---|---|---|
HSL | 0.50 | 0.28 | 0.55 |
HSV | 180° | 38° | 67° |
CMYK | 0.38 | 0.00 | 0.00 0.33 |
XYZ | 28.1428 | 35.5478 | 44.4079 |
Yxy | 35.5478 | 0.2603 | 0.3288 |
Hunter Lab | 59.6220 | -20.0828 | -2.4253 |
CIE-Lab | 66.1730 | -20.9365 | -6.6415 |
#6aacac color RGB value is (106,172,172).
#6aacac hex color red value is 106, green value is 172 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6aacac hue: 0.50 , saturation: 0.28 and the lightness value of 6aacac is 0.55.
The process color (four color CMYK) of #6aacac color hex is 0.38, 0.00, 0.00, 0.33. Web safe color of #6aacac is #669999. Color #6aacac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101010 | 10101100 | 10101100 |
Octal | 152 | 254 | 254 |
Decimal | 106 | 172 | 172 |
Hex | 6A | AC | AC |
Shades of #6aacac
Tints of #6aacac
RGB Percentages of Color #6aacac
CMYK Percentages of Color #6aacac
Complementary Color
#6aacac | #ac6a6a |
#6aacac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6aacac Color Preview on White Background
Lorem ipsum dolor sit amet.
#6aacac Color CSS Codes
.mybgcolor {background-color:#6aacac; } .myforecolor {color:#6aacac; } .mybordercolor {border:3px solid #6aacac; }
#6aacac Text Font Color
<p style="color:#6aacac">Text here</p>
This sample text font color is #6aacac
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.
#6aacac Background Color
<div style="background-color:#6aacac">
Div content here</div>
This div background color is #6aacac
#6aacac Border Color
<div style="border:3px solid #6aacac">
Div here</div>
This div border color is #6aacac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(106,172,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6aacac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6aacac; -webkit-box-shadow: 1px 1px 3px 2px #6aacac; box-shadow: 1px 1px 3px 2px #6aacac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(106,172,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 #6aacac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6aacac; -webkit-box-shadow: 1px 1px 3px 2px #6aacac; box-shadow: 1px 1px 3px 2px #6aacac;">
Div content here</div>
This div box has shadow with color #6aacac
Comments
No comments written yet.
Please login to write comment.