Color spaces of #acf66a
RGB | 172 | 246 | 106 |
---|---|---|---|
HSL | 0.25 | 0.89 | 0.69 |
HSV | 92° | 57° | 96° |
CMYK | 0.30 | 0.00 | 0.57 0.04 |
XYZ | 52.5705 | 75.7228 | 25.4809 |
Yxy | 75.7228 | 0.3419 | 0.4924 |
Hunter Lab | 87.0188 | -44.4462 | 43.5519 |
CIE-Lab | 89.7305 | -45.3060 | 59.0455 |
#acf66a color RGB value is (172,246,106).
#acf66a hex color red value is 172, green value is 246 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #acf66a hue: 0.25 , saturation: 0.89 and the lightness value of acf66a is 0.69.
The process color (four color CMYK) of #acf66a color hex is 0.30, 0.00, 0.57, 0.04. Web safe color of #acf66a is #99ff66. Color #acf66a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11110110 | 01101010 |
Octal | 254 | 366 | 152 |
Decimal | 172 | 246 | 106 |
Hex | AC | F6 | 6A |
Shades of #acf66a
Tints of #acf66a
RGB Percentages of Color #acf66a
CMYK Percentages of Color #acf66a
Complementary Color
#acf66a | #b46af6 |
#acf66a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acf66a Color Preview on White Background
Lorem ipsum dolor sit amet.
#acf66a Color CSS Codes
.mybgcolor {background-color:#acf66a; } .myforecolor {color:#acf66a; } .mybordercolor {border:3px solid #acf66a; }
#acf66a Text Font Color
<p style="color:#acf66a">Text here</p>
This sample text font color is #acf66a
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.
#acf66a Background Color
<div style="background-color:#acf66a">
Div content here</div>
This div background color is #acf66a
#acf66a Border Color
<div style="border:3px solid #acf66a">
Div here</div>
This div border color is #acf66a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,246,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acf66a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acf66a; -webkit-box-shadow: 1px 1px 3px 2px #acf66a; box-shadow: 1px 1px 3px 2px #acf66a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,246,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acf66a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acf66a; -webkit-box-shadow: 1px 1px 3px 2px #acf66a; box-shadow: 1px 1px 3px 2px #acf66a;">
Div content here</div>
This div box has shadow with color #acf66a
Comments
No comments written yet.
Please login to write comment.