Color Hex Logo

#aaeacd Color Hex

#AAEACD
(170,234,205)
0 Favorites   0 Comments

Color spaces of #aaeacd

RGB 170234205
HSL0.420.600.79
HSV153°27°92°
CMYK 0.270.000.12   0.08
XYZ57.019871.799568.6110
Yxy71.79950.28880.3637
Hunter Lab84.7346-28.168911.3061
CIE-Lab87.8720-26.02857.6250

#aaeacd color RGB value is (170,234,205).

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

The process color (four color CMYK) of #aaeacd color hex is 0.27, 0.00, 0.12, 0.08. Web safe color of #aaeacd is #99ffcc. Color #aaeacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11001101
Octal 252 352 315
Decimal 170 234 205
Hex AA EA CD

RGB Percentages of Color #aaeacd

%27.91
%38.42
%33.66

CMYK Percentages of Color #aaeacd

%27
%0
%12
%8

Triadic Colors of #aaeacd

#aaeacd #cdaaea #eacdaa

Analogous Colors of #aaeacd

#aaeacd #aae7ea #aaeaad

Monochromatic Colors of #aaeacd

#aaeacd

Complementary Color

#aaeacd #eaaac7

#aaeacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeacd Color CSS Codes

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

#aaeacd Text Font Color

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

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


#aaeacd Background Color

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

This div background color is #aaeacd


#aaeacd Border Color

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

This div border color is #aaeacd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,234,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 #aaeacd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeacd


Comments

No comments written yet.

Please login to write comment.