Color Hex Logo

#aafed1 Color Hex

#AAFED1
(170,254,209)
0 Favorites   0 Comments

Color spaces of #aafed1

RGB 170254209
HSL0.410.980.83
HSV148°33°100°
CMYK 0.330.000.18   0.00
XYZ63.528084.033173.1933
Yxy84.03310.28780.3807
Hunter Lab91.6696-36.719316.8288
CIE-Lab93.4649-34.666113.5327

#aafed1 color RGB value is (170,254,209).

#aafed1 hex color red value is 170, green value is 254 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #aafed1 hue: 0.41 , saturation: 0.98 and the lightness value of aafed1 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11010001
Octal 252 376 321
Decimal 170 254 209
Hex AA FE D1

RGB Percentages of Color #aafed1

%26.86
%40.13
%33.02

CMYK Percentages of Color #aafed1

%33
%0
%18
%0

Triadic Colors of #aafed1

#aafed1 #d1aafe #fed1aa

Analogous Colors of #aafed1

#aafed1 #aafefb #adfeaa

Monochromatic Colors of #aafed1

#aafed1

Complementary Color

#aafed1 #feaad7

#aafed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafed1 Color CSS Codes

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

#aafed1 Text Font Color

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

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


#aafed1 Background Color

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

This div background color is #aafed1


#aafed1 Border Color

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

This div border color is #aafed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafed1

Related Colors


Comments

No comments written yet.

Please login to write comment.