Color Hex Logo

#aaff60 Color Hex

#AAFF60
(170,255,96)
0 Favorites   0 Comments

Color spaces of #aaff60

RGB 17025596
HSL0.261.000.69
HSV92°62°100°
CMYK 0.330.000.62   0.00
XYZ54.448980.910623.8139
Yxy80.91060.34210.5083
Hunter Lab89.9503-49.363147.2685
CIE-Lab92.0919-50.653265.8654

#aaff60 color RGB value is (170,255,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01100000
Octal 252 377 140
Decimal 170 255 96
Hex AA FF 60

RGB Percentages of Color #aaff60

%32.63
%48.94
%18.43

CMYK Percentages of Color #aaff60

%33
%0
%62
%0

Triadic Colors of #aaff60

#aaff60 #60aaff #ff60aa

Analogous Colors of #aaff60

#aaff60 #60ff66 #faff60

Monochromatic Colors of #aaff60

#aaff60

Complementary Color

#aaff60 #b560ff

#aaff60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff60 Color CSS Codes

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

#aaff60 Text Font Color

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

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


#aaff60 Background Color

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

This div background color is #aaff60


#aaff60 Border Color

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

This div border color is #aaff60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,255,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 #aaff60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff60

Related Colors


Comments

No comments written yet.

Please login to write comment.