Color Hex Logo

#aae9da Color Hex

#AAE9DA
(170,233,218)
0 Favorites   0 Comments

Color spaces of #aae9da

RGB 170233218
HSL0.460.590.79
HSV166°27°91°
CMYK 0.270.000.06   0.09
XYZ58.371471.885877.1285
Yxy71.88580.28150.3466
Hunter Lab84.7855-25.48455.4143
CIE-Lab87.9136-22.90180.8763

#aae9da color RGB value is (170,233,218).

#aae9da hex color red value is 170, green value is 233 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aae9da hue: 0.46 , saturation: 0.59 and the lightness value of aae9da is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 11011010
Octal 252 351 332
Decimal 170 233 218
Hex AA E9 DA

RGB Percentages of Color #aae9da

%27.38
%37.52
%35.10

CMYK Percentages of Color #aae9da

%27
%0
%6
%9

Triadic Colors of #aae9da

#aae9da #daaae9 #e9daaa

Analogous Colors of #aae9da

#aae9da #aad9e9 #aae9bb

Monochromatic Colors of #aae9da

#aae9da

Complementary Color

#aae9da #e9aab9

#aae9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae9da Color CSS Codes

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

#aae9da Text Font Color

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

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


#aae9da Background Color

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

This div background color is #aae9da


#aae9da Border Color

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

This div border color is #aae9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae9da


Comments

No comments written yet.

Please login to write comment.