Color Hex Logo

#aaece0 Color Hex

#AAECE0
(170,236,224)
0 Favorites   0 Comments

Color spaces of #aaece0

RGB 170236224
HSL0.470.630.80
HSV169°28°93°
CMYK 0.280.000.05   0.07
XYZ60.027673.918881.6250
Yxy73.91880.27850.3429
Hunter Lab85.9760-25.83123.8938
CIE-Lab88.8841-23.1028-0.8498

#aaece0 color RGB value is (170,236,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101100 11100000
Octal 252 354 340
Decimal 170 236 224
Hex AA EC E0

RGB Percentages of Color #aaece0

%26.98
%37.46
%35.56

CMYK Percentages of Color #aaece0

%28
%0
%5
%7

Triadic Colors of #aaece0

#aaece0 #e0aaec #ece0aa

Analogous Colors of #aaece0

#aaece0 #aad7ec #aaecbf

Monochromatic Colors of #aaece0

#aaece0

Complementary Color

#aaece0 #ecaab6

#aaece0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaece0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaece0 Color CSS Codes

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

#aaece0 Text Font Color

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

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


#aaece0 Background Color

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

This div background color is #aaece0


#aaece0 Border Color

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

This div border color is #aaece0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaece0


Comments

No comments written yet.

Please login to write comment.