Color Hex Logo

#aaede3 Color Hex

#AAEDE3
(170,237,227)
0 Favorites   0 Comments

Color spaces of #aaede3

RGB 170237227
HSL0.480.650.80
HSV171°28°93°
CMYK 0.280.000.04   0.07
XYZ60.726974.660583.8833
Yxy74.66050.27690.3405
Hunter Lab86.4063-25.76012.9256
CIE-Lab89.2337-22.9505-1.9073

#aaede3 color RGB value is (170,237,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11100011
Octal 252 355 343
Decimal 170 237 227
Hex AA ED E3

RGB Percentages of Color #aaede3

%26.81
%37.38
%35.80

CMYK Percentages of Color #aaede3

%28
%0
%4
%7

Triadic Colors of #aaede3

#aaede3 #e3aaed #ede3aa

Analogous Colors of #aaede3

#aaede3 #aad6ed #aaedc2

Monochromatic Colors of #aaede3

#aaede3

Complementary Color

#aaede3 #edaab4

#aaede3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaede3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaede3 Color CSS Codes

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

#aaede3 Text Font Color

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

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


#aaede3 Background Color

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

This div background color is #aaede3


#aaede3 Border Color

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

This div border color is #aaede3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaede3


Comments

No comments written yet.

Please login to write comment.