Color Hex Logo

#aea39f Color Hex

#AEA39F
(174,163,159)
0 Favorites   0 Comments

Color spaces of #aea39f

RGB 174163159
HSL0.040.080.65
HSV16°68°
CMYK 0.000.060.09   0.32
XYZ36.810837.696338.1369
Yxy37.69630.32680.3346
Hunter Lab61.3973-0.42556.1502
CIE-Lab67.79623.26883.4959

#aea39f color RGB value is (174,163,159).

#aea39f hex color red value is 174, green value is 163 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aea39f hue: 0.04 , saturation: 0.08 and the lightness value of aea39f is 0.65.

The process color (four color CMYK) of #aea39f color hex is 0.00, 0.06, 0.09, 0.32. Web safe color of #aea39f is #999999. Color #aea39f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10011111
Octal 256 243 237
Decimal 174 163 159
Hex AE A3 9F

RGB Percentages of Color #aea39f

%35.08
%32.86
%32.06

CMYK Percentages of Color #aea39f

%0
%6
%9
%32

Triadic Colors of #aea39f

#aea39f #9faea3 #a39fae

Analogous Colors of #aea39f

#aea39f #aeab9f #ae9fa3

Monochromatic Colors of #aea39f

#aea39f

Complementary Color

#aea39f #9faaae

#aea39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea39f Color CSS Codes

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

#aea39f Text Font Color

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

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


#aea39f Background Color

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

This div background color is #aea39f


#aea39f Border Color

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

This div border color is #aea39f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,163,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aea39f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aea39f;
  -webkit-box-shadow: 1px 1px 3px 2px #aea39f;
  box-shadow:         1px 1px 3px 2px #aea39f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,163,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea39f


Comments

No comments written yet.

Please login to write comment.