Color spaces of #acce30
RGB | 172 | 206 | 48 |
---|---|---|---|
HSL | 0.20 | 0.62 | 0.50 |
HSV | 73° | 77° | 81° |
CMYK | 0.17 | 0.00 | 0.77 0.19 |
XYZ | 39.6181 | 53.1267 | 10.9627 |
Yxy | 53.1267 | 0.3820 | 0.5123 |
Hunter Lab | 72.8881 | -30.5309 | 42.1042 |
CIE-Lab | 77.9497 | -31.4577 | 68.9396 |
#acce30 color RGB value is (172,206,48).
#acce30 hex color red value is 172, green value is 206 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #acce30 hue: 0.20 , saturation: 0.62 and the lightness value of acce30 is 0.50.
The process color (four color CMYK) of #acce30 color hex is 0.17, 0.00, 0.77, 0.19. Web safe color of #acce30 is #99cc33. Color #acce30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001110 | 00110000 |
Octal | 254 | 316 | 60 |
Decimal | 172 | 206 | 48 |
Hex | AC | CE | 30 |
Shades of #acce30
Tints of #acce30
RGB Percentages of Color #acce30
CMYK Percentages of Color #acce30
Complementary Color
#acce30 | #5230ce |
#acce30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acce30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acce30 Color CSS Codes
.mybgcolor {background-color:#acce30; } .myforecolor {color:#acce30; } .mybordercolor {border:3px solid #acce30; }
#acce30 Text Font Color
<p style="color:#acce30">Text here</p>
This sample text font color is #acce30
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.
#acce30 Background Color
<div style="background-color:#acce30">
Div content here</div>
This div background color is #acce30
#acce30 Border Color
<div style="border:3px solid #acce30">
Div here</div>
This div border color is #acce30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,206,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acce30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acce30; -webkit-box-shadow: 1px 1px 3px 2px #acce30; box-shadow: 1px 1px 3px 2px #acce30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,206,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acce30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acce30; -webkit-box-shadow: 1px 1px 3px 2px #acce30; box-shadow: 1px 1px 3px 2px #acce30;">
Div content here</div>
This div box has shadow with color #acce30
Comments
No comments written yet.
Please login to write comment.