Color Hex Logo

#aafde0 Color Hex

#AAFDE0
(170,253,224)
0 Favorites   0 Comments

Color spaces of #aafde0

RGB 170253224
HSL0.440.950.83
HSV159°33°99°
CMYK 0.330.000.11   0.01
XYZ65.157484.178483.3349
Yxy84.17840.28000.3618
Hunter Lab91.7488-33.794710.3714
CIE-Lab93.5279-31.23195.8969

#aafde0 color RGB value is (170,253,224).

#aafde0 hex color red value is 170, green value is 253 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aafde0 hue: 0.44 , saturation: 0.95 and the lightness value of aafde0 is 0.83.

The process color (four color CMYK) of #aafde0 color hex is 0.33, 0.00, 0.11, 0.01. Web safe color of #aafde0 is #99ffcc. Color #aafde0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11100000
Octal 252 375 340
Decimal 170 253 224
Hex AA FD E0

RGB Percentages of Color #aafde0

%26.28
%39.10
%34.62

CMYK Percentages of Color #aafde0

%33
%0
%11
%1

Triadic Colors of #aafde0

#aafde0 #e0aafd #fde0aa

Analogous Colors of #aafde0

#aafde0 #aaf1fd #aafdb7

Monochromatic Colors of #aafde0

#aafde0

Complementary Color

#aafde0 #fdaac7

#aafde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafde0 Color CSS Codes

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

#aafde0 Text Font Color

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

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


#aafde0 Background Color

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

This div background color is #aafde0


#aafde0 Border Color

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

This div border color is #aafde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafde0


Comments

No comments written yet.

Please login to write comment.