Color Hex Logo

#aae70c Color Hex

#AAE70C
(170,231,12)
0 Favorites   0 Comments

Color spaces of #aae70c

RGB 17023112
HSL0.210.900.48
HSV77°95°91°
CMYK 0.260.000.95   0.09
XYZ45.219865.724410.6506
Yxy65.72440.37190.5405
Hunter Lab81.0706-42.309248.9602
CIE-Lab84.8556-44.391381.7378

#aae70c color RGB value is (170,231,12).

#aae70c hex color red value is 170, green value is 231 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #aae70c hue: 0.21 , saturation: 0.90 and the lightness value of aae70c is 0.48.

The process color (four color CMYK) of #aae70c color hex is 0.26, 0.00, 0.95, 0.09. Web safe color of #aae70c is #99ff00. Color #aae70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 00001100
Octal 252 347 14
Decimal 170 231 12
Hex AA E7 C

RGB Percentages of Color #aae70c

%41.16
%55.93
%2.91

CMYK Percentages of Color #aae70c

%26
%0
%95
%9

Triadic Colors of #aae70c

#aae70c #0caae7 #e70caa

Analogous Colors of #aae70c

#aae70c #3de70c #e7b70c

Monochromatic Colors of #aae70c

#aae70c

Complementary Color

#aae70c #490ce7

#aae70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae70c Color CSS Codes

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

#aae70c Text Font Color

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

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


#aae70c Background Color

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

This div background color is #aae70c


#aae70c Border Color

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

This div border color is #aae70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae70c


Comments

No comments written yet.

Please login to write comment.