Color spaces of #ac85ae
RGB | 172 | 133 | 174 |
---|---|---|---|
HSL | 0.83 | 0.20 | 0.60 |
HSV | 297° | 24° | 68° |
CMYK | 0.01 | 0.24 | 0.00 0.32 |
XYZ | 33.0408 | 28.6017 | 43.8236 |
Yxy | 28.6017 | 0.3133 | 0.2712 |
Hunter Lab | 53.4806 | 16.6880 | -11.1476 |
CIE-Lab | 60.4285 | 22.1333 | -15.8923 |
#ac85ae color RGB value is (172,133,174).
#ac85ae hex color red value is 172, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac85ae hue: 0.83 , saturation: 0.20 and the lightness value of ac85ae is 0.60.
The process color (four color CMYK) of #ac85ae color hex is 0.01, 0.24, 0.00, 0.32. Web safe color of #ac85ae is #999999. Color #ac85ae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10000101 | 10101110 |
Octal | 254 | 205 | 256 |
Decimal | 172 | 133 | 174 |
Hex | AC | 85 | AE |
Shades of #ac85ae
Tints of #ac85ae
RGB Percentages of Color #ac85ae
CMYK Percentages of Color #ac85ae
Complementary Color
#ac85ae | #87ae85 |
#ac85ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac85ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac85ae Color CSS Codes
.mybgcolor {background-color:#ac85ae; } .myforecolor {color:#ac85ae; } .mybordercolor {border:3px solid #ac85ae; }
#ac85ae Text Font Color
<p style="color:#ac85ae">Text here</p>
This sample text font color is #ac85ae
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.
#ac85ae Background Color
<div style="background-color:#ac85ae">
Div content here</div>
This div background color is #ac85ae
#ac85ae Border Color
<div style="border:3px solid #ac85ae">
Div here</div>
This div border color is #ac85ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,133,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac85ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac85ae; -webkit-box-shadow: 1px 1px 3px 2px #ac85ae; box-shadow: 1px 1px 3px 2px #ac85ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,133,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 #ac85ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac85ae; -webkit-box-shadow: 1px 1px 3px 2px #ac85ae; box-shadow: 1px 1px 3px 2px #ac85ae;">
Div content here</div>
This div box has shadow with color #ac85ae
Comments
No comments written yet.
Please login to write comment.