Color Hex Logo

#aaedd3 Color Hex

#AAEDD3
(170,237,211)
0 Favorites   0 Comments

Color spaces of #aaedd3

RGB 170237211
HSL0.440.650.80
HSV157°28°93°
CMYK 0.280.000.11   0.07
XYZ58.619673.817672.7867
Yxy73.81760.28560.3597
Hunter Lab85.9172-28.56809.9131
CIE-Lab88.8362-26.27715.8772

#aaedd3 color RGB value is (170,237,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11010011
Octal 252 355 323
Decimal 170 237 211
Hex AA ED D3

RGB Percentages of Color #aaedd3

%27.51
%38.35
%34.14

CMYK Percentages of Color #aaedd3

%28
%0
%11
%7

Triadic Colors of #aaedd3

#aaedd3 #d3aaed #edd3aa

Analogous Colors of #aaedd3

#aaedd3 #aae6ed #aaedb2

Monochromatic Colors of #aaedd3

#aaedd3

Complementary Color

#aaedd3 #edaac4

#aaedd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedd3 Color CSS Codes

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

#aaedd3 Text Font Color

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

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


#aaedd3 Background Color

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

This div background color is #aaedd3


#aaedd3 Border Color

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

This div border color is #aaedd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedd3


Comments

No comments written yet.

Please login to write comment.