Color Hex Logo

#aafd8a Color Hex

#AAFD8A
(170,253,138)
0 Favorites   0 Comments

Color spaces of #aafd8a

RGB 170253138
HSL0.290.970.77
HSV103°45°99°
CMYK 0.330.000.45   0.01
XYZ56.290380.631636.6414
Yxy80.63160.32430.4646
Hunter Lab89.7951-45.244238.6629
CIE-Lab91.9675-45.487747.0380

#aafd8a color RGB value is (170,253,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 10001010
Octal 252 375 212
Decimal 170 253 138
Hex AA FD 8A

RGB Percentages of Color #aafd8a

%30.30
%45.10
%24.60

CMYK Percentages of Color #aafd8a

%33
%0
%45
%1

Triadic Colors of #aafd8a

#aafd8a #8aaafd #fd8aaa

Analogous Colors of #aafd8a

#aafd8a #8afda4 #e4fd8a

Monochromatic Colors of #aafd8a

#aafd8a

Complementary Color

#aafd8a #dd8afd

#aafd8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd8a Color CSS Codes

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

#aafd8a Text Font Color

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

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


#aafd8a Background Color

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

This div background color is #aafd8a


#aafd8a Border Color

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

This div border color is #aafd8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,253,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 #aafd8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd8a

Related Colors


Comments

No comments written yet.

Please login to write comment.