Color Hex Logo

#aaff50 Color Hex

#AAFF50
(170,255,80)
0 Favorites   0 Comments

Color spaces of #aaff50

RGB 17025580
HSL0.251.000.66
HSV89°69°100°
CMYK 0.330.000.69   0.00
XYZ53.785580.645220.3207
Yxy80.64520.34760.5211
Hunter Lab89.8027-50.245749.4456
CIE-Lab91.9736-51.836671.8675

#aaff50 color RGB value is (170,255,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01010000
Octal 252 377 120
Decimal 170 255 80
Hex AA FF 50

RGB Percentages of Color #aaff50

%33.66
%50.50
%15.84

CMYK Percentages of Color #aaff50

%33
%0
%69
%0

Triadic Colors of #aaff50

#aaff50 #50aaff #ff50aa

Analogous Colors of #aaff50

#aaff50 #52ff50 #fffd50

Monochromatic Colors of #aaff50

#aaff50

Complementary Color

#aaff50 #a550ff

#aaff50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff50 Color CSS Codes

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

#aaff50 Text Font Color

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

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


#aaff50 Background Color

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

This div background color is #aaff50


#aaff50 Border Color

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

This div border color is #aaff50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff50


Comments

No comments written yet.

Please login to write comment.