Color Hex Logo

#aafe9f Color Hex

#AAFE9F
(170,254,159)
0 Favorites   0 Comments

Color spaces of #aafe9f

RGB 170254159
HSL0.310.980.81
HSV113°37°100°
CMYK 0.330.000.37   0.00
XYZ58.277481.932945.5440
Yxy81.93290.31370.4411
Hunter Lab90.5168-43.480833.5297
CIE-Lab92.5452-43.094037.5738

#aafe9f color RGB value is (170,254,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10011111
Octal 252 376 237
Decimal 170 254 159
Hex AA FE 9F

RGB Percentages of Color #aafe9f

%29.16
%43.57
%27.27

CMYK Percentages of Color #aafe9f

%33
%0
%37
%0

Triadic Colors of #aafe9f

#aafe9f #9faafe #fe9faa

Analogous Colors of #aafe9f

#aafe9f #9ffec4 #dafe9f

Monochromatic Colors of #aafe9f

#aafe9f

Complementary Color

#aafe9f #f39ffe

#aafe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe9f Color CSS Codes

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

#aafe9f Text Font Color

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

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


#aafe9f Background Color

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

This div background color is #aafe9f


#aafe9f Border Color

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

This div border color is #aafe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe9f


Comments

No comments written yet.

Please login to write comment.