Color Hex Logo

#aae78a Color Hex

#AAE78A
(170,231,138)
0 Favorites   0 Comments

Color spaces of #aae78a

RGB 170231138
HSL0.280.660.72
HSV99°40°91°
CMYK 0.260.000.40   0.09
XYZ49.740967.532934.4583
Yxy67.53290.32780.4451
Hunter Lab82.1784-35.769832.6639
CIE-Lab85.7723-35.745039.1762

#aae78a color RGB value is (170,231,138).

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

The process color (four color CMYK) of #aae78a color hex is 0.26, 0.00, 0.40, 0.09. Web safe color of #aae78a is #99ff99. Color #aae78a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 10001010
Octal 252 347 212
Decimal 170 231 138
Hex AA E7 8A

RGB Percentages of Color #aae78a

%31.54
%42.86
%25.60

CMYK Percentages of Color #aae78a

%26
%0
%40
%9

Triadic Colors of #aae78a

#aae78a #8aaae7 #e78aaa

Analogous Colors of #aae78a

#aae78a #8ae799 #d9e78a

Monochromatic Colors of #aae78a

#aae78a

Complementary Color

#aae78a #c78ae7

#aae78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae78a Color CSS Codes

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

#aae78a Text Font Color

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

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


#aae78a Background Color

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

This div background color is #aae78a


#aae78a Border Color

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

This div border color is #aae78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae78a


Comments

No comments written yet.

Please login to write comment.