Color spaces of #ab858e
RGB | 171 | 133 | 142 |
---|---|---|---|
HSL | 0.96 | 0.18 | 0.60 |
HSV | 346° | 22° | 67° |
CMYK | 0.00 | 0.22 | 0.17 0.33 |
XYZ | 30.0646 | 27.3860 | 29.2926 |
Yxy | 27.3860 | 0.3466 | 0.3157 |
Hunter Lab | 52.3316 | 10.9681 | 3.4446 |
CIE-Lab | 59.3299 | 15.9787 | 0.7684 |
#ab858e color RGB value is (171,133,142).
#ab858e hex color red value is 171, green value is 133 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ab858e hue: 0.96 , saturation: 0.18 and the lightness value of ab858e is 0.60.
The process color (four color CMYK) of #ab858e color hex is 0.00, 0.22, 0.17, 0.33. Web safe color of #ab858e is #999999. Color #ab858e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000101 | 10001110 |
Octal | 253 | 205 | 216 |
Decimal | 171 | 133 | 142 |
Hex | AB | 85 | 8E |
Shades of #ab858e
Tints of #ab858e
RGB Percentages of Color #ab858e
CMYK Percentages of Color #ab858e
Complementary Color
#ab858e | #85aba2 |
#ab858e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab858e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab858e Color CSS Codes
.mybgcolor {background-color:#ab858e; } .myforecolor {color:#ab858e; } .mybordercolor {border:3px solid #ab858e; }
#ab858e Text Font Color
<p style="color:#ab858e">Text here</p>
This sample text font color is #ab858e
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.
#ab858e Background Color
<div style="background-color:#ab858e">
Div content here</div>
This div background color is #ab858e
#ab858e Border Color
<div style="border:3px solid #ab858e">
Div here</div>
This div border color is #ab858e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,133,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab858e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab858e; -webkit-box-shadow: 1px 1px 3px 2px #ab858e; box-shadow: 1px 1px 3px 2px #ab858e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,133,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab858e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab858e; -webkit-box-shadow: 1px 1px 3px 2px #ab858e; box-shadow: 1px 1px 3px 2px #ab858e;">
Div content here</div>
This div box has shadow with color #ab858e
Comments
No comments written yet.
Please login to write comment.