Color Hex Logo

#aafead Color Hex

#AAFEAD
(170,254,173)
0 Favorites   0 Comments

Color spaces of #aafead

RGB 170254173
HSL0.340.980.83
HSV122°33°100°
CMYK 0.330.000.32   0.00
XYZ59.562282.446852.3097
Yxy82.44680.30650.4243
Hunter Lab90.8002-41.809829.4034
CIE-Lab92.7717-40.971330.8969

#aafead color RGB value is (170,254,173).

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

The process color (four color CMYK) of #aafead color hex is 0.33, 0.00, 0.32, 0.00. Web safe color of #aafead is #99ff99. Color #aafead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10101101
Octal 252 376 255
Decimal 170 254 173
Hex AA FE AD

RGB Percentages of Color #aafead

%28.48
%42.55
%28.98

CMYK Percentages of Color #aafead

%33
%0
%32
%0

Triadic Colors of #aafead

#aafead #adaafe #feadaa

Analogous Colors of #aafead

#aafead #aafed7 #d1feaa

Monochromatic Colors of #aafead

#aafead

Complementary Color

#aafead #feaafb

#aafead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafead Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafead Color CSS Codes

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

#aafead Text Font Color

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

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


#aafead Background Color

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

This div background color is #aafead


#aafead Border Color

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

This div border color is #aafead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafead


Comments

No comments written yet.

Please login to write comment.