Color spaces of #acc92b
RGB | 172 | 201 | 43 |
---|---|---|---|
HSL | 0.20 | 0.65 | 0.48 |
HSV | 71° | 79° | 79° |
CMYK | 0.14 | 0.00 | 0.79 0.21 |
XYZ | 38.3359 | 50.7184 | 10.0546 |
Yxy | 50.7184 | 0.3868 | 0.5117 |
Hunter Lab | 71.2169 | -28.5433 | 41.4811 |
CIE-Lab | 76.5081 | -29.3173 | 69.0975 |
#acc92b color RGB value is (172,201,43).
#acc92b hex color red value is 172, green value is 201 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #acc92b hue: 0.20 , saturation: 0.65 and the lightness value of acc92b is 0.48.
The process color (four color CMYK) of #acc92b color hex is 0.14, 0.00, 0.79, 0.21. Web safe color of #acc92b is #99cc33. Color #acc92b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001001 | 00101011 |
Octal | 254 | 311 | 53 |
Decimal | 172 | 201 | 43 |
Hex | AC | C9 | 2B |
Shades of #acc92b
Tints of #acc92b
RGB Percentages of Color #acc92b
CMYK Percentages of Color #acc92b
Complementary Color
#acc92b | #482bc9 |
#acc92b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acc92b Color Preview on White Background
Lorem ipsum dolor sit amet.
#acc92b Color CSS Codes
.mybgcolor {background-color:#acc92b; } .myforecolor {color:#acc92b; } .mybordercolor {border:3px solid #acc92b; }
#acc92b Text Font Color
<p style="color:#acc92b">Text here</p>
This sample text font color is #acc92b
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.
#acc92b Background Color
<div style="background-color:#acc92b">
Div content here</div>
This div background color is #acc92b
#acc92b Border Color
<div style="border:3px solid #acc92b">
Div here</div>
This div border color is #acc92b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,201,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acc92b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acc92b; -webkit-box-shadow: 1px 1px 3px 2px #acc92b; box-shadow: 1px 1px 3px 2px #acc92b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,201,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acc92b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acc92b; -webkit-box-shadow: 1px 1px 3px 2px #acc92b; box-shadow: 1px 1px 3px 2px #acc92b;">
Div content here</div>
This div box has shadow with color #acc92b
Comments
No comments written yet.
Please login to write comment.