Color Hex Logo

#aae052 Color Hex

#AAE052
(170,224,82)
0 Favorites   0 Comments

Color spaces of #aae052

RGB 17022482
HSL0.230.700.60
HSV83°63°88°
CMYK 0.240.000.63   0.12
XYZ44.756262.466617.6810
Yxy62.46660.35830.5001
Hunter Lab79.0358-37.232142.0614
CIE-Lab83.1609-38.425061.8535

#aae052 color RGB value is (170,224,82).

#aae052 hex color red value is 170, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aae052 hue: 0.23 , saturation: 0.70 and the lightness value of aae052 is 0.60.

The process color (four color CMYK) of #aae052 color hex is 0.24, 0.00, 0.63, 0.12. Web safe color of #aae052 is #99cc66. Color #aae052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 01010010
Octal 252 340 122
Decimal 170 224 82
Hex AA E0 52

RGB Percentages of Color #aae052

%35.71
%47.06
%17.23

CMYK Percentages of Color #aae052

%24
%0
%63
%12

Triadic Colors of #aae052

#aae052 #52aae0 #e052aa

Analogous Colors of #aae052

#aae052 #63e052 #e0cf52

Monochromatic Colors of #aae052

#aae052

Complementary Color

#aae052 #8852e0

#aae052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae052 Color CSS Codes

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

#aae052 Text Font Color

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

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


#aae052 Background Color

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

This div background color is #aae052


#aae052 Border Color

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

This div border color is #aae052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae052


Comments

No comments written yet.

Please login to write comment.