Color Hex Logo

#aae40f Color Hex

#AAE40F
(170,228,15)
0 Favorites   0 Comments

Color spaces of #aae40f

RGB 17022815
HSL0.210.880.48
HSV76°93°89°
CMYK 0.250.000.93   0.11
XYZ44.407264.067310.4777
Yxy64.06730.37330.5386
Hunter Lab80.0421-41.042148.2682
CIE-Lab84.0008-43.058880.7653

#aae40f color RGB value is (170,228,15).

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

The process color (four color CMYK) of #aae40f color hex is 0.25, 0.00, 0.93, 0.11. Web safe color of #aae40f is #99cc00. Color #aae40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 00001111
Octal 252 344 17
Decimal 170 228 15
Hex AA E4 F

RGB Percentages of Color #aae40f

%41.16
%55.21
%3.63

CMYK Percentages of Color #aae40f

%25
%0
%93
%11

Triadic Colors of #aae40f

#aae40f #0faae4 #e40faa

Analogous Colors of #aae40f

#aae40f #40e40f #e4b40f

Monochromatic Colors of #aae40f

#aae40f

Complementary Color

#aae40f #490fe4

#aae40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae40f Color CSS Codes

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

#aae40f Text Font Color

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

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


#aae40f Background Color

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

This div background color is #aae40f


#aae40f Border Color

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

This div border color is #aae40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae40f


Comments

No comments written yet.

Please login to write comment.