Color Hex Logo

#aae036 Color Hex

#AAE036
(170,224,54)
0 Favorites   0 Comments

Color spaces of #aae036

RGB 17022454
HSL0.220.730.55
HSV79°76°88°
CMYK 0.240.000.76   0.12
XYZ43.899162.123713.1674
Yxy62.12370.36830.5212
Hunter Lab78.8186-38.514545.2681
CIE-Lab82.9792-40.140671.7506

#aae036 color RGB value is (170,224,54).

#aae036 hex color red value is 170, green value is 224 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aae036 hue: 0.22 , saturation: 0.73 and the lightness value of aae036 is 0.55.

The process color (four color CMYK) of #aae036 color hex is 0.24, 0.00, 0.76, 0.12. Web safe color of #aae036 is #99cc33. Color #aae036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 00110110
Octal 252 340 66
Decimal 170 224 54
Hex AA E0 36

RGB Percentages of Color #aae036

%37.95
%50.00
%12.05

CMYK Percentages of Color #aae036

%24
%0
%76
%12

Triadic Colors of #aae036

#aae036 #36aae0 #e036aa

Analogous Colors of #aae036

#aae036 #55e036 #e0c136

Monochromatic Colors of #aae036

#aae036

Complementary Color

#aae036 #6c36e0

#aae036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae036 Color CSS Codes

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

#aae036 Text Font Color

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

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


#aae036 Background Color

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

This div background color is #aae036


#aae036 Border Color

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

This div border color is #aae036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae036


Comments

No comments written yet.

Please login to write comment.