Color Hex Logo

#aaff8e Color Hex

#AAFF8E
(170,255,142)
0 Favorites   0 Comments

Color spaces of #aaff8e

RGB 170255142
HSL0.291.000.78
HSV105°44°100°
CMYK 0.330.000.44   0.00
XYZ57.220082.019038.4066
Yxy82.01900.32210.4617
Hunter Lab90.5643-45.708438.2513
CIE-Lab92.5832-45.842645.9006

#aaff8e color RGB value is (170,255,142).

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

The process color (four color CMYK) of #aaff8e color hex is 0.33, 0.00, 0.44, 0.00. Web safe color of #aaff8e is #99ff99. Color #aaff8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 10001110
Octal 252 377 216
Decimal 170 255 142
Hex AA FF 8E

RGB Percentages of Color #aaff8e

%29.98
%44.97
%25.04

CMYK Percentages of Color #aaff8e

%33
%0
%44
%0

Triadic Colors of #aaff8e

#aaff8e #8eaaff #ff8eaa

Analogous Colors of #aaff8e

#aaff8e #8effab #e3ff8e

Monochromatic Colors of #aaff8e

#aaff8e

Complementary Color

#aaff8e #e38eff

#aaff8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff8e Color CSS Codes

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

#aaff8e Text Font Color

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

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


#aaff8e Background Color

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

This div background color is #aaff8e


#aaff8e Border Color

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

This div border color is #aaff8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff8e

#aaff8e Color Palettes


Comments

No comments written yet.

Please login to write comment.