Color Hex Logo

#aae31f Color Hex

#AAE31F
(170,227,31)
0 Favorites   0 Comments

Color spaces of #aae31f

RGB 17022731
HSL0.220.780.51
HSV77°86°89°
CMYK 0.250.000.86   0.11
XYZ44.294063.583111.2346
Yxy63.58310.37190.5338
Hunter Lab79.7390-40.388847.4638
CIE-Lab83.7482-42.300178.1740

#aae31f color RGB value is (170,227,31).

#aae31f hex color red value is 170, green value is 227 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aae31f hue: 0.22 , saturation: 0.78 and the lightness value of aae31f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 00011111
Octal 252 343 37
Decimal 170 227 31
Hex AA E3 1F

RGB Percentages of Color #aae31f

%39.72
%53.04
%7.24

CMYK Percentages of Color #aae31f

%25
%0
%86
%11

Triadic Colors of #aae31f

#aae31f #1faae3 #e31faa

Analogous Colors of #aae31f

#aae31f #48e31f #e3ba1f

Monochromatic Colors of #aae31f

#aae31f

Complementary Color

#aae31f #581fe3

#aae31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae31f Color CSS Codes

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

#aae31f Text Font Color

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

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


#aae31f Background Color

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

This div background color is #aae31f


#aae31f Border Color

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

This div border color is #aae31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae31f


Comments

No comments written yet.

Please login to write comment.