Color Hex Logo

#aaeded Color Hex

#AAEDED
(170,237,237)
0 Favorites   0 Comments

Color spaces of #aaeded

RGB 170237237
HSL0.500.650.80
HSV180°28°93°
CMYK 0.280.000.00   0.07
XYZ62.147875.228891.3658
Yxy75.22880.27170.3289
Hunter Lab86.7345-23.8850-1.7417
CIE-Lab89.5001-20.7656-6.7451

#aaeded color RGB value is (170,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11101101
Octal 252 355 355
Decimal 170 237 237
Hex AA ED ED

RGB Percentages of Color #aaeded

%26.40
%36.80
%36.80

CMYK Percentages of Color #aaeded

%28
%0
%0
%7

Triadic Colors of #aaeded

#aaeded #edaaed #ededaa

Analogous Colors of #aaeded

#aaeded #aacced #aaedcc

Monochromatic Colors of #aaeded

#aaeded

Complementary Color

#aaeded #edaaaa

#aaeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeded Color CSS Codes

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

#aaeded Text Font Color

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

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


#aaeded Background Color

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

This div background color is #aaeded


#aaeded Border Color

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

This div border color is #aaeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeded


Comments

No comments written yet.

Please login to write comment.