Color Hex Logo

#aafe60 Color Hex

#AAFE60
(170,254,96)
0 Favorites   0 Comments

Color spaces of #aafe60

RGB 17025496
HSL0.260.990.69
HSV92°62°100°
CMYK 0.330.000.62   0.00
XYZ54.130780.274223.7078
Yxy80.27420.34240.5077
Hunter Lab89.5959-48.949347.0285
CIE-Lab91.8078-50.239065.5547

#aafe60 color RGB value is (170,254,96).

#aafe60 hex color red value is 170, green value is 254 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #aafe60 hue: 0.26 , saturation: 0.99 and the lightness value of aafe60 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 01100000
Octal 252 376 140
Decimal 170 254 96
Hex AA FE 60

RGB Percentages of Color #aafe60

%32.69
%48.85
%18.46

CMYK Percentages of Color #aafe60

%33
%0
%62
%0

Triadic Colors of #aafe60

#aafe60 #60aafe #fe60aa

Analogous Colors of #aafe60

#aafe60 #60fe65 #f9fe60

Monochromatic Colors of #aafe60

#aafe60

Complementary Color

#aafe60 #b460fe

#aafe60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafe60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafe60 Color CSS Codes

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

#aafe60 Text Font Color

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

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


#aafe60 Background Color

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

This div background color is #aafe60


#aafe60 Border Color

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

This div border color is #aafe60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafe60

Related Colors


Comments

No comments written yet.

Please login to write comment.