Color Hex Logo

#aae21f Color Hex

#AAE21F
(170,226,31)
0 Favorites   0 Comments

Color spaces of #aae21f

RGB 17022631
HSL0.210.770.50
HSV77°86°89°
CMYK 0.250.000.86   0.11
XYZ44.021263.037711.1437
Yxy63.03770.37240.5333
Hunter Lab79.3963-39.974347.2557
CIE-Lab83.4622-41.864777.9346

#aae21f color RGB value is (170,226,31).

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

The process color (four color CMYK) of #aae21f color hex is 0.25, 0.00, 0.86, 0.11. Web safe color of #aae21f is #99cc33. Color #aae21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100010 00011111
Octal 252 342 37
Decimal 170 226 31
Hex AA E2 1F

RGB Percentages of Color #aae21f

%39.81
%52.93
%7.26

CMYK Percentages of Color #aae21f

%25
%0
%86
%11

Triadic Colors of #aae21f

#aae21f #1faae2 #e21faa

Analogous Colors of #aae21f

#aae21f #49e21f #e2b91f

Monochromatic Colors of #aae21f

#aae21f

Complementary Color

#aae21f #571fe2

#aae21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae21f Color CSS Codes

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

#aae21f Text Font Color

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

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


#aae21f Background Color

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

This div background color is #aae21f


#aae21f Border Color

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

This div border color is #aae21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae21f


Comments

No comments written yet.

Please login to write comment.