Color Hex Logo

#aaead7 Color Hex

#AAEAD7
(170,234,215)
0 Favorites   0 Comments

Color spaces of #aaead7

RGB 170234215
HSL0.450.600.79
HSV162°27°92°
CMYK 0.270.000.08   0.08
XYZ58.266172.298075.1739
Yxy72.29800.28320.3514
Hunter Lab85.0282-26.48127.1012
CIE-Lab88.1118-24.01202.7370

#aaead7 color RGB value is (170,234,215).

#aaead7 hex color red value is 170, green value is 234 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #aaead7 hue: 0.45 , saturation: 0.60 and the lightness value of aaead7 is 0.79.

The process color (four color CMYK) of #aaead7 color hex is 0.27, 0.00, 0.08, 0.08. Web safe color of #aaead7 is #99ffcc. Color #aaead7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11010111
Octal 252 352 327
Decimal 170 234 215
Hex AA EA D7

RGB Percentages of Color #aaead7

%27.46
%37.80
%34.73

CMYK Percentages of Color #aaead7

%27
%0
%8
%8

Triadic Colors of #aaead7

#aaead7 #d7aaea #ead7aa

Analogous Colors of #aaead7

#aaead7 #aaddea #aaeab7

Monochromatic Colors of #aaead7

#aaead7

Complementary Color

#aaead7 #eaaabd

#aaead7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaead7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaead7 Color CSS Codes

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

#aaead7 Text Font Color

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

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


#aaead7 Background Color

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

This div background color is #aaead7


#aaead7 Border Color

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

This div border color is #aaead7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaead7


Comments

No comments written yet.

Please login to write comment.