Color Hex Logo

#aade87 Color Hex

#AADE87
(170,222,135)
0 Favorites   0 Comments

Color spaces of #aade87

RGB 170222135
HSL0.270.570.70
HSV96°39°87°
CMYK 0.230.000.39   0.13
XYZ47.072062.537932.5117
Yxy62.53790.33120.4400
Hunter Lab79.0809-32.141530.9814
CIE-Lab83.1986-31.990937.3552

#aade87 color RGB value is (170,222,135).

#aade87 hex color red value is 170, green value is 222 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #aade87 hue: 0.27 , saturation: 0.57 and the lightness value of aade87 is 0.70.

The process color (four color CMYK) of #aade87 color hex is 0.23, 0.00, 0.39, 0.13. Web safe color of #aade87 is #99cc99. Color #aade87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10000111
Octal 252 336 207
Decimal 170 222 135
Hex AA DE 87

RGB Percentages of Color #aade87

%32.26
%42.13
%25.62

CMYK Percentages of Color #aade87

%23
%0
%39
%13

Triadic Colors of #aade87

#aade87 #87aade #de87aa

Analogous Colors of #aade87

#aade87 #87de90 #d6de87

Monochromatic Colors of #aade87

#aade87

Complementary Color

#aade87 #bb87de

#aade87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade87 Color CSS Codes

.mybgcolor {background-color:#aade87; } 
.myforecolor {color:#aade87; }
.mybordercolor {border:3px solid #aade87; }

#aade87 Text Font Color

<p style="color:#aade87">Text here</p>

This sample text font color is #aade87
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.


#aade87 Background Color

<div style="background-color:#aade87">
Div content here</div>

This div background color is #aade87


#aade87 Border Color

<div style="border:3px solid #aade87">
Div here</div>

This div border color is #aade87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,222,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aade87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aade87;
  -webkit-box-shadow: 1px 1px 3px 2px #aade87;
  box-shadow:         1px 1px 3px 2px #aade87; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,222,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aade87">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #aade87;
  -webkit-box-shadow: 1px 1px 3px 2px #aade87;
  box-shadow:         1px 1px 3px 2px #aade87;">
Div content here</div>

This div box has shadow with color #aade87


Comments

No comments written yet.

Please login to write comment.