Color Hex Logo

#aae78b Color Hex

#AAE78B
(170,231,139)
0 Favorites   0 Comments

Color spaces of #aae78b

RGB 170231139
HSL0.280.660.73
HSV100°40°91°
CMYK 0.260.000.40   0.09
XYZ49.813767.562034.8414
Yxy67.56200.32730.4439
Hunter Lab82.1961-35.666032.4053
CIE-Lab85.7870-35.611538.6982

#aae78b color RGB value is (170,231,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100111 10001011
Octal 252 347 213
Decimal 170 231 139
Hex AA E7 8B

RGB Percentages of Color #aae78b

%31.48
%42.78
%25.74

CMYK Percentages of Color #aae78b

%26
%0
%40
%9

Triadic Colors of #aae78b

#aae78b #8baae7 #e78baa

Analogous Colors of #aae78b

#aae78b #8be79a #d8e78b

Monochromatic Colors of #aae78b

#aae78b

Complementary Color

#aae78b #c88be7

#aae78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae78b Color CSS Codes

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

#aae78b Text Font Color

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

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


#aae78b Background Color

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

This div background color is #aae78b


#aae78b Border Color

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

This div border color is #aae78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae78b


Comments

No comments written yet.

Please login to write comment.