Color spaces of #acb971
RGB | 172 | 185 | 113 |
---|---|---|---|
HSL | 0.20 | 0.34 | 0.58 |
HSV | 71° | 39° | 73° |
CMYK | 0.07 | 0.00 | 0.39 0.27 |
XYZ | 37.3429 | 44.6608 | 22.2750 |
Yxy | 44.6608 | 0.3581 | 0.4283 |
Hunter Lab | 66.8287 | -17.2072 | 27.0179 |
CIE-Lab | 72.6680 | -15.9827 | 35.0296 |
#acb971 color RGB value is (172,185,113).
#acb971 hex color red value is 172, green value is 185 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #acb971 hue: 0.20 , saturation: 0.34 and the lightness value of acb971 is 0.58.
The process color (four color CMYK) of #acb971 color hex is 0.07, 0.00, 0.39, 0.27. Web safe color of #acb971 is #99cc66. Color #acb971 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111001 | 01110001 |
Octal | 254 | 271 | 161 |
Decimal | 172 | 185 | 113 |
Hex | AC | B9 | 71 |
Shades of #acb971
Tints of #acb971
RGB Percentages of Color #acb971
CMYK Percentages of Color #acb971
Complementary Color
#acb971 | #7e71b9 |
#acb971 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb971 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb971 Color CSS Codes
.mybgcolor {background-color:#acb971; } .myforecolor {color:#acb971; } .mybordercolor {border:3px solid #acb971; }
#acb971 Text Font Color
<p style="color:#acb971">Text here</p>
This sample text font color is #acb971
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.
#acb971 Background Color
<div style="background-color:#acb971">
Div content here</div>
This div background color is #acb971
#acb971 Border Color
<div style="border:3px solid #acb971">
Div here</div>
This div border color is #acb971
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,185,113, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb971; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb971; -webkit-box-shadow: 1px 1px 3px 2px #acb971; box-shadow: 1px 1px 3px 2px #acb971; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,185,113, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb971">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb971; -webkit-box-shadow: 1px 1px 3px 2px #acb971; box-shadow: 1px 1px 3px 2px #acb971;">
Div content here</div>
This div box has shadow with color #acb971
Comments
No comments written yet.
Please login to write comment.