Color Hex Logo

#aaeecd Color Hex

#AAEECD
(170,238,205)
0 Favorites   0 Comments

Color spaces of #aaeecd

RGB 170238205
HSL0.420.670.80
HSV151°29°93°
CMYK 0.290.000.14   0.07
XYZ58.171574.102968.9949
Yxy74.10290.28900.3682
Hunter Lab86.0830-30.022112.7376
CIE-Lab88.9711-27.94579.2008

#aaeecd color RGB value is (170,238,205).

#aaeecd hex color red value is 170, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #aaeecd hue: 0.42 , saturation: 0.67 and the lightness value of aaeecd is 0.80.

The process color (four color CMYK) of #aaeecd color hex is 0.29, 0.00, 0.14, 0.07. Web safe color of #aaeecd is #99ffcc. Color #aaeecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11001101
Octal 252 356 315
Decimal 170 238 205
Hex AA EE CD

RGB Percentages of Color #aaeecd

%27.73
%38.83
%33.44

CMYK Percentages of Color #aaeecd

%29
%0
%14
%7

Triadic Colors of #aaeecd

#aaeecd #cdaaee #eecdaa

Analogous Colors of #aaeecd

#aaeecd #aaedee #aaeeab

Monochromatic Colors of #aaeecd

#aaeecd

Complementary Color

#aaeecd #eeaacb

#aaeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeecd Color CSS Codes

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

#aaeecd Text Font Color

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

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


#aaeecd Background Color

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

This div background color is #aaeecd


#aaeecd Border Color

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

This div border color is #aaeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeecd


Comments

No comments written yet.

Please login to write comment.