Color spaces of #ab8990
RGB | 171 | 137 | 144 |
---|---|---|---|
HSL | 0.97 | 0.17 | 0.60 |
HSV | 348° | 20° | 67° |
CMYK | 0.00 | 0.20 | 0.16 0.33 |
XYZ | 30.7743 | 28.5629 | 30.2768 |
Yxy | 28.5629 | 0.3434 | 0.3187 |
Hunter Lab | 53.4443 | 9.2565 | 3.8225 |
CIE-Lab | 60.3939 | 14.0524 | 1.1727 |
#ab8990 color RGB value is (171,137,144).
#ab8990 hex color red value is 171, green value is 137 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ab8990 hue: 0.97 , saturation: 0.17 and the lightness value of ab8990 is 0.60.
The process color (four color CMYK) of #ab8990 color hex is 0.00, 0.20, 0.16, 0.33. Web safe color of #ab8990 is #999999. Color #ab8990 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10001001 | 10010000 |
Octal | 253 | 211 | 220 |
Decimal | 171 | 137 | 144 |
Hex | AB | 89 | 90 |
Shades of #ab8990
Tints of #ab8990
RGB Percentages of Color #ab8990
CMYK Percentages of Color #ab8990
Complementary Color
#ab8990 | #89aba4 |
#ab8990 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab8990 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab8990 Color CSS Codes
.mybgcolor {background-color:#ab8990; } .myforecolor {color:#ab8990; } .mybordercolor {border:3px solid #ab8990; }
#ab8990 Text Font Color
<p style="color:#ab8990">Text here</p>
This sample text font color is #ab8990
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.
#ab8990 Background Color
<div style="background-color:#ab8990">
Div content here</div>
This div background color is #ab8990
#ab8990 Border Color
<div style="border:3px solid #ab8990">
Div here</div>
This div border color is #ab8990
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,137,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab8990; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab8990; -webkit-box-shadow: 1px 1px 3px 2px #ab8990; box-shadow: 1px 1px 3px 2px #ab8990; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,137,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab8990">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab8990; -webkit-box-shadow: 1px 1px 3px 2px #ab8990; box-shadow: 1px 1px 3px 2px #ab8990;">
Div content here</div>
This div box has shadow with color #ab8990
Comments
No comments written yet.
Please login to write comment.