Color spaces of #acfc2a
RGB | 172 | 252 | 42 |
---|---|---|---|
HSL | 0.23 | 0.97 | 0.58 |
HSV | 83° | 83° | 99° |
CMYK | 0.32 | 0.00 | 0.83 0.01 |
XYZ | 52.2416 | 78.5586 | 14.6004 |
Yxy | 78.5586 | 0.3593 | 0.5403 |
Hunter Lab | 88.6333 | -49.8981 | 52.2766 |
CIE-Lab | 91.0342 | -51.7832 | 82.1736 |
#acfc2a color RGB value is (172,252,42).
#acfc2a hex color red value is 172, green value is 252 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acfc2a hue: 0.23 , saturation: 0.97 and the lightness value of acfc2a is 0.58.
The process color (four color CMYK) of #acfc2a color hex is 0.32, 0.00, 0.83, 0.01. Web safe color of #acfc2a is #99ff33. Color #acfc2a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11111100 | 00101010 |
Octal | 254 | 374 | 52 |
Decimal | 172 | 252 | 42 |
Hex | AC | FC | 2A |
Shades of #acfc2a
Tints of #acfc2a
RGB Percentages of Color #acfc2a
CMYK Percentages of Color #acfc2a
Complementary Color
#acfc2a | #7a2afc |
#acfc2a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acfc2a Color Preview on White Background
Lorem ipsum dolor sit amet.
#acfc2a Color CSS Codes
.mybgcolor {background-color:#acfc2a; } .myforecolor {color:#acfc2a; } .mybordercolor {border:3px solid #acfc2a; }
#acfc2a Text Font Color
<p style="color:#acfc2a">Text here</p>
This sample text font color is #acfc2a
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.
#acfc2a Background Color
<div style="background-color:#acfc2a">
Div content here</div>
This div background color is #acfc2a
#acfc2a Border Color
<div style="border:3px solid #acfc2a">
Div here</div>
This div border color is #acfc2a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,252,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acfc2a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acfc2a; -webkit-box-shadow: 1px 1px 3px 2px #acfc2a; box-shadow: 1px 1px 3px 2px #acfc2a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,252,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acfc2a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acfc2a; -webkit-box-shadow: 1px 1px 3px 2px #acfc2a; box-shadow: 1px 1px 3px 2px #acfc2a;">
Div content here</div>
This div box has shadow with color #acfc2a
Comments
No comments written yet.
Please login to write comment.