Color Hex Logo

#aaf70e Color Hex

#AAF70E
(170,247,14)
0 Favorites   0 Comments

Color spaces of #aaf70e

RGB 17024714
HSL0.220.940.51
HSV80°94°97°
CMYK 0.310.000.94   0.03
XYZ49.917675.099312.2801
Yxy75.09930.36360.5470
Hunter Lab86.6599-48.835652.2602
CIE-Lab89.4395-51.075185.1625

#aaf70e color RGB value is (170,247,14).

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

The process color (four color CMYK) of #aaf70e color hex is 0.31, 0.00, 0.94, 0.03. Web safe color of #aaf70e is #99ff00. Color #aaf70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110111 00001110
Octal 252 367 16
Decimal 170 247 14
Hex AA F7 E

RGB Percentages of Color #aaf70e

%39.44
%57.31
%3.25

CMYK Percentages of Color #aaf70e

%31
%0
%94
%3

Triadic Colors of #aaf70e

#aaf70e #0eaaf7 #f70eaa

Analogous Colors of #aaf70e

#aaf70e #36f70e #f7d00e

Monochromatic Colors of #aaf70e

#aaf70e

Complementary Color

#aaf70e #5b0ef7

#aaf70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf70e Color CSS Codes

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

#aaf70e Text Font Color

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

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


#aaf70e Background Color

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

This div background color is #aaf70e


#aaf70e Border Color

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

This div border color is #aaf70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf70e

Related Colors


Comments

No comments written yet.

Please login to write comment.