Color Hex Logo

#aaedaa Color Hex

#AAEDAA
(170,237,170)
0 Favorites   0 Comments

Color spaces of #aaedaa

RGB 170237170
HSL0.330.650.80
HSV120°28°93°
CMYK 0.280.000.28   0.07
XYZ54.117472.016749.0785
Yxy72.01670.30890.4110
Hunter Lab84.8627-34.679225.1148
CIE-Lab87.9766-33.759425.9236

#aaedaa color RGB value is (170,237,170).

#aaedaa hex color red value is 170, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aaedaa hue: 0.33 , saturation: 0.65 and the lightness value of aaedaa is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10101010
Octal 252 355 252
Decimal 170 237 170
Hex AA ED AA

RGB Percentages of Color #aaedaa

%29.46
%41.07
%29.46

CMYK Percentages of Color #aaedaa

%28
%0
%28
%7

Triadic Colors of #aaedaa

#aaedaa #aaaaed #edaaaa

Analogous Colors of #aaedaa

#aaedaa #aaedcc #ccedaa

Monochromatic Colors of #aaedaa

#aaedaa

Complementary Color

#aaedaa #edaaed

#aaedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedaa Color CSS Codes

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

#aaedaa Text Font Color

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

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


#aaedaa Background Color

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

This div background color is #aaedaa


#aaedaa Border Color

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

This div border color is #aaedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedaa

#aaedaa Color Palettes


Comments

No comments written yet.

Please login to write comment.