Color spaces of #ac8faa
RGB | 172 | 143 | 170 |
---|---|---|---|
HSL | 0.84 | 0.15 | 0.62 |
HSV | 304° | 17° | 67° |
CMYK | 0.00 | 0.17 | 0.01 0.33 |
XYZ | 34.0914 | 31.3179 | 42.2783 |
Yxy | 31.3179 | 0.3166 | 0.2908 |
Hunter Lab | 55.9624 | 10.8052 | -5.6185 |
CIE-Lab | 62.7751 | 15.7061 | -10.0900 |
#ac8faa color RGB value is (172,143,170).
#ac8faa hex color red value is 172, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ac8faa hue: 0.84 , saturation: 0.15 and the lightness value of ac8faa is 0.62.
The process color (four color CMYK) of #ac8faa color hex is 0.00, 0.17, 0.01, 0.33. Web safe color of #ac8faa is #999999. Color #ac8faa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10001111 | 10101010 |
Octal | 254 | 217 | 252 |
Decimal | 172 | 143 | 170 |
Hex | AC | 8F | AA |
Shades of #ac8faa
Tints of #ac8faa
RGB Percentages of Color #ac8faa
CMYK Percentages of Color #ac8faa
Complementary Color
#ac8faa | #8fac91 |
#ac8faa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac8faa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac8faa Color CSS Codes
.mybgcolor {background-color:#ac8faa; } .myforecolor {color:#ac8faa; } .mybordercolor {border:3px solid #ac8faa; }
#ac8faa Text Font Color
<p style="color:#ac8faa">Text here</p>
This sample text font color is #ac8faa
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.
#ac8faa Background Color
<div style="background-color:#ac8faa">
Div content here</div>
This div background color is #ac8faa
#ac8faa Border Color
<div style="border:3px solid #ac8faa">
Div here</div>
This div border color is #ac8faa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,143,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac8faa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac8faa; -webkit-box-shadow: 1px 1px 3px 2px #ac8faa; box-shadow: 1px 1px 3px 2px #ac8faa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,143,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac8faa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac8faa; -webkit-box-shadow: 1px 1px 3px 2px #ac8faa; box-shadow: 1px 1px 3px 2px #ac8faa;">
Div content here</div>
This div box has shadow with color #ac8faa
Comments
No comments written yet.
Please login to write comment.