Color spaces of #aa9ebd
RGB | 170 | 158 | 189 |
---|---|---|---|
HSL | 0.73 | 0.19 | 0.68 |
HSV | 263° | 16° | 74° |
CMYK | 0.10 | 0.16 | 0.00 0.26 |
XYZ | 37.9897 | 36.6739 | 53.2206 |
Yxy | 36.6739 | 0.2971 | 0.2868 |
Hunter Lab | 60.5590 | 5.9979 | -9.7141 |
CIE-Lab | 67.0317 | 10.4141 | -14.3865 |
#aa9ebd color RGB value is (170,158,189).
#aa9ebd hex color red value is 170, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #aa9ebd hue: 0.73 , saturation: 0.19 and the lightness value of aa9ebd is 0.68.
The process color (four color CMYK) of #aa9ebd color hex is 0.10, 0.16, 0.00, 0.26. Web safe color of #aa9ebd is #9999cc. Color #aa9ebd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10011110 | 10111101 |
Octal | 252 | 236 | 275 |
Decimal | 170 | 158 | 189 |
Hex | AA | 9E | BD |
Shades of #aa9ebd
Tints of #aa9ebd
RGB Percentages of Color #aa9ebd
CMYK Percentages of Color #aa9ebd
Complementary Color
#aa9ebd | #b1bd9e |
#aa9ebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aa9ebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aa9ebd Color CSS Codes
.mybgcolor {background-color:#aa9ebd; } .myforecolor {color:#aa9ebd; } .mybordercolor {border:3px solid #aa9ebd; }
#aa9ebd Text Font Color
<p style="color:#aa9ebd">Text here</p>
This sample text font color is #aa9ebd
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.
#aa9ebd Background Color
<div style="background-color:#aa9ebd">
Div content here</div>
This div background color is #aa9ebd
#aa9ebd Border Color
<div style="border:3px solid #aa9ebd">
Div here</div>
This div border color is #aa9ebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,158,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aa9ebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aa9ebd; -webkit-box-shadow: 1px 1px 3px 2px #aa9ebd; box-shadow: 1px 1px 3px 2px #aa9ebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,158,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aa9ebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aa9ebd; -webkit-box-shadow: 1px 1px 3px 2px #aa9ebd; box-shadow: 1px 1px 3px 2px #aa9ebd;">
Div content here</div>
This div box has shadow with color #aa9ebd
Comments
No comments written yet.
Please login to write comment.