Color Hex Logo

#aae8dd Color Hex

#AAE8DD
(170,232,221)
0 Favorites   0 Comments

Color spaces of #aae8dd

RGB 170232221
HSL0.470.570.79
HSV169°27°91°
CMYK 0.270.000.05   0.09
XYZ58.485371.479779.1211
Yxy71.47970.27970.3419
Hunter Lab84.5457-24.47583.6961
CIE-Lab87.7175-21.7805-0.9840

#aae8dd color RGB value is (170,232,221).

#aae8dd hex color red value is 170, green value is 232 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aae8dd hue: 0.47 , saturation: 0.57 and the lightness value of aae8dd is 0.79.

The process color (four color CMYK) of #aae8dd color hex is 0.27, 0.00, 0.05, 0.09. Web safe color of #aae8dd is #99ffcc. Color #aae8dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101000 11011101
Octal 252 350 335
Decimal 170 232 221
Hex AA E8 DD

RGB Percentages of Color #aae8dd

%27.29
%37.24
%35.47

CMYK Percentages of Color #aae8dd

%27
%0
%5
%9

Triadic Colors of #aae8dd

#aae8dd #ddaae8 #e8ddaa

Analogous Colors of #aae8dd

#aae8dd #aad4e8 #aae8be

Monochromatic Colors of #aae8dd

#aae8dd

Complementary Color

#aae8dd #e8aab5

#aae8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae8dd Color CSS Codes

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

#aae8dd Text Font Color

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

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


#aae8dd Background Color

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

This div background color is #aae8dd


#aae8dd Border Color

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

This div border color is #aae8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae8dd

#aae8dd Color Palettes


Comments

No comments written yet.

Please login to write comment.