Color spaces of #aaafaa
RGB | 170 | 175 | 170 |
---|---|---|---|
HSL | 0.33 | 0.03 | 0.68 |
HSV | 120° | 3° | 69° |
CMYK | 0.03 | 0.00 | 0.03 0.31 |
XYZ | 39.1632 | 42.1083 | 44.0938 |
Yxy | 42.1083 | 0.3124 | 0.3359 |
Hunter Lab | 64.8909 | -5.8301 | 5.1357 |
CIE-Lab | 70.9455 | -2.7021 | 1.9376 |
#aaafaa color RGB value is (170,175,170).
#aaafaa hex color red value is 170, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aaafaa hue: 0.33 , saturation: 0.03 and the lightness value of aaafaa is 0.68.
The process color (four color CMYK) of #aaafaa color hex is 0.03, 0.00, 0.03, 0.31. Web safe color of #aaafaa is #999999. Color #aaafaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10101111 | 10101010 |
Octal | 252 | 257 | 252 |
Decimal | 170 | 175 | 170 |
Hex | AA | AF | AA |
Shades of #aaafaa
Tints of #aaafaa
RGB Percentages of Color #aaafaa
CMYK Percentages of Color #aaafaa
Complementary Color
#aaafaa | #afaaaf |
#aaafaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaafaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaafaa Color CSS Codes
.mybgcolor {background-color:#aaafaa; } .myforecolor {color:#aaafaa; } .mybordercolor {border:3px solid #aaafaa; }
#aaafaa Text Font Color
<p style="color:#aaafaa">Text here</p>
This sample text font color is #aaafaa
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.
#aaafaa Background Color
<div style="background-color:#aaafaa">
Div content here</div>
This div background color is #aaafaa
#aaafaa Border Color
<div style="border:3px solid #aaafaa">
Div here</div>
This div border color is #aaafaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,175,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaafaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaafaa; -webkit-box-shadow: 1px 1px 3px 2px #aaafaa; box-shadow: 1px 1px 3px 2px #aaafaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,175,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 #aaafaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaafaa; -webkit-box-shadow: 1px 1px 3px 2px #aaafaa; box-shadow: 1px 1px 3px 2px #aaafaa;">
Div content here</div>
This div box has shadow with color #aaafaa
Comments
No comments written yet.
Please login to write comment.