Color spaces of #acab4e
RGB | 172 | 171 | 78 |
---|---|---|---|
HSL | 0.16 | 0.38 | 0.49 |
HSV | 59° | 55° | 67° |
CMYK | 0.00 | 0.01 | 0.55 0.33 |
XYZ | 32.9513 | 38.4465 | 12.8919 |
Yxy | 38.4465 | 0.3909 | 0.4561 |
Hunter Lab | 62.0052 | -13.6493 | 31.0763 |
CIE-Lab | 68.3484 | -12.3221 | 47.2198 |
#acab4e color RGB value is (172,171,78).
#acab4e hex color red value is 172, green value is 171 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #acab4e hue: 0.16 , saturation: 0.38 and the lightness value of acab4e is 0.49.
The process color (four color CMYK) of #acab4e color hex is 0.00, 0.01, 0.55, 0.33. Web safe color of #acab4e is #999966. Color #acab4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101011 | 01001110 |
Octal | 254 | 253 | 116 |
Decimal | 172 | 171 | 78 |
Hex | AC | AB | 4E |
Shades of #acab4e
Tints of #acab4e
RGB Percentages of Color #acab4e
CMYK Percentages of Color #acab4e
Complementary Color
#acab4e | #4e4fac |
#acab4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acab4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#acab4e Color CSS Codes
.mybgcolor {background-color:#acab4e; } .myforecolor {color:#acab4e; } .mybordercolor {border:3px solid #acab4e; }
#acab4e Text Font Color
<p style="color:#acab4e">Text here</p>
This sample text font color is #acab4e
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.
#acab4e Background Color
<div style="background-color:#acab4e">
Div content here</div>
This div background color is #acab4e
#acab4e Border Color
<div style="border:3px solid #acab4e">
Div here</div>
This div border color is #acab4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,171,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acab4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acab4e; -webkit-box-shadow: 1px 1px 3px 2px #acab4e; box-shadow: 1px 1px 3px 2px #acab4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,171,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acab4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acab4e; -webkit-box-shadow: 1px 1px 3px 2px #acab4e; box-shadow: 1px 1px 3px 2px #acab4e;">
Div content here</div>
This div box has shadow with color #acab4e
Comments
No comments written yet.
Please login to write comment.