Color spaces of #acb13a
RGB | 172 | 177 | 58 |
---|---|---|---|
HSL | 0.17 | 0.51 | 0.46 |
HSV | 63° | 67° | 69° |
CMYK | 0.03 | 0.00 | 0.67 0.31 |
XYZ | 33.4991 | 40.5204 | 10.0586 |
Yxy | 40.5204 | 0.3984 | 0.4819 |
Hunter Lab | 63.6556 | -17.4608 | 35.1902 |
CIE-Lab | 69.8386 | -16.8095 | 57.5863 |
#acb13a color RGB value is (172,177,58).
#acb13a hex color red value is 172, green value is 177 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #acb13a hue: 0.17 , saturation: 0.51 and the lightness value of acb13a is 0.46.
The process color (four color CMYK) of #acb13a color hex is 0.03, 0.00, 0.67, 0.31. Web safe color of #acb13a is #999933. Color #acb13a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10110001 | 00111010 |
Octal | 254 | 261 | 72 |
Decimal | 172 | 177 | 58 |
Hex | AC | B1 | 3A |
Shades of #acb13a
Tints of #acb13a
RGB Percentages of Color #acb13a
CMYK Percentages of Color #acb13a
Complementary Color
#acb13a | #3f3ab1 |
#acb13a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acb13a Color Preview on White Background
Lorem ipsum dolor sit amet.
#acb13a Color CSS Codes
.mybgcolor {background-color:#acb13a; } .myforecolor {color:#acb13a; } .mybordercolor {border:3px solid #acb13a; }
#acb13a Text Font Color
<p style="color:#acb13a">Text here</p>
This sample text font color is #acb13a
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.
#acb13a Background Color
<div style="background-color:#acb13a">
Div content here</div>
This div background color is #acb13a
#acb13a Border Color
<div style="border:3px solid #acb13a">
Div here</div>
This div border color is #acb13a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,177,58, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acb13a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acb13a; -webkit-box-shadow: 1px 1px 3px 2px #acb13a; box-shadow: 1px 1px 3px 2px #acb13a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,177,58, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acb13a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acb13a; -webkit-box-shadow: 1px 1px 3px 2px #acb13a; box-shadow: 1px 1px 3px 2px #acb13a;">
Div content here</div>
This div box has shadow with color #acb13a
Comments
No comments written yet.
Please login to write comment.