Color Hex Logo

#aaeadd Color Hex

#AAEADD
(170,234,221)
0 Favorites   0 Comments

Color spaces of #aaeadd

RGB 170234221
HSL0.470.600.79
HSV168°27°92°
CMYK 0.270.000.06   0.08
XYZ59.051572.612179.3098
Yxy72.61210.27990.3442
Hunter Lab85.2127-25.42374.4661
CIE-Lab88.2624-22.7610-0.1874

#aaeadd color RGB value is (170,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11011101
Octal 252 352 335
Decimal 170 234 221
Hex AA EA DD

RGB Percentages of Color #aaeadd

%27.20
%37.44
%35.36

CMYK Percentages of Color #aaeadd

%27
%0
%6
%8

Triadic Colors of #aaeadd

#aaeadd #ddaaea #eaddaa

Analogous Colors of #aaeadd

#aaeadd #aad7ea #aaeabd

Monochromatic Colors of #aaeadd

#aaeadd

Complementary Color

#aaeadd #eaaab7

#aaeadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeadd Color CSS Codes

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

#aaeadd Text Font Color

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

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


#aaeadd Background Color

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

This div background color is #aaeadd


#aaeadd Border Color

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

This div border color is #aaeadd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,234,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 #aaeadd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeadd


Comments

No comments written yet.

Please login to write comment.