Color Hex Logo

#aae73a Color Hex

#AAE73A
(170,231,58)
0 Favorites   0 Comments

Color spaces of #aae73a

RGB 17023158
HSL0.230.780.57
HSV81°75°91°
CMYK 0.260.000.75   0.09
XYZ45.917266.003414.3228
Yxy66.00340.36370.5228
Hunter Lab81.2425-41.288446.4171
CIE-Lab84.9982-43.009172.4195

#aae73a color RGB value is (170,231,58).

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

The process color (four color CMYK) of #aae73a color hex is 0.26, 0.00, 0.75, 0.09. Web safe color of #aae73a is #99ff33. Color #aae73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 00111010
Octal 252 347 72
Decimal 170 231 58
Hex AA E7 3A

RGB Percentages of Color #aae73a

%37.04
%50.33
%12.64

CMYK Percentages of Color #aae73a

%26
%0
%75
%9

Triadic Colors of #aae73a

#aae73a #3aaae7 #e73aaa

Analogous Colors of #aae73a

#aae73a #54e73a #e7ce3a

Monochromatic Colors of #aae73a

#aae73a

Complementary Color

#aae73a #773ae7

#aae73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae73a Color CSS Codes

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

#aae73a Text Font Color

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

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


#aae73a Background Color

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

This div background color is #aae73a


#aae73a Border Color

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

This div border color is #aae73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae73a


Comments

No comments written yet.

Please login to write comment.