Color spaces of #acbba9
RGB | 172 | 187 | 169 |
---|---|---|---|
HSL | 0.31 | 0.12 | 0.70 |
HSV | 110° | 10° | 73° |
CMYK | 0.08 | 0.00 | 0.10 0.27 |
XYZ | 41.9450 | 47.1759 | 44.4312 |
Yxy | 47.1759 | 0.3141 | 0.3532 |
Hunter Lab | 68.6847 | -11.1903 | 9.7254 |
CIE-Lab | 74.3021 | -8.5617 | 7.3484 |
#acbba9 color RGB value is (172,187,169).
#acbba9 hex color red value is 172, green value is 187 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #acbba9 hue: 0.31 , saturation: 0.12 and the lightness value of acbba9 is 0.70.
The process color (four color CMYK) of #acbba9 color hex is 0.08, 0.00, 0.10, 0.27. Web safe color of #acbba9 is #99cc99. Color #acbba9 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111011 | 10101001 |
Octal | 254 | 273 | 251 |
Decimal | 172 | 187 | 169 |
Hex | AC | BB | A9 |
Shades of #acbba9
Tints of #acbba9
RGB Percentages of Color #acbba9
CMYK Percentages of Color #acbba9
Complementary Color
#acbba9 | #b8a9bb |
#acbba9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acbba9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acbba9 Color CSS Codes
.mybgcolor {background-color:#acbba9; } .myforecolor {color:#acbba9; } .mybordercolor {border:3px solid #acbba9; }
#acbba9 Text Font Color
<p style="color:#acbba9">Text here</p>
This sample text font color is #acbba9
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.
#acbba9 Background Color
<div style="background-color:#acbba9">
Div content here</div>
This div background color is #acbba9
#acbba9 Border Color
<div style="border:3px solid #acbba9">
Div here</div>
This div border color is #acbba9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,187,169, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acbba9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acbba9; -webkit-box-shadow: 1px 1px 3px 2px #acbba9; box-shadow: 1px 1px 3px 2px #acbba9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,187,169, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acbba9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acbba9; -webkit-box-shadow: 1px 1px 3px 2px #acbba9; box-shadow: 1px 1px 3px 2px #acbba9;">
Div content here</div>
This div box has shadow with color #acbba9
Comments
No comments written yet.
Please login to write comment.