Color spaces of #acbab9
RGB | 172 | 186 | 185 |
---|---|---|---|
HSL | 0.49 | 0.09 | 0.70 |
HSV | 176° | 8° | 73° |
CMYK | 0.08 | 0.00 | 0.01 0.27 |
XYZ | 43.3291 | 47.3912 | 52.7627 |
Yxy | 47.3912 | 0.3020 | 0.3303 |
Hunter Lab | 68.8413 | -8.1233 | 2.7467 |
CIE-Lab | 74.4393 | -5.0110 | -1.1615 |
#acbab9 color RGB value is (172,186,185).
#acbab9 hex color red value is 172, green value is 186 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #acbab9 hue: 0.49 , saturation: 0.09 and the lightness value of acbab9 is 0.70.
The process color (four color CMYK) of #acbab9 color hex is 0.08, 0.00, 0.01, 0.27. Web safe color of #acbab9 is #99cccc. Color #acbab9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111010 | 10111001 |
Octal | 254 | 272 | 271 |
Decimal | 172 | 186 | 185 |
Hex | AC | BA | B9 |
Shades of #acbab9
Tints of #acbab9
RGB Percentages of Color #acbab9
CMYK Percentages of Color #acbab9
Complementary Color
#acbab9 | #baacad |
#acbab9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbab9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbab9 Color CSS Codes
.mybgcolor {background-color:#acbab9; } .myforecolor {color:#acbab9; } .mybordercolor {border:3px solid #acbab9; }
#acbab9 Text Font Color
<p style="color:#acbab9">Text here</p>
This sample text font color is #acbab9
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.
#acbab9 Background Color
<div style="background-color:#acbab9">
Div content here</div>
This div background color is #acbab9
#acbab9 Border Color
<div style="border:3px solid #acbab9">
Div here</div>
This div border color is #acbab9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,186,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbab9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbab9; -webkit-box-shadow: 1px 1px 3px 2px #acbab9; box-shadow: 1px 1px 3px 2px #acbab9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,186,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acbab9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbab9; -webkit-box-shadow: 1px 1px 3px 2px #acbab9; box-shadow: 1px 1px 3px 2px #acbab9;">
Div content here</div>
This div box has shadow with color #acbab9
Comments
No comments written yet.
Please login to write comment.