Color Hex Logo

#aae20f Color Hex

#AAE20F
(170,226,15)
0 Favorites   0 Comments

Color spaces of #aae20f

RGB 17022615
HSL0.210.880.47
HSV76°93°89°
CMYK 0.250.000.93   0.11
XYZ43.860162.973210.2953
Yxy62.97320.37450.5376
Hunter Lab79.3557-40.214947.8569
CIE-Lab83.4283-42.191080.3131

#aae20f color RGB value is (170,226,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 00001111
Octal 252 342 17
Decimal 170 226 15
Hex AA E2 F

RGB Percentages of Color #aae20f

%41.36
%54.99
%3.65

CMYK Percentages of Color #aae20f

%25
%0
%93
%11

Triadic Colors of #aae20f

#aae20f #0faae2 #e20faa

Analogous Colors of #aae20f

#aae20f #41e20f #e2b10f

Monochromatic Colors of #aae20f

#aae20f

Complementary Color

#aae20f #470fe2

#aae20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae20f Color CSS Codes

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

#aae20f Text Font Color

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

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


#aae20f Background Color

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

This div background color is #aae20f


#aae20f Border Color

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

This div border color is #aae20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae20f


Comments

No comments written yet.

Please login to write comment.