Color Hex Logo

#aea68d Color Hex

#AEA68D
(174,166,141)
0 Favorites   0 Comments

Color spaces of #aea68d

RGB 174166141
HSL0.130.170.62
HSV45°19°68°
CMYK 0.000.050.19   0.32
XYZ35.899538.194230.6794
Yxy38.19420.34260.3645
Hunter Lab61.8015-4.464713.8284
CIE-Lab68.1635-1.347213.9925

#aea68d color RGB value is (174,166,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 10001101
Octal 256 246 215
Decimal 174 166 141
Hex AE A6 8D

RGB Percentages of Color #aea68d

%36.17
%34.51
%29.31

CMYK Percentages of Color #aea68d

%0
%5
%19
%32

Triadic Colors of #aea68d

#aea68d #8daea6 #a68dae

Analogous Colors of #aea68d

#aea68d #a6ae8d #ae968d

Monochromatic Colors of #aea68d

#aea68d

Complementary Color

#aea68d #8d95ae

#aea68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea68d Color CSS Codes

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

#aea68d Text Font Color

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

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


#aea68d Background Color

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

This div background color is #aea68d


#aea68d Border Color

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

This div border color is #aea68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea68d


Comments

No comments written yet.

Please login to write comment.