Color Hex Logo

#aea38d Color Hex

#AEA38D
(174,163,141)
0 Favorites   0 Comments

Color spaces of #aea38d

RGB 174163141
HSL0.110.170.62
HSV40°19°68°
CMYK 0.000.060.19   0.32
XYZ35.360537.116130.4997
Yxy37.11610.34340.3604
Hunter Lab60.9230-3.011512.9639
CIE-Lab67.36400.280812.8706

#aea38d color RGB value is (174,163,141).

#aea38d hex color red value is 174, green value is 163 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aea38d hue: 0.11 , saturation: 0.17 and the lightness value of aea38d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100011 10001101
Octal 256 243 215
Decimal 174 163 141
Hex AE A3 8D

RGB Percentages of Color #aea38d

%36.40
%34.10
%29.50

CMYK Percentages of Color #aea38d

%0
%6
%19
%32

Triadic Colors of #aea38d

#aea38d #8daea3 #a38dae

Analogous Colors of #aea38d

#aea38d #a9ae8d #ae938d

Monochromatic Colors of #aea38d

#aea38d

Complementary Color

#aea38d #8d98ae

#aea38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea38d Color CSS Codes

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

#aea38d Text Font Color

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

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


#aea38d Background Color

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

This div background color is #aea38d


#aea38d Border Color

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

This div border color is #aea38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea38d


Comments

No comments written yet.

Please login to write comment.