Color Hex Logo

#aaed82 Color Hex

#AAED82
(170,237,130)
0 Favorites   0 Comments

Color spaces of #aaed82

RGB 170237130
HSL0.270.750.72
HSV98°45°93°
CMYK 0.280.000.45   0.07
XYZ50.891070.726132.0884
Yxy70.72610.33110.4601
Hunter Lab84.0988-39.156636.2467
CIE-Lab87.3518-39.471045.0984

#aaed82 color RGB value is (170,237,130).

#aaed82 hex color red value is 170, green value is 237 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aaed82 hue: 0.27 , saturation: 0.75 and the lightness value of aaed82 is 0.72.

The process color (four color CMYK) of #aaed82 color hex is 0.28, 0.00, 0.45, 0.07. Web safe color of #aaed82 is #99ff99. Color #aaed82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10000010
Octal 252 355 202
Decimal 170 237 130
Hex AA ED 82

RGB Percentages of Color #aaed82

%31.66
%44.13
%24.21

CMYK Percentages of Color #aaed82

%28
%0
%45
%7

Triadic Colors of #aaed82

#aaed82 #82aaed #ed82aa

Analogous Colors of #aaed82

#aaed82 #82ed90 #e0ed82

Monochromatic Colors of #aaed82

#aaed82

Complementary Color

#aaed82 #c582ed

#aaed82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed82 Color CSS Codes

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

#aaed82 Text Font Color

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

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


#aaed82 Background Color

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

This div background color is #aaed82


#aaed82 Border Color

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

This div border color is #aaed82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed82


Comments

No comments written yet.

Please login to write comment.