Color Hex Logo

#aae44a Color Hex

#AAE44A
(170,228,74)
0 Favorites   0 Comments

Color spaces of #aae44a

RGB 17022874
HSL0.230.740.59
HSV83°68°89°
CMYK 0.250.000.68   0.11
XYZ45.557064.527316.5325
Yxy64.52730.35980.5096
Hunter Lab80.3289-39.342744.0277
CIE-Lab84.2396-40.767966.1289

#aae44a color RGB value is (170,228,74).

#aae44a hex color red value is 170, green value is 228 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aae44a hue: 0.23 , saturation: 0.74 and the lightness value of aae44a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 01001010
Octal 252 344 112
Decimal 170 228 74
Hex AA E4 4A

RGB Percentages of Color #aae44a

%36.02
%48.31
%15.68

CMYK Percentages of Color #aae44a

%25
%0
%68
%11

Triadic Colors of #aae44a

#aae44a #4aaae4 #e44aaa

Analogous Colors of #aae44a

#aae44a #5de44a #e4d14a

Monochromatic Colors of #aae44a

#aae44a

Complementary Color

#aae44a #844ae4

#aae44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae44a Color CSS Codes

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

#aae44a Text Font Color

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

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


#aae44a Background Color

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

This div background color is #aae44a


#aae44a Border Color

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

This div border color is #aae44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae44a


Comments

No comments written yet.

Please login to write comment.