Color Hex Logo

#aae083 Color Hex

#AAE083
(170,224,131)
0 Favorites   0 Comments

Color spaces of #aae083

RGB 170224131
HSL0.260.600.70
HSV95°42°88°
CMYK 0.240.000.42   0.12
XYZ47.330063.496131.2341
Yxy63.49610.33320.4470
Hunter Lab79.6844-33.424532.5391
CIE-Lab83.7027-33.442239.9988

#aae083 color RGB value is (170,224,131).

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

The process color (four color CMYK) of #aae083 color hex is 0.24, 0.00, 0.42, 0.12. Web safe color of #aae083 is #99cc99. Color #aae083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10000011
Octal 252 340 203
Decimal 170 224 131
Hex AA E0 83

RGB Percentages of Color #aae083

%32.38
%42.67
%24.95

CMYK Percentages of Color #aae083

%24
%0
%42
%12

Triadic Colors of #aae083

#aae083 #83aae0 #e083aa

Analogous Colors of #aae083

#aae083 #83e08b #d9e083

Monochromatic Colors of #aae083

#aae083

Complementary Color

#aae083 #b983e0

#aae083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae083 Color CSS Codes

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

#aae083 Text Font Color

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

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


#aae083 Background Color

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

This div background color is #aae083


#aae083 Border Color

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

This div border color is #aae083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae083


Comments

No comments written yet.

Please login to write comment.