Color spaces of #ab90ae
RGB | 171 | 144 | 174 |
---|---|---|---|
HSL | 0.82 | 0.16 | 0.62 |
HSV | 294° | 17° | 68° |
CMYK | 0.02 | 0.17 | 0.00 0.32 |
XYZ | 34.4078 | 31.6604 | 44.3420 |
Yxy | 31.6604 | 0.3116 | 0.2868 |
Hunter Lab | 56.2676 | 10.6851 | -7.3365 |
CIE-Lab | 63.0612 | 15.5684 | -11.9331 |
#ab90ae color RGB value is (171,144,174).
#ab90ae hex color red value is 171, green value is 144 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ab90ae hue: 0.82 , saturation: 0.16 and the lightness value of ab90ae is 0.62.
The process color (four color CMYK) of #ab90ae color hex is 0.02, 0.17, 0.00, 0.32. Web safe color of #ab90ae is #999999. Color #ab90ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010000 | 10101110 |
Octal | 253 | 220 | 256 |
Decimal | 171 | 144 | 174 |
Hex | AB | 90 | AE |
Shades of #ab90ae
Tints of #ab90ae
RGB Percentages of Color #ab90ae
CMYK Percentages of Color #ab90ae
Complementary Color
#ab90ae | #93ae90 |
#ab90ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab90ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab90ae Color CSS Codes
.mybgcolor {background-color:#ab90ae; } .myforecolor {color:#ab90ae; } .mybordercolor {border:3px solid #ab90ae; }
#ab90ae Text Font Color
<p style="color:#ab90ae">Text here</p>
This sample text font color is #ab90ae
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.
#ab90ae Background Color
<div style="background-color:#ab90ae">
Div content here</div>
This div background color is #ab90ae
#ab90ae Border Color
<div style="border:3px solid #ab90ae">
Div here</div>
This div border color is #ab90ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,144,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab90ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab90ae; -webkit-box-shadow: 1px 1px 3px 2px #ab90ae; box-shadow: 1px 1px 3px 2px #ab90ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,144,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 #ab90ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab90ae; -webkit-box-shadow: 1px 1px 3px 2px #ab90ae; box-shadow: 1px 1px 3px 2px #ab90ae;">
Div content here</div>
This div box has shadow with color #ab90ae
Comments
No comments written yet.
Please login to write comment.