Color Hex Logo

#aaeede Color Hex

#AAEEDE
(170,238,222)
0 Favorites   0 Comments

Color spaces of #aaeede

RGB 170238222
HSL0.460.670.80
HSV166°29°93°
CMYK 0.290.000.07   0.07
XYZ60.336974.969080.3976
Yxy74.96900.27970.3476
Hunter Lab86.5846-27.13465.5559
CIE-Lab89.3785-24.49820.9179

#aaeede color RGB value is (170,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 11011110
Octal 252 356 336
Decimal 170 238 222
Hex AA EE DE

RGB Percentages of Color #aaeede

%26.98
%37.78
%35.24

CMYK Percentages of Color #aaeede

%29
%0
%7
%7

Triadic Colors of #aaeede

#aaeede #deaaee #eedeaa

Analogous Colors of #aaeede

#aaeede #aadcee #aaeebc

Monochromatic Colors of #aaeede

#aaeede

Complementary Color

#aaeede #eeaaba

#aaeede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeede Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeede Color CSS Codes

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

#aaeede Text Font Color

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

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


#aaeede Background Color

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

This div background color is #aaeede


#aaeede Border Color

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

This div border color is #aaeede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeede


Comments

No comments written yet.

Please login to write comment.