Color Hex Logo

#aea88d Color Hex

#AEA88D
(174,168,141)
0 Favorites   0 Comments

Color spaces of #aea88d

RGB 174168141
HSL0.140.170.62
HSV49°19°68°
CMYK 0.000.030.19   0.32
XYZ36.265938.927030.8016
Yxy38.92700.34210.3673
Hunter Lab62.3915-5.429614.4036
CIE-Lab68.6984-2.427214.7408

#aea88d color RGB value is (174,168,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 10001101
Octal 256 250 215
Decimal 174 168 141
Hex AE A8 8D

RGB Percentages of Color #aea88d

%36.02
%34.78
%29.19

CMYK Percentages of Color #aea88d

%0
%3
%19
%32

Triadic Colors of #aea88d

#aea88d #8daea8 #a88dae

Analogous Colors of #aea88d

#aea88d #a4ae8d #ae988d

Monochromatic Colors of #aea88d

#aea88d

Complementary Color

#aea88d #8d93ae

#aea88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea88d Color CSS Codes

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

#aea88d Text Font Color

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

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


#aea88d Background Color

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

This div background color is #aea88d


#aea88d Border Color

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

This div border color is #aea88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea88d

#aea88d Color Palettes


Comments

No comments written yet.

Please login to write comment.