Color Hex Logo

#aaff6e Color Hex

#AAFF6E
(170,255,110)
0 Favorites   0 Comments

Color spaces of #aaff6e

RGB 170255110
HSL0.261.000.72
HSV95°57°100°
CMYK 0.330.000.57   0.00
XYZ55.152081.191827.5166
Yxy81.19180.33660.4955
Hunter Lab90.1065-48.430844.9686
CIE-Lab92.2170-49.412660.1341

#aaff6e color RGB value is (170,255,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01101110
Octal 252 377 156
Decimal 170 255 110
Hex AA FF 6E

RGB Percentages of Color #aaff6e

%31.78
%47.66
%20.56

CMYK Percentages of Color #aaff6e

%33
%0
%57
%0

Triadic Colors of #aaff6e

#aaff6e #6eaaff #ff6eaa

Analogous Colors of #aaff6e

#aaff6e #6eff7b #f3ff6e

Monochromatic Colors of #aaff6e

#aaff6e

Complementary Color

#aaff6e #c36eff

#aaff6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff6e Color CSS Codes

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

#aaff6e Text Font Color

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

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


#aaff6e Background Color

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

This div background color is #aaff6e


#aaff6e Border Color

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

This div border color is #aaff6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff6e


Comments

No comments written yet.

Please login to write comment.