Color Hex Logo

#aae0df Color Hex

#AAE0DF
(170,224,223)
0 Favorites   0 Comments

Color spaces of #aae0df

RGB 170224223
HSL0.500.470.77
HSV179°24°88°
CMYK 0.240.000.00   0.12
XYZ56.552567.185179.7994
Yxy67.18510.27780.3301
Hunter Lab81.9665-20.2860-0.3459
CIE-Lab85.5973-17.3791-5.1519

#aae0df color RGB value is (170,224,223).

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

The process color (four color CMYK) of #aae0df color hex is 0.24, 0.00, 0.00, 0.12. Web safe color of #aae0df is #99cccc. Color #aae0df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 11011111
Octal 252 340 337
Decimal 170 224 223
Hex AA E0 DF

RGB Percentages of Color #aae0df

%27.55
%36.30
%36.14

CMYK Percentages of Color #aae0df

%24
%0
%0
%12

Triadic Colors of #aae0df

#aae0df #dfaae0 #e0dfaa

Analogous Colors of #aae0df

#aae0df #aac6e0 #aae0c4

Monochromatic Colors of #aae0df

#aae0df

Complementary Color

#aae0df #e0aaab

#aae0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae0df Color CSS Codes

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

#aae0df Text Font Color

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

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


#aae0df Background Color

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

This div background color is #aae0df


#aae0df Border Color

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

This div border color is #aae0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae0df


Comments

No comments written yet.

Please login to write comment.