Color spaces of #aca8ac
RGB | 172 | 168 | 172 |
---|---|---|---|
HSL | 0.83 | 0.02 | 0.67 |
HSV | 300° | 2° | 67° |
CMYK | 0.00 | 0.02 | 0.00 0.33 |
XYZ | 38.4623 | 39.7545 | 44.6759 |
Yxy | 39.7545 | 0.3130 | 0.3235 |
Hunter Lab | 63.0512 | -1.4515 | 2.1250 |
CIE-Lab | 69.2943 | 2.1822 | -1.5576 |
#aca8ac color RGB value is (172,168,172).
#aca8ac hex color red value is 172, green value is 168 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #aca8ac hue: 0.83 , saturation: 0.02 and the lightness value of aca8ac is 0.67.
The process color (four color CMYK) of #aca8ac color hex is 0.00, 0.02, 0.00, 0.33. Web safe color of #aca8ac is #999999. Color #aca8ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101000 | 10101100 |
Octal | 254 | 250 | 254 |
Decimal | 172 | 168 | 172 |
Hex | AC | A8 | AC |
Shades of #aca8ac
Tints of #aca8ac
RGB Percentages of Color #aca8ac
CMYK Percentages of Color #aca8ac
Complementary Color
#aca8ac | #a8aca8 |
#aca8ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aca8ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#aca8ac Color CSS Codes
.mybgcolor {background-color:#aca8ac; } .myforecolor {color:#aca8ac; } .mybordercolor {border:3px solid #aca8ac; }
#aca8ac Text Font Color
<p style="color:#aca8ac">Text here</p>
This sample text font color is #aca8ac
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.
#aca8ac Background Color
<div style="background-color:#aca8ac">
Div content here</div>
This div background color is #aca8ac
#aca8ac Border Color
<div style="border:3px solid #aca8ac">
Div here</div>
This div border color is #aca8ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,168,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aca8ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aca8ac; -webkit-box-shadow: 1px 1px 3px 2px #aca8ac; box-shadow: 1px 1px 3px 2px #aca8ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,168,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aca8ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aca8ac; -webkit-box-shadow: 1px 1px 3px 2px #aca8ac; box-shadow: 1px 1px 3px 2px #aca8ac;">
Div content here</div>
This div box has shadow with color #aca8ac
Comments
No comments written yet.
Please login to write comment.