Color spaces of #accc31
RGB | 172 | 204 | 49 |
---|---|---|---|
HSL | 0.20 | 0.61 | 0.50 |
HSV | 72° | 76° | 80° |
CMYK | 0.16 | 0.00 | 0.76 0.20 |
XYZ | 39.1605 | 52.1781 | 10.9131 |
Yxy | 52.1781 | 0.3830 | 0.5103 |
Hunter Lab | 72.2344 | -29.6399 | 41.6066 |
CIE-Lab | 77.3872 | -30.4765 | 68.1102 |
#accc31 color RGB value is (172,204,49).
#accc31 hex color red value is 172, green value is 204 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #accc31 hue: 0.20 , saturation: 0.61 and the lightness value of accc31 is 0.50.
The process color (four color CMYK) of #accc31 color hex is 0.16, 0.00, 0.76, 0.20. Web safe color of #accc31 is #99cc33. Color #accc31 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 00110001 |
Octal | 254 | 314 | 61 |
Decimal | 172 | 204 | 49 |
Hex | AC | CC | 31 |
Shades of #accc31
Tints of #accc31
RGB Percentages of Color #accc31
CMYK Percentages of Color #accc31
Complementary Color
#accc31 | #5131cc |
#accc31 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accc31 Color Preview on White Background
Lorem ipsum dolor sit amet.
#accc31 Color CSS Codes
.mybgcolor {background-color:#accc31; } .myforecolor {color:#accc31; } .mybordercolor {border:3px solid #accc31; }
#accc31 Text Font Color
<p style="color:#accc31">Text here</p>
This sample text font color is #accc31
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.
#accc31 Background Color
<div style="background-color:#accc31">
Div content here</div>
This div background color is #accc31
#accc31 Border Color
<div style="border:3px solid #accc31">
Div here</div>
This div border color is #accc31
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accc31; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accc31; -webkit-box-shadow: 1px 1px 3px 2px #accc31; box-shadow: 1px 1px 3px 2px #accc31; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #accc31">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accc31; -webkit-box-shadow: 1px 1px 3px 2px #accc31; box-shadow: 1px 1px 3px 2px #accc31;">
Div content here</div>
This div box has shadow with color #accc31
Comments
No comments written yet.
Please login to write comment.