Color Hex Logo

#aae092 Color Hex

#AAE092
(170,224,146)
0 Favorites   0 Comments

Color spaces of #aae092

RGB 170224146
HSL0.280.560.73
HSV102°35°88°
CMYK 0.240.000.35   0.12
XYZ48.421563.932736.9823
Yxy63.93270.32420.4281
Hunter Lab79.9579-31.829028.5476
CIE-Lab83.9307-31.401632.7514

#aae092 color RGB value is (170,224,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100000 10010010
Octal 252 340 222
Decimal 170 224 146
Hex AA E0 92

RGB Percentages of Color #aae092

%31.48
%41.48
%27.04

CMYK Percentages of Color #aae092

%24
%0
%35
%12

Triadic Colors of #aae092

#aae092 #92aae0 #e092aa

Analogous Colors of #aae092

#aae092 #92e0a1 #d1e092

Monochromatic Colors of #aae092

#aae092

Complementary Color

#aae092 #c892e0

#aae092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae092 Color CSS Codes

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

#aae092 Text Font Color

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

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


#aae092 Background Color

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

This div background color is #aae092


#aae092 Border Color

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

This div border color is #aae092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae092


Comments

No comments written yet.

Please login to write comment.