Color Hex Logo

#aaff4e Color Hex

#AAFF4E
(170,255,78)
0 Favorites   0 Comments

Color spaces of #aaff4e

RGB 17025578
HSL0.251.000.65
HSV89°69°100°
CMYK 0.330.000.69   0.00
XYZ53.712780.616119.9372
Yxy80.61610.34820.5226
Hunter Lab89.7865-50.342849.6851
CIE-Lab91.9606-51.967372.5687

#aaff4e color RGB value is (170,255,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01001110
Octal 252 377 116
Decimal 170 255 78
Hex AA FF 4E

RGB Percentages of Color #aaff4e

%33.80
%50.70
%15.51

CMYK Percentages of Color #aaff4e

%33
%0
%69
%0

Triadic Colors of #aaff4e

#aaff4e #4eaaff #ff4eaa

Analogous Colors of #aaff4e

#aaff4e #52ff4e #fffc4e

Monochromatic Colors of #aaff4e

#aaff4e

Complementary Color

#aaff4e #a34eff

#aaff4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff4e Color CSS Codes

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

#aaff4e Text Font Color

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

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


#aaff4e Background Color

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

This div background color is #aaff4e


#aaff4e Border Color

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

This div border color is #aaff4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff4e

Related Colors


Comments

No comments written yet.

Please login to write comment.