Color Hex Logo

#aaf02f Color Hex

#AAF02F
(170,240,47)
0 Favorites   0 Comments

Color spaces of #aaf02f

RGB 17024047
HSL0.230.870.56
HSV82°80°94°
CMYK 0.290.000.80   0.06
XYZ48.250771.071513.8644
Yxy71.07150.36230.5336
Hunter Lab84.3039-45.368749.2621
CIE-Lab87.5197-47.341577.8640

#aaf02f color RGB value is (170,240,47).

#aaf02f hex color red value is 170, green value is 240 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #aaf02f hue: 0.23 , saturation: 0.87 and the lightness value of aaf02f is 0.56.

The process color (four color CMYK) of #aaf02f color hex is 0.29, 0.00, 0.80, 0.06. Web safe color of #aaf02f is #99ff33. Color #aaf02f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00101111
Octal 252 360 57
Decimal 170 240 47
Hex AA F0 2F

RGB Percentages of Color #aaf02f

%37.20
%52.52
%10.28

CMYK Percentages of Color #aaf02f

%29
%0
%80
%6

Triadic Colors of #aaf02f

#aaf02f #2faaf0 #f02faa

Analogous Colors of #aaf02f

#aaf02f #49f02f #f0d62f

Monochromatic Colors of #aaf02f

#aaf02f

Complementary Color

#aaf02f #752ff0

#aaf02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf02f Color CSS Codes

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

#aaf02f Text Font Color

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

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


#aaf02f Background Color

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

This div background color is #aaf02f


#aaf02f Border Color

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

This div border color is #aaf02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf02f


Comments

No comments written yet.

Please login to write comment.