Color spaces of #acde7a
RGB | 172 | 222 | 122 |
---|---|---|---|
HSL | 0.25 | 0.60 | 0.67 |
HSV | 90° | 45° | 87° |
CMYK | 0.23 | 0.00 | 0.45 0.13 |
XYZ | 46.6474 | 62.4183 | 28.0017 |
Yxy | 62.4183 | 0.3403 | 0.4554 |
Hunter Lab | 79.0053 | -32.8667 | 34.2896 |
CIE-Lab | 83.1354 | -32.9112 | 43.7374 |
#acde7a color RGB value is (172,222,122).
#acde7a hex color red value is 172, green value is 222 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #acde7a hue: 0.25 , saturation: 0.60 and the lightness value of acde7a is 0.67.
The process color (four color CMYK) of #acde7a color hex is 0.23, 0.00, 0.45, 0.13. Web safe color of #acde7a is #99cc66. Color #acde7a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11011110 | 01111010 |
Octal | 254 | 336 | 172 |
Decimal | 172 | 222 | 122 |
Hex | AC | DE | 7A |
Shades of #acde7a
Tints of #acde7a
RGB Percentages of Color #acde7a
CMYK Percentages of Color #acde7a
Complementary Color
#acde7a | #ac7ade |
#acde7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acde7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#acde7a Color CSS Codes
.mybgcolor {background-color:#acde7a; } .myforecolor {color:#acde7a; } .mybordercolor {border:3px solid #acde7a; }
#acde7a Text Font Color
<p style="color:#acde7a">Text here</p>
This sample text font color is #acde7a
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.
#acde7a Background Color
<div style="background-color:#acde7a">
Div content here</div>
This div background color is #acde7a
#acde7a Border Color
<div style="border:3px solid #acde7a">
Div here</div>
This div border color is #acde7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,222,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acde7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acde7a; -webkit-box-shadow: 1px 1px 3px 2px #acde7a; box-shadow: 1px 1px 3px 2px #acde7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,222,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acde7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acde7a; -webkit-box-shadow: 1px 1px 3px 2px #acde7a; box-shadow: 1px 1px 3px 2px #acde7a;">
Div content here</div>
This div box has shadow with color #acde7a
Comments
No comments written yet.
Please login to write comment.