Color Hex Logo

#aaedea Color Hex

#AAEDEA
(170,237,234)
0 Favorites   0 Comments

Color spaces of #aaedea

RGB 170237234
HSL0.490.650.80
HSV177°28°93°
CMYK 0.280.000.01   0.07
XYZ61.713075.054989.0763
Yxy75.05490.27330.3323
Hunter Lab86.6342-24.4573-0.3173
CIE-Lab89.4187-21.4293-5.2963

#aaedea color RGB value is (170,237,234).

#aaedea hex color red value is 170, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aaedea hue: 0.49 , saturation: 0.65 and the lightness value of aaedea is 0.80.

The process color (four color CMYK) of #aaedea color hex is 0.28, 0.00, 0.01, 0.07. Web safe color of #aaedea is #99ffff. Color #aaedea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11101010
Octal 252 355 352
Decimal 170 237 234
Hex AA ED EA

RGB Percentages of Color #aaedea

%26.52
%36.97
%36.51

CMYK Percentages of Color #aaedea

%28
%0
%1
%7

Triadic Colors of #aaedea

#aaedea #eaaaed #edeaaa

Analogous Colors of #aaedea

#aaedea #aacfed #aaedc9

Monochromatic Colors of #aaedea

#aaedea

Complementary Color

#aaedea #edaaad

#aaedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedea Color CSS Codes

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

#aaedea Text Font Color

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

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


#aaedea Background Color

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

This div background color is #aaedea


#aaedea Border Color

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

This div border color is #aaedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedea


Comments

No comments written yet.

Please login to write comment.