Color spaces of #acfe3c
RGB | 172 | 254 | 60 |
---|---|---|---|
HSL | 0.24 | 0.99 | 0.62 |
HSV | 85° | 76° | 100° |
CMYK | 0.32 | 0.00 | 0.76 0.00 |
XYZ | 53.2707 | 79.9805 | 16.9051 |
Yxy | 79.9805 | 0.3548 | 0.5326 |
Hunter Lab | 89.4318 | -50.1809 | 51.3948 |
CIE-Lab | 91.6761 | -51.8781 | 78.1549 |
#acfe3c color RGB value is (172,254,60).
#acfe3c hex color red value is 172, green value is 254 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #acfe3c hue: 0.24 , saturation: 0.99 and the lightness value of acfe3c is 0.62.
The process color (four color CMYK) of #acfe3c color hex is 0.32, 0.00, 0.76, 0.00. Web safe color of #acfe3c is #99ff33. Color #acfe3c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111110 | 00111100 |
Octal | 254 | 376 | 74 |
Decimal | 172 | 254 | 60 |
Hex | AC | FE | 3C |
Shades of #acfe3c
Tints of #acfe3c
RGB Percentages of Color #acfe3c
CMYK Percentages of Color #acfe3c
Complementary Color
#acfe3c | #8e3cfe |
#acfe3c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acfe3c Color Preview on White Background
Lorem ipsum dolor sit amet.
#acfe3c Color CSS Codes
.mybgcolor {background-color:#acfe3c; } .myforecolor {color:#acfe3c; } .mybordercolor {border:3px solid #acfe3c; }
#acfe3c Text Font Color
<p style="color:#acfe3c">Text here</p>
This sample text font color is #acfe3c
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.
#acfe3c Background Color
<div style="background-color:#acfe3c">
Div content here</div>
This div background color is #acfe3c
#acfe3c Border Color
<div style="border:3px solid #acfe3c">
Div here</div>
This div border color is #acfe3c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,254,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acfe3c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acfe3c; -webkit-box-shadow: 1px 1px 3px 2px #acfe3c; box-shadow: 1px 1px 3px 2px #acfe3c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,254,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acfe3c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acfe3c; -webkit-box-shadow: 1px 1px 3px 2px #acfe3c; box-shadow: 1px 1px 3px 2px #acfe3c;">
Div content here</div>
This div box has shadow with color #acfe3c
Comments
No comments written yet.
Please login to write comment.