Color Hex Logo

#aafa00 Color Hex

#AAFA00
(170,250,0)
0 Favorites   0 Comments

Color spaces of #aafa00

RGB 1702500
HSL0.221.000.49
HSV79°100°98°
CMYK 0.320.001.00   0.02
XYZ50.763276.917312.1710
Yxy76.91730.36300.5500
Hunter Lab87.7025-50.161653.1637
CIE-Lab90.2835-52.448186.9048

#aafa00 color RGB value is (170,250,0).

#aafa00 hex color red value is 170, green value is 250 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aafa00 hue: 0.22 , saturation: 1.00 and the lightness value of aafa00 is 0.49.

The process color (four color CMYK) of #aafa00 color hex is 0.32, 0.00, 1.00, 0.02. Web safe color of #aafa00 is #99ff00. Color #aafa00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 00000000
Octal 252 372 0
Decimal 170 250 0
Hex AA FA 0

RGB Percentages of Color #aafa00

%40.48
%59.52
%0.00

CMYK Percentages of Color #aafa00

%32
%0
%100
%2

Triadic Colors of #aafa00

#aafa00 #00aafa #fa00aa

Analogous Colors of #aafa00

#aafa00 #2dfa00 #facd00

Monochromatic Colors of #aafa00

#aafa00

Complementary Color

#aafa00 #5000fa

#aafa00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafa00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafa00 Color CSS Codes

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

#aafa00 Text Font Color

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

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


#aafa00 Background Color

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

This div background color is #aafa00


#aafa00 Border Color

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

This div border color is #aafa00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafa00


Comments

No comments written yet.

Please login to write comment.