Color spaces of #acec2c
RGB | 172 | 236 | 44 |
---|---|---|---|
HSL | 0.22 | 0.83 | 0.55 |
HSV | 80° | 81° | 93° |
CMYK | 0.27 | 0.00 | 0.81 0.07 |
XYZ | 47.4633 | 68.9434 | 13.1887 |
Yxy | 68.9434 | 0.3662 | 0.5320 |
Hunter Lab | 83.0322 | -43.2711 | 48.7050 |
CIE-Lab | 86.4760 | -45.0243 | 77.7264 |
#acec2c color RGB value is (172,236,44).
#acec2c hex color red value is 172, green value is 236 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acec2c hue: 0.22 , saturation: 0.83 and the lightness value of acec2c is 0.55.
The process color (four color CMYK) of #acec2c color hex is 0.27, 0.00, 0.81, 0.07. Web safe color of #acec2c is #99ff33. Color #acec2c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11101100 | 00101100 |
Octal | 254 | 354 | 54 |
Decimal | 172 | 236 | 44 |
Hex | AC | EC | 2C |
Shades of #acec2c
Tints of #acec2c
RGB Percentages of Color #acec2c
CMYK Percentages of Color #acec2c
Complementary Color
#acec2c | #6c2cec |
#acec2c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acec2c Color Preview on White Background
Lorem ipsum dolor sit amet.
#acec2c Color CSS Codes
.mybgcolor {background-color:#acec2c; } .myforecolor {color:#acec2c; } .mybordercolor {border:3px solid #acec2c; }
#acec2c Text Font Color
<p style="color:#acec2c">Text here</p>
This sample text font color is #acec2c
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.
#acec2c Background Color
<div style="background-color:#acec2c">
Div content here</div>
This div background color is #acec2c
#acec2c Border Color
<div style="border:3px solid #acec2c">
Div here</div>
This div border color is #acec2c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,236,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acec2c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acec2c; -webkit-box-shadow: 1px 1px 3px 2px #acec2c; box-shadow: 1px 1px 3px 2px #acec2c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,236,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acec2c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acec2c; -webkit-box-shadow: 1px 1px 3px 2px #acec2c; box-shadow: 1px 1px 3px 2px #acec2c;">
Div content here</div>
This div box has shadow with color #acec2c
Comments
No comments written yet.
Please login to write comment.