Color spaces of #aade3e
RGB | 170 | 222 | 62 |
---|---|---|---|
HSL | 0.22 | 0.71 | 0.56 |
HSV | 80° | 72° | 87° |
CMYK | 0.23 | 0.00 | 0.72 0.13 |
XYZ | 43.5683 | 61.1364 | 14.0616 |
Yxy | 61.1364 | 0.3668 | 0.5148 |
Hunter Lab | 78.1898 | -37.3697 | 44.0702 |
CIE-Lab | 82.4520 | -38.8417 | 68.6517 |
#aade3e color RGB value is (170,222,62).
#aade3e hex color red value is 170, green value is 222 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #aade3e hue: 0.22 , saturation: 0.71 and the lightness value of aade3e is 0.56.
The process color (four color CMYK) of #aade3e color hex is 0.23, 0.00, 0.72, 0.13. Web safe color of #aade3e is #99cc33. Color #aade3e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011110 | 00111110 |
Octal | 252 | 336 | 76 |
Decimal | 170 | 222 | 62 |
Hex | AA | DE | 3E |
Shades of #aade3e
Tints of #aade3e
RGB Percentages of Color #aade3e
CMYK Percentages of Color #aade3e
Complementary Color
#aade3e | #723ede |
#aade3e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aade3e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aade3e Color CSS Codes
.mybgcolor {background-color:#aade3e; } .myforecolor {color:#aade3e; } .mybordercolor {border:3px solid #aade3e; }
#aade3e Text Font Color
<p style="color:#aade3e">Text here</p>
This sample text font color is #aade3e
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.
#aade3e Background Color
<div style="background-color:#aade3e">
Div content here</div>
This div background color is #aade3e
#aade3e Border Color
<div style="border:3px solid #aade3e">
Div here</div>
This div border color is #aade3e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,222,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aade3e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aade3e; -webkit-box-shadow: 1px 1px 3px 2px #aade3e; box-shadow: 1px 1px 3px 2px #aade3e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,222,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aade3e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aade3e; -webkit-box-shadow: 1px 1px 3px 2px #aade3e; box-shadow: 1px 1px 3px 2px #aade3e;">
Div content here</div>
This div box has shadow with color #aade3e
Comments
No comments written yet.
Please login to write comment.