Color Hex Logo

#aae53f Color Hex

#AAE53F
(170,229,63)
0 Favorites   0 Comments

Color spaces of #aae53f

RGB 17022963
HSL0.230.760.57
HSV81°72°90°
CMYK 0.260.000.72   0.10
XYZ45.494164.943614.8402
Yxy64.94360.36310.5184
Hunter Lab80.5876-40.259745.4931
CIE-Lab84.4547-41.875370.2721

#aae53f color RGB value is (170,229,63).

#aae53f hex color red value is 170, green value is 229 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aae53f hue: 0.23 , saturation: 0.76 and the lightness value of aae53f is 0.57.

The process color (four color CMYK) of #aae53f color hex is 0.26, 0.00, 0.72, 0.10. Web safe color of #aae53f is #99cc33. Color #aae53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00111111
Octal 252 345 77
Decimal 170 229 63
Hex AA E5 3F

RGB Percentages of Color #aae53f

%36.80
%49.57
%13.64

CMYK Percentages of Color #aae53f

%26
%0
%72
%10

Triadic Colors of #aae53f

#aae53f #3faae5 #e53faa

Analogous Colors of #aae53f

#aae53f #57e53f #e5cd3f

Monochromatic Colors of #aae53f

#aae53f

Complementary Color

#aae53f #7a3fe5

#aae53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae53f Color CSS Codes

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

#aae53f Text Font Color

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

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


#aae53f Background Color

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

This div background color is #aae53f


#aae53f Border Color

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

This div border color is #aae53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae53f


Comments

No comments written yet.

Please login to write comment.