Color spaces of #ac8aae
RGB | 172 | 138 | 174 |
---|---|---|---|
HSL | 0.82 | 0.18 | 0.61 |
HSV | 297° | 21° | 68° |
CMYK | 0.01 | 0.21 | 0.00 0.32 |
XYZ | 33.7417 | 30.0036 | 44.0573 |
Yxy | 30.0036 | 0.3130 | 0.2783 |
Hunter Lab | 54.7755 | 14.0987 | -9.3455 |
CIE-Lab | 61.6573 | 19.3051 | -14.0357 |
#ac8aae color RGB value is (172,138,174).
#ac8aae hex color red value is 172, green value is 138 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ac8aae hue: 0.82 , saturation: 0.18 and the lightness value of ac8aae is 0.61.
The process color (four color CMYK) of #ac8aae color hex is 0.01, 0.21, 0.00, 0.32. Web safe color of #ac8aae is #999999. Color #ac8aae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10001010 | 10101110 |
Octal | 254 | 212 | 256 |
Decimal | 172 | 138 | 174 |
Hex | AC | 8A | AE |
Shades of #ac8aae
Tints of #ac8aae
RGB Percentages of Color #ac8aae
CMYK Percentages of Color #ac8aae
Complementary Color
#ac8aae | #8cae8a |
#ac8aae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac8aae Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac8aae Color CSS Codes
.mybgcolor {background-color:#ac8aae; } .myforecolor {color:#ac8aae; } .mybordercolor {border:3px solid #ac8aae; }
#ac8aae Text Font Color
<p style="color:#ac8aae">Text here</p>
This sample text font color is #ac8aae
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.
#ac8aae Background Color
<div style="background-color:#ac8aae">
Div content here</div>
This div background color is #ac8aae
#ac8aae Border Color
<div style="border:3px solid #ac8aae">
Div here</div>
This div border color is #ac8aae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,138,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac8aae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac8aae; -webkit-box-shadow: 1px 1px 3px 2px #ac8aae; box-shadow: 1px 1px 3px 2px #ac8aae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,138,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 #ac8aae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac8aae; -webkit-box-shadow: 1px 1px 3px 2px #ac8aae; box-shadow: 1px 1px 3px 2px #ac8aae;">
Div content here</div>
This div box has shadow with color #ac8aae
Comments
No comments written yet.
Please login to write comment.