Color Hex Logo

#aae992 Color Hex

#AAE992
(170,233,146)
0 Favorites   0 Comments

Color spaces of #aae992

RGB 170233146
HSL0.290.660.74
HSV103°37°91°
CMYK 0.270.000.37   0.09
XYZ50.904868.899237.8100
Yxy68.89920.32300.4371
Hunter Lab83.0055-35.791031.0966
CIE-Lab86.4541-35.565136.0687

#aae992 color RGB value is (170,233,146).

#aae992 hex color red value is 170, green value is 233 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aae992 hue: 0.29 , saturation: 0.66 and the lightness value of aae992 is 0.74.

The process color (four color CMYK) of #aae992 color hex is 0.27, 0.00, 0.37, 0.09. Web safe color of #aae992 is #99ff99. Color #aae992 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 10010010
Octal 252 351 222
Decimal 170 233 146
Hex AA E9 92

RGB Percentages of Color #aae992

%30.97
%42.44
%26.59

CMYK Percentages of Color #aae992

%27
%0
%37
%9

Triadic Colors of #aae992

#aae992 #92aae9 #e992aa

Analogous Colors of #aae992

#aae992 #92e9a6 #d6e992

Monochromatic Colors of #aae992

#aae992

Complementary Color

#aae992 #d192e9

#aae992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae992 Color CSS Codes

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

#aae992 Text Font Color

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

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


#aae992 Background Color

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

This div background color is #aae992


#aae992 Border Color

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

This div border color is #aae992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae992


Comments

No comments written yet.

Please login to write comment.