Color Hex Logo

#aae535 Color Hex

#AAE535
(170,229,53)
0 Favorites   0 Comments

Color spaces of #aae535

RGB 17022953
HSL0.220.770.55
HSV80°77°90°
CMYK 0.260.000.77   0.10
XYZ45.239564.841713.4995
Yxy64.84170.36610.5247
Hunter Lab80.5243-40.634346.4274
CIE-Lab84.4021-42.379773.3794

#aae535 color RGB value is (170,229,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100101 00110101
Octal 252 345 65
Decimal 170 229 53
Hex AA E5 35

RGB Percentages of Color #aae535

%37.61
%50.66
%11.73

CMYK Percentages of Color #aae535

%26
%0
%77
%10

Triadic Colors of #aae535

#aae535 #35aae5 #e535aa

Analogous Colors of #aae535

#aae535 #52e535 #e5c835

Monochromatic Colors of #aae535

#aae535

Complementary Color

#aae535 #7035e5

#aae535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae535 Color CSS Codes

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

#aae535 Text Font Color

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

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


#aae535 Background Color

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

This div background color is #aae535


#aae535 Border Color

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

This div border color is #aae535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae535


Comments

No comments written yet.

Please login to write comment.