Color Hex Logo

#aaef70 Color Hex

#AAEF70
(170,239,112)
0 Favorites   0 Comments

Color spaces of #aaef70

RGB 170239112
HSL0.260.800.69
HSV93°53°94°
CMYK 0.290.000.53   0.06
XYZ50.368771.448926.4655
Yxy71.44890.33970.4818
Hunter Lab84.5275-41.557440.6055
CIE-Lab87.7026-42.377253.9817

#aaef70 color RGB value is (170,239,112).

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

The process color (four color CMYK) of #aaef70 color hex is 0.29, 0.00, 0.53, 0.06. Web safe color of #aaef70 is #99ff66. Color #aaef70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 01110000
Octal 252 357 160
Decimal 170 239 112
Hex AA EF 70

RGB Percentages of Color #aaef70

%32.63
%45.87
%21.50

CMYK Percentages of Color #aaef70

%29
%0
%53
%6

Triadic Colors of #aaef70

#aaef70 #70aaef #ef70aa

Analogous Colors of #aaef70

#aaef70 #70ef76 #eaef70

Monochromatic Colors of #aaef70

#aaef70

Complementary Color

#aaef70 #b570ef

#aaef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaef70 Color CSS Codes

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

#aaef70 Text Font Color

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

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


#aaef70 Background Color

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

This div background color is #aaef70


#aaef70 Border Color

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

This div border color is #aaef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaef70


Comments

No comments written yet.

Please login to write comment.