Color spaces of #acb89f
RGB | 172 | 184 | 159 |
---|---|---|---|
HSL | 0.25 | 0.15 | 0.67 |
HSV | 89° | 14° | 72° |
CMYK | 0.07 | 0.00 | 0.14 0.28 |
XYZ | 40.4118 | 45.5548 | 39.4639 |
Yxy | 45.5548 | 0.3222 | 0.3632 |
Hunter Lab | 67.4943 | -11.2392 | 12.5792 |
CIE-Lab | 73.2557 | -8.7471 | 11.2923 |
#acb89f color RGB value is (172,184,159).
#acb89f hex color red value is 172, green value is 184 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #acb89f hue: 0.25 , saturation: 0.15 and the lightness value of acb89f is 0.67.
The process color (four color CMYK) of #acb89f color hex is 0.07, 0.00, 0.14, 0.28. Web safe color of #acb89f is #99cc99. Color #acb89f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111000 | 10011111 |
Octal | 254 | 270 | 237 |
Decimal | 172 | 184 | 159 |
Hex | AC | B8 | 9F |
Shades of #acb89f
Tints of #acb89f
RGB Percentages of Color #acb89f
CMYK Percentages of Color #acb89f
Complementary Color
#acb89f | #ab9fb8 |
#acb89f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb89f Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb89f Color CSS Codes
.mybgcolor {background-color:#acb89f; } .myforecolor {color:#acb89f; } .mybordercolor {border:3px solid #acb89f; }
#acb89f Text Font Color
<p style="color:#acb89f">Text here</p>
This sample text font color is #acb89f
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.
#acb89f Background Color
<div style="background-color:#acb89f">
Div content here</div>
This div background color is #acb89f
#acb89f Border Color
<div style="border:3px solid #acb89f">
Div here</div>
This div border color is #acb89f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,184,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb89f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb89f; -webkit-box-shadow: 1px 1px 3px 2px #acb89f; box-shadow: 1px 1px 3px 2px #acb89f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,184,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb89f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb89f; -webkit-box-shadow: 1px 1px 3px 2px #acb89f; box-shadow: 1px 1px 3px 2px #acb89f;">
Div content here</div>
This div box has shadow with color #acb89f
Comments
No comments written yet.
Please login to write comment.