Color Hex Logo

#aea28d Color Hex

#AEA28D
(174,162,141)
0 Favorites   0 Comments

Color spaces of #aea28d

RGB 174162141
HSL0.110.170.62
HSV38°19°68°
CMYK 0.000.070.19   0.32
XYZ35.183636.762430.4408
Yxy36.76240.34360.3591
Hunter Lab60.6320-2.525912.6754
CIE-Lab67.09840.825112.4969

#aea28d color RGB value is (174,162,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100010 10001101
Octal 256 242 215
Decimal 174 162 141
Hex AE A2 8D

RGB Percentages of Color #aea28d

%36.48
%33.96
%29.56

CMYK Percentages of Color #aea28d

%0
%7
%19
%32

Triadic Colors of #aea28d

#aea28d #8daea2 #a28dae

Analogous Colors of #aea28d

#aea28d #aaae8d #ae928d

Monochromatic Colors of #aea28d

#aea28d

Complementary Color

#aea28d #8d99ae

#aea28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea28d Color CSS Codes

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

#aea28d Text Font Color

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

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


#aea28d Background Color

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

This div background color is #aea28d


#aea28d Border Color

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

This div border color is #aea28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea28d

#aea28d Color Palettes


Comments

No comments written yet.

Please login to write comment.