Color Hex Logo

#aae42a Color Hex

#AAE42A
(170,228,42)
0 Favorites   0 Comments

Color spaces of #aae42a

RGB 17022842
HSL0.220.780.53
HSV79°82°89°
CMYK 0.250.000.82   0.11
XYZ44.738964.200012.2243
Yxy64.20000.36920.5299
Hunter Lab80.1249-40.550547.0418
CIE-Lab84.0698-42.392676.0510

#aae42a color RGB value is (170,228,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100100 00101010
Octal 252 344 52
Decimal 170 228 42
Hex AA E4 2A

RGB Percentages of Color #aae42a

%38.64
%51.82
%9.55

CMYK Percentages of Color #aae42a

%25
%0
%82
%11

Triadic Colors of #aae42a

#aae42a #2aaae4 #e42aaa

Analogous Colors of #aae42a

#aae42a #4de42a #e4c12a

Monochromatic Colors of #aae42a

#aae42a

Complementary Color

#aae42a #642ae4

#aae42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae42a Color CSS Codes

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

#aae42a Text Font Color

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

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


#aae42a Background Color

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

This div background color is #aae42a


#aae42a Border Color

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

This div border color is #aae42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae42a


Comments

No comments written yet.

Please login to write comment.