Color spaces of #acacab
RGB | 172 | 172 | 171 |
---|---|---|---|
HSL | 0.17 | 0.01 | 0.67 |
HSV | 60° | 1° | 67° |
CMYK | 0.00 | 0.00 | 0.01 0.33 |
XYZ | 39.1165 | 41.2160 | 44.4219 |
Yxy | 41.2160 | 0.3135 | 0.3304 |
Hunter Lab | 64.1997 | -3.5904 | 3.9151 |
CIE-Lab | 70.3270 | -0.1840 | 0.5051 |
#acacab color RGB value is (172,172,171).
#acacab hex color red value is 172, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acacab hue: 0.17 , saturation: 0.01 and the lightness value of acacab is 0.67.
The process color (four color CMYK) of #acacab color hex is 0.00, 0.00, 0.01, 0.33. Web safe color of #acacab is #999999. Color #acacab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101100 | 10101011 |
Octal | 254 | 254 | 253 |
Decimal | 172 | 172 | 171 |
Hex | AC | AC | AB |
Shades of #acacab
Tints of #acacab
RGB Percentages of Color #acacab
CMYK Percentages of Color #acacab
Complementary Color
#acacab | #ababac |
#acacab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acacab Color Preview on White Background
Lorem ipsum dolor sit amet.
#acacab Color CSS Codes
.mybgcolor {background-color:#acacab; } .myforecolor {color:#acacab; } .mybordercolor {border:3px solid #acacab; }
#acacab Text Font Color
<p style="color:#acacab">Text here</p>
This sample text font color is #acacab
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.
#acacab Background Color
<div style="background-color:#acacab">
Div content here</div>
This div background color is #acacab
#acacab Border Color
<div style="border:3px solid #acacab">
Div here</div>
This div border color is #acacab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,172,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acacab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acacab; -webkit-box-shadow: 1px 1px 3px 2px #acacab; box-shadow: 1px 1px 3px 2px #acacab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,172,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acacab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acacab; -webkit-box-shadow: 1px 1px 3px 2px #acacab; box-shadow: 1px 1px 3px 2px #acacab;">
Div content here</div>
This div box has shadow with color #acacab
#acacab Color Palettes
Comments
No comments written yet.
Please login to write comment.