Color Hex Logo

#aae98f Color Hex

#AAE98F
(170,233,143)
0 Favorites   0 Comments

Color spaces of #aae98f

RGB 170233143
HSL0.280.670.74
HSV102°39°91°
CMYK 0.270.000.39   0.09
XYZ50.674468.807036.5969
Yxy68.80700.32470.4408
Hunter Lab82.9500-36.116331.9067
CIE-Lab86.4084-35.981637.5097

#aae98f color RGB value is (170,233,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 10001111
Octal 252 351 217
Decimal 170 233 143
Hex AA E9 8F

RGB Percentages of Color #aae98f

%31.14
%42.67
%26.19

CMYK Percentages of Color #aae98f

%27
%0
%39
%9

Triadic Colors of #aae98f

#aae98f #8faae9 #e98faa

Analogous Colors of #aae98f

#aae98f #8fe9a1 #d7e98f

Monochromatic Colors of #aae98f

#aae98f

Complementary Color

#aae98f #ce8fe9

#aae98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae98f Color CSS Codes

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

#aae98f Text Font Color

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

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


#aae98f Background Color

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

This div background color is #aae98f


#aae98f Border Color

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

This div border color is #aae98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae98f


Comments

No comments written yet.

Please login to write comment.