Color Hex Logo

#aaf40f Color Hex

#AAF40F
(170,244,15)
0 Favorites   0 Comments

Color spaces of #aaf40f

RGB 17024415
HSL0.220.910.51
HSV79°94°96°
CMYK 0.300.000.94   0.04
XYZ49.014573.281912.0134
Yxy73.28190.36490.5456
Hunter Lab85.6048-47.605351.6029
CIE-Lab88.5820-49.826684.3887

#aaf40f color RGB value is (170,244,15).

#aaf40f hex color red value is 170, green value is 244 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aaf40f hue: 0.22 , saturation: 0.91 and the lightness value of aaf40f is 0.51.

The process color (four color CMYK) of #aaf40f color hex is 0.30, 0.00, 0.94, 0.04. Web safe color of #aaf40f is #99ff00. Color #aaf40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110100 00001111
Octal 252 364 17
Decimal 170 244 15
Hex AA F4 F

RGB Percentages of Color #aaf40f

%39.63
%56.88
%3.50

CMYK Percentages of Color #aaf40f

%30
%0
%94
%4

Triadic Colors of #aaf40f

#aaf40f #0faaf4 #f40faa

Analogous Colors of #aaf40f

#aaf40f #38f40f #f4cc0f

Monochromatic Colors of #aaf40f

#aaf40f

Complementary Color

#aaf40f #590ff4

#aaf40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf40f Color CSS Codes

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

#aaf40f Text Font Color

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

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


#aaf40f Background Color

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

This div background color is #aaf40f


#aaf40f Border Color

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

This div border color is #aaf40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf40f


Comments

No comments written yet.

Please login to write comment.