Color spaces of #aa8aae
RGB | 170 | 138 | 174 |
---|---|---|---|
HSL | 0.81 | 0.18 | 0.61 |
HSV | 293° | 21° | 68° |
CMYK | 0.02 | 0.21 | 0.00 0.32 |
XYZ | 33.3060 | 29.7790 | 44.0369 |
Yxy | 29.7790 | 0.3109 | 0.2780 |
Hunter Lab | 54.5701 | 13.4468 | -9.6466 |
CIE-Lab | 61.4631 | 18.6120 | -14.3478 |
#aa8aae color RGB value is (170,138,174).
#aa8aae hex color red value is 170, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aa8aae hue: 0.81 , saturation: 0.18 and the lightness value of aa8aae is 0.61.
The process color (four color CMYK) of #aa8aae color hex is 0.02, 0.21, 0.00, 0.32. Web safe color of #aa8aae is #999999. Color #aa8aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10001010 | 10101110 |
Octal | 252 | 212 | 256 |
Decimal | 170 | 138 | 174 |
Hex | AA | 8A | AE |
Shades of #aa8aae
Tints of #aa8aae
RGB Percentages of Color #aa8aae
CMYK Percentages of Color #aa8aae
Complementary Color
#aa8aae | #8eae8a |
#aa8aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa8aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa8aae Color CSS Codes
.mybgcolor {background-color:#aa8aae; } .myforecolor {color:#aa8aae; } .mybordercolor {border:3px solid #aa8aae; }
#aa8aae Text Font Color
<p style="color:#aa8aae">Text here</p>
This sample text font color is #aa8aae
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.
#aa8aae Background Color
<div style="background-color:#aa8aae">
Div content here</div>
This div background color is #aa8aae
#aa8aae Border Color
<div style="border:3px solid #aa8aae">
Div here</div>
This div border color is #aa8aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,138,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa8aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa8aae; -webkit-box-shadow: 1px 1px 3px 2px #aa8aae; box-shadow: 1px 1px 3px 2px #aa8aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,138,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa8aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa8aae; -webkit-box-shadow: 1px 1px 3px 2px #aa8aae; box-shadow: 1px 1px 3px 2px #aa8aae;">
Div content here</div>
This div box has shadow with color #aa8aae
Comments
No comments written yet.
Please login to write comment.