Color Hex Logo

#aaeccd Color Hex

#AAECCD
(170,236,205)
0 Favorites   0 Comments

Color spaces of #aaeccd

RGB 170236205
HSL0.420.630.80
HSV152°28°93°
CMYK 0.280.000.13   0.07
XYZ57.592572.944768.8019
Yxy72.94470.28890.3659
Hunter Lab85.4077-29.096512.0231
CIE-Lab88.4213-26.98928.4133

#aaeccd color RGB value is (170,236,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11001101
Octal 252 354 315
Decimal 170 236 205
Hex AA EC CD

RGB Percentages of Color #aaeccd

%27.82
%38.63
%33.55

CMYK Percentages of Color #aaeccd

%28
%0
%13
%7

Triadic Colors of #aaeccd

#aaeccd #cdaaec #eccdaa

Analogous Colors of #aaeccd

#aaeccd #aaeaec #aaecac

Monochromatic Colors of #aaeccd

#aaeccd

Complementary Color

#aaeccd #ecaac9

#aaeccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeccd Color CSS Codes

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

#aaeccd Text Font Color

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

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


#aaeccd Background Color

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

This div background color is #aaeccd


#aaeccd Border Color

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

This div border color is #aaeccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeccd


Comments

No comments written yet.

Please login to write comment.