Color Hex Logo

#aafde1 Color Hex

#AAFDE1
(170,253,225)
0 Favorites   0 Comments

Color spaces of #aafde1

RGB 170253225
HSL0.440.950.83
HSV160°33°99°
CMYK 0.330.000.11   0.01
XYZ65.293584.232884.0514
Yxy84.23280.27950.3606
Hunter Lab91.7784-33.62289.9467
CIE-Lab93.5515-31.02685.4148

#aafde1 color RGB value is (170,253,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11100001
Octal 252 375 341
Decimal 170 253 225
Hex AA FD E1

RGB Percentages of Color #aafde1

%26.23
%39.04
%34.72

CMYK Percentages of Color #aafde1

%33
%0
%11
%1

Triadic Colors of #aafde1

#aafde1 #e1aafd #fde1aa

Analogous Colors of #aafde1

#aafde1 #aaf0fd #aafdb8

Monochromatic Colors of #aafde1

#aafde1

Complementary Color

#aafde1 #fdaac6

#aafde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafde1 Color CSS Codes

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

#aafde1 Text Font Color

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

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


#aafde1 Background Color

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

This div background color is #aafde1


#aafde1 Border Color

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

This div border color is #aafde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafde1


Comments

No comments written yet.

Please login to write comment.