Color Hex Logo

#aae5de Color Hex

#AAE5DE
(170,229,222)
0 Favorites   0 Comments

Color spaces of #aae5de

RGB 170229222
HSL0.480.530.78
HSV173°26°90°
CMYK 0.260.000.03   0.10
XYZ57.781769.858679.5459
Yxy69.85860.27890.3372
Hunter Lab83.5815-22.86662.0797
CIE-Lab86.9275-20.0873-2.6674

#aae5de color RGB value is (170,229,222).

#aae5de hex color red value is 170, green value is 229 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aae5de hue: 0.48 , saturation: 0.53 and the lightness value of aae5de is 0.78.

The process color (four color CMYK) of #aae5de color hex is 0.26, 0.00, 0.03, 0.10. Web safe color of #aae5de is #99cccc. Color #aae5de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 11011110
Octal 252 345 336
Decimal 170 229 222
Hex AA E5 DE

RGB Percentages of Color #aae5de

%27.38
%36.88
%35.75

CMYK Percentages of Color #aae5de

%26
%0
%3
%10

Triadic Colors of #aae5de

#aae5de #deaae5 #e5deaa

Analogous Colors of #aae5de

#aae5de #aacfe5 #aae5c1

Monochromatic Colors of #aae5de

#aae5de

Complementary Color

#aae5de #e5aab1

#aae5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae5de Color CSS Codes

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

#aae5de Text Font Color

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

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


#aae5de Background Color

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

This div background color is #aae5de


#aae5de Border Color

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

This div border color is #aae5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae5de


Comments

No comments written yet.

Please login to write comment.