Color spaces of #aade8a
RGB | 170 | 222 | 138 |
---|---|---|---|
HSL | 0.27 | 0.56 | 0.71 |
HSV | 97° | 38° | 87° |
CMYK | 0.23 | 0.00 | 0.38 0.13 |
XYZ | 47.2863 | 62.6236 | 33.6401 |
Yxy | 62.6236 | 0.3294 | 0.4362 |
Hunter Lab | 79.1351 | -31.8257 | 30.1905 |
CIE-Lab | 83.2439 | -31.5867 | 35.9043 |
#aade8a color RGB value is (170,222,138).
#aade8a hex color red value is 170, green value is 222 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aade8a hue: 0.27 , saturation: 0.56 and the lightness value of aade8a is 0.71.
The process color (four color CMYK) of #aade8a color hex is 0.23, 0.00, 0.38, 0.13. Web safe color of #aade8a is #99cc99. Color #aade8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11011110 | 10001010 |
Octal | 252 | 336 | 212 |
Decimal | 170 | 222 | 138 |
Hex | AA | DE | 8A |
Shades of #aade8a
Tints of #aade8a
RGB Percentages of Color #aade8a
CMYK Percentages of Color #aade8a
Complementary Color
#aade8a | #be8ade |
#aade8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aade8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aade8a Color CSS Codes
.mybgcolor {background-color:#aade8a; } .myforecolor {color:#aade8a; } .mybordercolor {border:3px solid #aade8a; }
#aade8a Text Font Color
<p style="color:#aade8a">Text here</p>
This sample text font color is #aade8a
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.
#aade8a Background Color
<div style="background-color:#aade8a">
Div content here</div>
This div background color is #aade8a
#aade8a Border Color
<div style="border:3px solid #aade8a">
Div here</div>
This div border color is #aade8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,222,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aade8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aade8a; -webkit-box-shadow: 1px 1px 3px 2px #aade8a; box-shadow: 1px 1px 3px 2px #aade8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,222,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aade8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aade8a; -webkit-box-shadow: 1px 1px 3px 2px #aade8a; box-shadow: 1px 1px 3px 2px #aade8a;">
Div content here</div>
This div box has shadow with color #aade8a
#aade8a Color Palettes
Comments
No comments written yet.
Please login to write comment.