Color spaces of #ad879f
RGB | 173 | 135 | 159 |
---|---|---|---|
HSL | 0.89 | 0.19 | 0.60 |
HSV | 322° | 22° | 68° |
CMYK | 0.00 | 0.22 | 0.08 0.32 |
XYZ | 32.1556 | 28.7154 | 36.6487 |
Yxy | 28.7154 | 0.3297 | 0.2945 |
Hunter Lab | 53.5868 | 13.3350 | -3.0385 |
CIE-Lab | 60.5296 | 18.5292 | -7.1745 |
#ad879f color RGB value is (173,135,159).
#ad879f hex color red value is 173, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ad879f hue: 0.89 , saturation: 0.19 and the lightness value of ad879f is 0.60.
The process color (four color CMYK) of #ad879f color hex is 0.00, 0.22, 0.08, 0.32. Web safe color of #ad879f is #999999. Color #ad879f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10000111 | 10011111 |
Octal | 255 | 207 | 237 |
Decimal | 173 | 135 | 159 |
Hex | AD | 87 | 9F |
Shades of #ad879f
Tints of #ad879f
RGB Percentages of Color #ad879f
CMYK Percentages of Color #ad879f
Complementary Color
#ad879f | #87ad95 |
#ad879f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ad879f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ad879f Color CSS Codes
.mybgcolor {background-color:#ad879f; } .myforecolor {color:#ad879f; } .mybordercolor {border:3px solid #ad879f; }
#ad879f Text Font Color
<p style="color:#ad879f">Text here</p>
This sample text font color is #ad879f
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.
#ad879f Background Color
<div style="background-color:#ad879f">
Div content here</div>
This div background color is #ad879f
#ad879f Border Color
<div style="border:3px solid #ad879f">
Div here</div>
This div border color is #ad879f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,135,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ad879f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ad879f; -webkit-box-shadow: 1px 1px 3px 2px #ad879f; box-shadow: 1px 1px 3px 2px #ad879f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,135,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ad879f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ad879f; -webkit-box-shadow: 1px 1px 3px 2px #ad879f; box-shadow: 1px 1px 3px 2px #ad879f;">
Div content here</div>
This div box has shadow with color #ad879f
Comments
No comments written yet.
Please login to write comment.