Color Hex Logo

#aaf00e Color Hex

#AAF00E
(170,240,14)
0 Favorites   0 Comments

Color spaces of #aaf00e

RGB 17024014
HSL0.220.890.50
HSV79°94°94°
CMYK 0.290.000.94   0.06
XYZ47.816970.897911.5799
Yxy70.89790.36700.5441
Hunter Lab84.2009-45.983150.7866
CIE-Lab87.4354-48.176983.5798

#aaf00e color RGB value is (170,240,14).

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

The process color (four color CMYK) of #aaf00e color hex is 0.29, 0.00, 0.94, 0.06. Web safe color of #aaf00e is #99ff00. Color #aaf00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11110000 00001110
Octal 252 360 16
Decimal 170 240 14
Hex AA F0 E

RGB Percentages of Color #aaf00e

%40.09
%56.60
%3.30

CMYK Percentages of Color #aaf00e

%29
%0
%94
%6

Triadic Colors of #aaf00e

#aaf00e #0eaaf0 #f00eaa

Analogous Colors of #aaf00e

#aaf00e #39f00e #f0c50e

Monochromatic Colors of #aaf00e

#aaf00e

Complementary Color

#aaf00e #540ef0

#aaf00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf00e Color CSS Codes

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

#aaf00e Text Font Color

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

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


#aaf00e Background Color

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

This div background color is #aaf00e


#aaf00e Border Color

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

This div border color is #aaf00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf00e

#aaf00e Color Palettes


Comments

No comments written yet.

Please login to write comment.