Color spaces of #aa8eab
RGB | 170 | 142 | 171 |
---|---|---|---|
HSL | 0.83 | 0.15 | 0.61 |
HSV | 298° | 17° | 67° |
CMYK | 0.01 | 0.17 | 0.00 0.33 |
XYZ | 33.6013 | 30.8323 | 42.7083 |
Yxy | 30.8323 | 0.3136 | 0.2878 |
Hunter Lab | 55.5268 | 10.8448 | -6.7339 |
CIE-Lab | 62.3658 | 15.7596 | -11.2887 |
#aa8eab color RGB value is (170,142,171).
#aa8eab hex color red value is 170, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aa8eab hue: 0.83 , saturation: 0.15 and the lightness value of aa8eab is 0.61.
The process color (four color CMYK) of #aa8eab color hex is 0.01, 0.17, 0.00, 0.33. Web safe color of #aa8eab is #999999. Color #aa8eab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10001110 | 10101011 |
Octal | 252 | 216 | 253 |
Decimal | 170 | 142 | 171 |
Hex | AA | 8E | AB |
Shades of #aa8eab
Tints of #aa8eab
RGB Percentages of Color #aa8eab
CMYK Percentages of Color #aa8eab
Complementary Color
#aa8eab | #8fab8e |
#aa8eab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa8eab Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa8eab Color CSS Codes
.mybgcolor {background-color:#aa8eab; } .myforecolor {color:#aa8eab; } .mybordercolor {border:3px solid #aa8eab; }
#aa8eab Text Font Color
<p style="color:#aa8eab">Text here</p>
This sample text font color is #aa8eab
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.
#aa8eab Background Color
<div style="background-color:#aa8eab">
Div content here</div>
This div background color is #aa8eab
#aa8eab Border Color
<div style="border:3px solid #aa8eab">
Div here</div>
This div border color is #aa8eab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,142,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa8eab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa8eab; -webkit-box-shadow: 1px 1px 3px 2px #aa8eab; box-shadow: 1px 1px 3px 2px #aa8eab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,142,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 #aa8eab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa8eab; -webkit-box-shadow: 1px 1px 3px 2px #aa8eab; box-shadow: 1px 1px 3px 2px #aa8eab;">
Div content here</div>
This div box has shadow with color #aa8eab
Comments
No comments written yet.
Please login to write comment.