Color Hex Logo

#aade4e Color Hex

#AADE4E
(170,222,78)
0 Favorites   0 Comments

Color spaces of #aade4e

RGB 17022278
HSL0.230.690.59
HSV82°65°87°
CMYK 0.230.000.65   0.13
XYZ44.074061.338716.7243
Yxy61.33870.36090.5022
Hunter Lab78.3190-36.607542.1625
CIE-Lab82.5605-37.823462.8229

#aade4e color RGB value is (170,222,78).

#aade4e hex color red value is 170, green value is 222 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aade4e hue: 0.23 , saturation: 0.69 and the lightness value of aade4e is 0.59.

The process color (four color CMYK) of #aade4e color hex is 0.23, 0.00, 0.65, 0.13. Web safe color of #aade4e is #99cc66. Color #aade4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 01001110
Octal 252 336 116
Decimal 170 222 78
Hex AA DE 4E

RGB Percentages of Color #aade4e

%36.17
%47.23
%16.60

CMYK Percentages of Color #aade4e

%23
%0
%65
%13

Triadic Colors of #aade4e

#aade4e #4eaade #de4eaa

Analogous Colors of #aade4e

#aade4e #62de4e #deca4e

Monochromatic Colors of #aade4e

#aade4e

Complementary Color

#aade4e #824ede

#aade4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aade4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aade4e Color CSS Codes

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

#aade4e Text Font Color

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

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


#aade4e Background Color

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

This div background color is #aade4e


#aade4e Border Color

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

This div border color is #aade4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aade4e


Comments

No comments written yet.

Please login to write comment.