Color spaces of #aabbab
RGB | 170 | 187 | 171 |
---|---|---|---|
HSL | 0.34 | 0.11 | 0.70 |
HSV | 124° | 9° | 73° |
CMYK | 0.09 | 0.00 | 0.09 0.27 |
XYZ | 41.6986 | 47.0270 | 45.4074 |
Yxy | 47.0270 | 0.3109 | 0.3506 |
Hunter Lab | 68.5762 | -11.4694 | 8.7448 |
CIE-Lab | 74.2070 | -8.8986 | 6.1059 |
#aabbab color RGB value is (170,187,171).
#aabbab hex color red value is 170, green value is 187 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aabbab hue: 0.34 , saturation: 0.11 and the lightness value of aabbab is 0.70.
The process color (four color CMYK) of #aabbab color hex is 0.09, 0.00, 0.09, 0.27. Web safe color of #aabbab is #99cc99. Color #aabbab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111011 | 10101011 |
Octal | 252 | 273 | 253 |
Decimal | 170 | 187 | 171 |
Hex | AA | BB | AB |
Shades of #aabbab
Tints of #aabbab
RGB Percentages of Color #aabbab
CMYK Percentages of Color #aabbab
Complementary Color
#aabbab | #bbaaba |
#aabbab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabbab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabbab Color CSS Codes
.mybgcolor {background-color:#aabbab; } .myforecolor {color:#aabbab; } .mybordercolor {border:3px solid #aabbab; }
#aabbab Text Font Color
<p style="color:#aabbab">Text here</p>
This sample text font color is #aabbab
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.
#aabbab Background Color
<div style="background-color:#aabbab">
Div content here</div>
This div background color is #aabbab
#aabbab Border Color
<div style="border:3px solid #aabbab">
Div here</div>
This div border color is #aabbab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,187,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabbab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabbab; -webkit-box-shadow: 1px 1px 3px 2px #aabbab; box-shadow: 1px 1px 3px 2px #aabbab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,187,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabbab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabbab; -webkit-box-shadow: 1px 1px 3px 2px #aabbab; box-shadow: 1px 1px 3px 2px #aabbab;">
Div content here</div>
This div box has shadow with color #aabbab
Comments
No comments written yet.
Please login to write comment.