Color Hex Logo

#aaedc9 Color Hex

#AAEDC9
(170,237,201)
0 Favorites   0 Comments

Color spaces of #aaedc9

RGB 170237201
HSL0.410.650.80
HSV148°28°93°
CMYK 0.280.000.15   0.07
XYZ57.404473.331566.3872
Yxy73.33150.29120.3720
Hunter Lab85.6338-30.202213.9794
CIE-Lab88.6056-28.244510.7627

#aaedc9 color RGB value is (170,237,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11001001
Octal 252 355 311
Decimal 170 237 201
Hex AA ED C9

RGB Percentages of Color #aaedc9

%27.96
%38.98
%33.06

CMYK Percentages of Color #aaedc9

%28
%0
%15
%7

Triadic Colors of #aaedc9

#aaedc9 #c9aaed #edc9aa

Analogous Colors of #aaedc9

#aaedc9 #aaedeb #adedaa

Monochromatic Colors of #aaedc9

#aaedc9

Complementary Color

#aaedc9 #edaace

#aaedc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedc9 Color CSS Codes

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

#aaedc9 Text Font Color

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

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


#aaedc9 Background Color

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

This div background color is #aaedc9


#aaedc9 Border Color

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

This div border color is #aaedc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedc9


Comments

No comments written yet.

Please login to write comment.