Color Hex Logo

#aae536 Color Hex

#AAE536
(170,229,54)
0 Favorites   0 Comments

Color spaces of #aae536

RGB 17022954
HSL0.220.770.55
HSV80°76°90°
CMYK 0.260.000.76   0.10
XYZ45.262764.851013.6219
Yxy64.85100.36580.5241
Hunter Lab80.5301-40.600146.3420
CIE-Lab84.4069-42.333673.0871

#aae536 color RGB value is (170,229,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00110110
Octal 252 345 66
Decimal 170 229 54
Hex AA E5 36

RGB Percentages of Color #aae536

%37.53
%50.55
%11.92

CMYK Percentages of Color #aae536

%26
%0
%76
%10

Triadic Colors of #aae536

#aae536 #36aae5 #e536aa

Analogous Colors of #aae536

#aae536 #52e536 #e5c936

Monochromatic Colors of #aae536

#aae536

Complementary Color

#aae536 #7136e5

#aae536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae536 Color CSS Codes

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

#aae536 Text Font Color

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

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


#aae536 Background Color

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

This div background color is #aae536


#aae536 Border Color

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

This div border color is #aae536


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,229,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 #aae536">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae536


Comments

No comments written yet.

Please login to write comment.