Color Hex Logo

#aea39e Color Hex

#AEA39E
(174,163,158)
0 Favorites   0 Comments

Color spaces of #aea39e

RGB 174163158
HSL0.050.090.65
HSV19°68°
CMYK 0.000.060.09   0.32
XYZ36.724337.661737.6816
Yxy37.66170.32770.3361
Hunter Lab61.3691-0.57866.5534
CIE-Lab67.77053.09364.0149

#aea39e color RGB value is (174,163,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10011110
Octal 256 243 236
Decimal 174 163 158
Hex AE A3 9E

RGB Percentages of Color #aea39e

%35.15
%32.93
%31.92

CMYK Percentages of Color #aea39e

%0
%6
%9
%32

Triadic Colors of #aea39e

#aea39e #9eaea3 #a39eae

Analogous Colors of #aea39e

#aea39e #aeab9e #ae9ea1

Monochromatic Colors of #aea39e

#aea39e

Complementary Color

#aea39e #9ea9ae

#aea39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea39e Color CSS Codes

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

#aea39e Text Font Color

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

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


#aea39e Background Color

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

This div background color is #aea39e


#aea39e Border Color

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

This div border color is #aea39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea39e


Comments

No comments written yet.

Please login to write comment.