Color Hex Logo

#aaeedd Color Hex

#AAEEDD
(170,238,221)
8 Favorites   0 Comments

Color spaces of #aaeedd

RGB 170238221
HSL0.460.670.80
HSV165°29°93°
CMYK 0.290.000.07   0.07
XYZ60.203274.915679.6937
Yxy74.91560.28030.3487
Hunter Lab86.5538-27.31205.9969
CIE-Lab89.3534-24.70801.4038

#aaeedd color RGB value is (170,238,221).

#aaeedd hex color red value is 170, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aaeedd hue: 0.46 , saturation: 0.67 and the lightness value of aaeedd is 0.80.

The process color (four color CMYK) of #aaeedd color hex is 0.29, 0.00, 0.07, 0.07. Web safe color of #aaeedd is #99ffcc. Color #aaeedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11011101
Octal 252 356 335
Decimal 170 238 221
Hex AA EE DD

RGB Percentages of Color #aaeedd

%27.03
%37.84
%35.14

CMYK Percentages of Color #aaeedd

%29
%0
%7
%7

Triadic Colors of #aaeedd

#aaeedd #ddaaee #eeddaa

Analogous Colors of #aaeedd

#aaeedd #aaddee #aaeebb

Monochromatic Colors of #aaeedd

#aaeedd

Complementary Color

#aaeedd #eeaabb

#aaeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeedd Color CSS Codes

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

#aaeedd Text Font Color

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

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


#aaeedd Background Color

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

This div background color is #aaeedd


#aaeedd Border Color

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

This div border color is #aaeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeedd


Comments

No comments written yet.

Please login to write comment.