Color spaces of #acb83e
RGB | 172 | 184 | 62 |
---|---|---|---|
HSL | 0.18 | 0.50 | 0.48 |
HSV | 66° | 66° | 72° |
CMYK | 0.07 | 0.00 | 0.66 0.28 |
XYZ | 35.0232 | 43.3994 | 11.0884 |
Yxy | 43.3994 | 0.3913 | 0.4848 |
Hunter Lab | 65.8782 | -20.3900 | 36.1353 |
CIE-Lab | 71.8252 | -20.0955 | 58.0258 |
#acb83e color RGB value is (172,184,62).
#acb83e hex color red value is 172, green value is 184 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #acb83e hue: 0.18 , saturation: 0.50 and the lightness value of acb83e is 0.48.
The process color (four color CMYK) of #acb83e color hex is 0.07, 0.00, 0.66, 0.28. Web safe color of #acb83e is #99cc33. Color #acb83e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10111000 | 00111110 |
Octal | 254 | 270 | 76 |
Decimal | 172 | 184 | 62 |
Hex | AC | B8 | 3E |
Shades of #acb83e
Tints of #acb83e
RGB Percentages of Color #acb83e
CMYK Percentages of Color #acb83e
Complementary Color
#acb83e | #4a3eb8 |
#acb83e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb83e Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb83e Color CSS Codes
.mybgcolor {background-color:#acb83e; } .myforecolor {color:#acb83e; } .mybordercolor {border:3px solid #acb83e; }
#acb83e Text Font Color
<p style="color:#acb83e">Text here</p>
This sample text font color is #acb83e
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.
#acb83e Background Color
<div style="background-color:#acb83e">
Div content here</div>
This div background color is #acb83e
#acb83e Border Color
<div style="border:3px solid #acb83e">
Div here</div>
This div border color is #acb83e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,184,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb83e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb83e; -webkit-box-shadow: 1px 1px 3px 2px #acb83e; box-shadow: 1px 1px 3px 2px #acb83e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,184,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb83e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb83e; -webkit-box-shadow: 1px 1px 3px 2px #acb83e; box-shadow: 1px 1px 3px 2px #acb83e;">
Div content here</div>
This div box has shadow with color #acb83e
Comments
No comments written yet.
Please login to write comment.