Color spaces of #aabfaa
RGB | 170 | 191 | 170 |
---|---|---|---|
HSL | 0.33 | 0.14 | 0.71 |
HSV | 120° | 11° | 75° |
CMYK | 0.11 | 0.00 | 0.11 0.25 |
XYZ | 42.4641 | 48.7099 | 45.1941 |
Yxy | 48.7099 | 0.3114 | 0.3572 |
Hunter Lab | 69.7925 | -13.5314 | 10.4615 |
CIE-Lab | 75.2705 | -11.1717 | 8.1738 |
#aabfaa color RGB value is (170,191,170).
#aabfaa hex color red value is 170, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aabfaa hue: 0.33 , saturation: 0.14 and the lightness value of aabfaa is 0.71.
The process color (four color CMYK) of #aabfaa color hex is 0.11, 0.00, 0.11, 0.25. Web safe color of #aabfaa is #99cc99. Color #aabfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111111 | 10101010 |
Octal | 252 | 277 | 252 |
Decimal | 170 | 191 | 170 |
Hex | AA | BF | AA |
Shades of #aabfaa
Tints of #aabfaa
RGB Percentages of Color #aabfaa
CMYK Percentages of Color #aabfaa
Complementary Color
#aabfaa | #bfaabf |
#aabfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabfaa Color CSS Codes
.mybgcolor {background-color:#aabfaa; } .myforecolor {color:#aabfaa; } .mybordercolor {border:3px solid #aabfaa; }
#aabfaa Text Font Color
<p style="color:#aabfaa">Text here</p>
This sample text font color is #aabfaa
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.
#aabfaa Background Color
<div style="background-color:#aabfaa">
Div content here</div>
This div background color is #aabfaa
#aabfaa Border Color
<div style="border:3px solid #aabfaa">
Div here</div>
This div border color is #aabfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,191,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabfaa; -webkit-box-shadow: 1px 1px 3px 2px #aabfaa; box-shadow: 1px 1px 3px 2px #aabfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,191,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 #aabfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabfaa; -webkit-box-shadow: 1px 1px 3px 2px #aabfaa; box-shadow: 1px 1px 3px 2px #aabfaa;">
Div content here</div>
This div box has shadow with color #aabfaa
#aabfaa Color Palettes
Comments
No comments written yet.
Please login to write comment.