Color spaces of #acadab
RGB | 172 | 173 | 171 |
---|---|---|---|
HSL | 0.25 | 0.01 | 0.67 |
HSV | 90° | 1° | 68° |
CMYK | 0.01 | 0.00 | 0.01 0.32 |
XYZ | 39.3075 | 41.5981 | 44.4856 |
Yxy | 41.5981 | 0.3135 | 0.3317 |
Hunter Lab | 64.4966 | -4.0821 | 4.2532 |
CIE-Lab | 70.5929 | -0.7259 | 0.8927 |
#acadab color RGB value is (172,173,171).
#acadab hex color red value is 172, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acadab hue: 0.25 , saturation: 0.01 and the lightness value of acadab is 0.67.
The process color (four color CMYK) of #acadab color hex is 0.01, 0.00, 0.01, 0.32. Web safe color of #acadab is #999999. Color #acadab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101101 | 10101011 |
Octal | 254 | 255 | 253 |
Decimal | 172 | 173 | 171 |
Hex | AC | AD | AB |
Shades of #acadab
Tints of #acadab
RGB Percentages of Color #acadab
CMYK Percentages of Color #acadab
Complementary Color
#acadab | #acabad |
#acadab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acadab Color Preview on White Background
Lorem ipsum dolor sit amet.
#acadab Color CSS Codes
.mybgcolor {background-color:#acadab; } .myforecolor {color:#acadab; } .mybordercolor {border:3px solid #acadab; }
#acadab Text Font Color
<p style="color:#acadab">Text here</p>
This sample text font color is #acadab
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.
#acadab Background Color
<div style="background-color:#acadab">
Div content here</div>
This div background color is #acadab
#acadab Border Color
<div style="border:3px solid #acadab">
Div here</div>
This div border color is #acadab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,173,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acadab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acadab; -webkit-box-shadow: 1px 1px 3px 2px #acadab; box-shadow: 1px 1px 3px 2px #acadab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,173,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 #acadab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acadab; -webkit-box-shadow: 1px 1px 3px 2px #acadab; box-shadow: 1px 1px 3px 2px #acadab;">
Div content here</div>
This div box has shadow with color #acadab
Comments
No comments written yet.
Please login to write comment.