Color Hex Logo

#aaff70 Color Hex

#AAFF70
(170,255,112)
0 Favorites   0 Comments

Color spaces of #aaff70

RGB 170255112
HSL0.271.000.72
HSV96°56°100°
CMYK 0.330.000.56   0.00
XYZ55.262281.235928.0967
Yxy81.23590.33570.4936
Hunter Lab90.1310-48.285144.6091
CIE-Lab92.2366-49.219459.2854

#aaff70 color RGB value is (170,255,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111111 01110000
Octal 252 377 160
Decimal 170 255 112
Hex AA FF 70

RGB Percentages of Color #aaff70

%31.66
%47.49
%20.86

CMYK Percentages of Color #aaff70

%33
%0
%56
%0

Triadic Colors of #aaff70

#aaff70 #70aaff #ff70aa

Analogous Colors of #aaff70

#aaff70 #70ff7e #f2ff70

Monochromatic Colors of #aaff70

#aaff70

Complementary Color

#aaff70 #c570ff

#aaff70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaff70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaff70 Color CSS Codes

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

#aaff70 Text Font Color

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

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


#aaff70 Background Color

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

This div background color is #aaff70


#aaff70 Border Color

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

This div border color is #aaff70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaff70


Comments

No comments written yet.

Please login to write comment.