Color Hex Logo

#aafe8a Color Hex

#AAFE8A
(170,254,138)
0 Favorites   0 Comments

Color spaces of #aafe8a

RGB 170254138
HSL0.290.980.77
HSV103°46°100°
CMYK 0.330.000.46   0.00
XYZ56.606881.264636.7469
Yxy81.26460.32420.4654
Hunter Lab90.1469-45.669838.9342
CIE-Lab92.2493-45.916847.3905

#aafe8a color RGB value is (170,254,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10001010
Octal 252 376 212
Decimal 170 254 138
Hex AA FE 8A

RGB Percentages of Color #aafe8a

%30.25
%45.20
%24.56

CMYK Percentages of Color #aafe8a

%33
%0
%46
%0

Triadic Colors of #aafe8a

#aafe8a #8aaafe #fe8aaa

Analogous Colors of #aafe8a

#aafe8a #8afea4 #e4fe8a

Monochromatic Colors of #aafe8a

#aafe8a

Complementary Color

#aafe8a #de8afe

#aafe8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe8a Color CSS Codes

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

#aafe8a Text Font Color

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

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


#aafe8a Background Color

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

This div background color is #aafe8a


#aafe8a Border Color

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

This div border color is #aafe8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe8a


Comments

No comments written yet.

Please login to write comment.