Color Hex Logo

#aae98a Color Hex

#AAE98A
(170,233,138)
0 Favorites   0 Comments

Color spaces of #aae98a

RGB 170233138
HSL0.280.680.73
HSV100°41°91°
CMYK 0.270.000.41   0.09
XYZ50.303968.658934.6459
Yxy68.65890.32750.4470
Hunter Lab82.8607-36.640633.2120
CIE-Lab86.3349-36.655139.8992

#aae98a color RGB value is (170,233,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101001 10001010
Octal 252 351 212
Decimal 170 233 138
Hex AA E9 8A

RGB Percentages of Color #aae98a

%31.42
%43.07
%25.51

CMYK Percentages of Color #aae98a

%27
%0
%41
%9

Triadic Colors of #aae98a

#aae98a #8aaae9 #e98aaa

Analogous Colors of #aae98a

#aae98a #8ae99a #dae98a

Monochromatic Colors of #aae98a

#aae98a

Complementary Color

#aae98a #c98ae9

#aae98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae98a Color CSS Codes

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

#aae98a Text Font Color

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

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


#aae98a Background Color

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

This div background color is #aae98a


#aae98a Border Color

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

This div border color is #aae98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae98a


Comments

No comments written yet.

Please login to write comment.