Color Hex Logo

#aaff3f Color Hex

#AAFF3F
(170,255,63)
0 Favorites   0 Comments

Color spaces of #aaff3f

RGB 17025563
HSL0.241.000.62
HSV87°75°100°
CMYK 0.330.000.75   0.00
XYZ53.234880.424917.4204
Yxy80.42490.35240.5323
Hunter Lab89.6799-50.980751.2588
CIE-Lab91.8752-52.828877.4168

#aaff3f color RGB value is (170,255,63).

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

The process color (four color CMYK) of #aaff3f color hex is 0.33, 0.00, 0.75, 0.00. Web safe color of #aaff3f is #99ff33. Color #aaff3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 00111111
Octal 252 377 77
Decimal 170 255 63
Hex AA FF 3F

RGB Percentages of Color #aaff3f

%34.84
%52.25
%12.91

CMYK Percentages of Color #aaff3f

%33
%0
%75
%0

Triadic Colors of #aaff3f

#aaff3f #3faaff #ff3faa

Analogous Colors of #aaff3f

#aaff3f #4aff3f #fff43f

Monochromatic Colors of #aaff3f

#aaff3f

Complementary Color

#aaff3f #943fff

#aaff3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff3f Color CSS Codes

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

#aaff3f Text Font Color

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

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


#aaff3f Background Color

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

This div background color is #aaff3f


#aaff3f Border Color

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

This div border color is #aaff3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff3f


Comments

No comments written yet.

Please login to write comment.