Color spaces of #acf036
RGB | 172 | 240 | 54 |
---|---|---|---|
HSL | 0.23 | 0.86 | 0.58 |
HSV | 82° | 78° | 94° |
CMYK | 0.28 | 0.00 | 0.78 0.06 |
XYZ | 48.8392 | 71.3572 | 14.6892 |
Yxy | 71.3572 | 0.3621 | 0.5290 |
Hunter Lab | 84.4732 | -44.6261 | 48.8212 |
CIE-Lab | 87.6583 | -46.3236 | 76.1459 |
#acf036 color RGB value is (172,240,54).
#acf036 hex color red value is 172, green value is 240 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #acf036 hue: 0.23 , saturation: 0.86 and the lightness value of acf036 is 0.58.
The process color (four color CMYK) of #acf036 color hex is 0.28, 0.00, 0.78, 0.06. Web safe color of #acf036 is #99ff33. Color #acf036 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110000 | 00110110 |
Octal | 254 | 360 | 66 |
Decimal | 172 | 240 | 54 |
Hex | AC | F0 | 36 |
Shades of #acf036
Tints of #acf036
RGB Percentages of Color #acf036
CMYK Percentages of Color #acf036
Complementary Color
#acf036 | #7a36f0 |
#acf036 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf036 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf036 Color CSS Codes
.mybgcolor {background-color:#acf036; } .myforecolor {color:#acf036; } .mybordercolor {border:3px solid #acf036; }
#acf036 Text Font Color
<p style="color:#acf036">Text here</p>
This sample text font color is #acf036
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.
#acf036 Background Color
<div style="background-color:#acf036">
Div content here</div>
This div background color is #acf036
#acf036 Border Color
<div style="border:3px solid #acf036">
Div here</div>
This div border color is #acf036
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,240,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf036; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf036; -webkit-box-shadow: 1px 1px 3px 2px #acf036; box-shadow: 1px 1px 3px 2px #acf036; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,240,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf036">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf036; -webkit-box-shadow: 1px 1px 3px 2px #acf036; box-shadow: 1px 1px 3px 2px #acf036;">
Div content here</div>
This div box has shadow with color #acf036
Comments
No comments written yet.
Please login to write comment.