Color spaces of #aabaaa
RGB | 170 | 186 | 170 |
---|---|---|---|
HSL | 0.33 | 0.10 | 0.70 |
HSV | 120° | 9° | 73° |
CMYK | 0.09 | 0.00 | 0.09 0.27 |
XYZ | 41.3922 | 46.5661 | 44.8368 |
Yxy | 46.5661 | 0.3117 | 0.3507 |
Hunter Lab | 68.2394 | -11.1455 | 8.8109 |
CIE-Lab | 73.9114 | -8.5570 | 6.2247 |
#aabaaa color RGB value is (170,186,170).
#aabaaa hex color red value is 170, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aabaaa hue: 0.33 , saturation: 0.10 and the lightness value of aabaaa is 0.70.
The process color (four color CMYK) of #aabaaa color hex is 0.09, 0.00, 0.09, 0.27. Web safe color of #aabaaa is #99cc99. Color #aabaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111010 | 10101010 |
Octal | 252 | 272 | 252 |
Decimal | 170 | 186 | 170 |
Hex | AA | BA | AA |
Shades of #aabaaa
Tints of #aabaaa
RGB Percentages of Color #aabaaa
CMYK Percentages of Color #aabaaa
Complementary Color
#aabaaa | #baaaba |
#aabaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabaaa Color CSS Codes
.mybgcolor {background-color:#aabaaa; } .myforecolor {color:#aabaaa; } .mybordercolor {border:3px solid #aabaaa; }
#aabaaa Text Font Color
<p style="color:#aabaaa">Text here</p>
This sample text font color is #aabaaa
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.
#aabaaa Background Color
<div style="background-color:#aabaaa">
Div content here</div>
This div background color is #aabaaa
#aabaaa Border Color
<div style="border:3px solid #aabaaa">
Div here</div>
This div border color is #aabaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,186,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabaaa; -webkit-box-shadow: 1px 1px 3px 2px #aabaaa; box-shadow: 1px 1px 3px 2px #aabaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,186,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabaaa; -webkit-box-shadow: 1px 1px 3px 2px #aabaaa; box-shadow: 1px 1px 3px 2px #aabaaa;">
Div content here</div>
This div box has shadow with color #aabaaa
Comments
No comments written yet.
Please login to write comment.