Color Hex Logo

#aafd4e Color Hex

#AAFD4E
(170,253,78)
0 Favorites   0 Comments

Color spaces of #aafd4e

RGB 17025378
HSL0.250.980.65
HSV88°69°99°
CMYK 0.330.000.69   0.01
XYZ53.078079.346719.7257
Yxy79.34670.34890.5215
Hunter Lab89.0768-49.521949.2242
CIE-Lab91.3909-51.146671.9895

#aafd4e color RGB value is (170,253,78).

#aafd4e hex color red value is 170, green value is 253 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aafd4e hue: 0.25 , saturation: 0.98 and the lightness value of aafd4e is 0.65.

The process color (four color CMYK) of #aafd4e color hex is 0.33, 0.00, 0.69, 0.01. Web safe color of #aafd4e is #99ff66. Color #aafd4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 01001110
Octal 252 375 116
Decimal 170 253 78
Hex AA FD 4E

RGB Percentages of Color #aafd4e

%33.93
%50.50
%15.57

CMYK Percentages of Color #aafd4e

%33
%0
%69
%1

Triadic Colors of #aafd4e

#aafd4e #4eaafd #fd4eaa

Analogous Colors of #aafd4e

#aafd4e #52fd4e #fdf94e

Monochromatic Colors of #aafd4e

#aafd4e

Complementary Color

#aafd4e #a14efd

#aafd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafd4e Color CSS Codes

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

#aafd4e Text Font Color

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

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


#aafd4e Background Color

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

This div background color is #aafd4e


#aafd4e Border Color

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

This div border color is #aafd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafd4e


Comments

No comments written yet.

Please login to write comment.