Color Hex Logo

#aea78d Color Hex

#AEA78D
(174,167,141)
0 Favorites   0 Comments

Color spaces of #aea78d

RGB 174167141
HSL0.130.170.62
HSV47°19°68°
CMYK 0.000.040.19   0.32
XYZ36.082038.559230.7402
Yxy38.55920.34240.3659
Hunter Lab62.0961-4.947514.1162
CIE-Lab68.4308-1.887714.3667

#aea78d color RGB value is (174,167,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10001101
Octal 256 247 215
Decimal 174 167 141
Hex AE A7 8D

RGB Percentages of Color #aea78d

%36.10
%34.65
%29.25

CMYK Percentages of Color #aea78d

%0
%4
%19
%32

Triadic Colors of #aea78d

#aea78d #8daea7 #a78dae

Analogous Colors of #aea78d

#aea78d #a5ae8d #ae978d

Monochromatic Colors of #aea78d

#aea78d

Complementary Color

#aea78d #8d94ae

#aea78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea78d Color CSS Codes

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

#aea78d Text Font Color

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

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


#aea78d Background Color

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

This div background color is #aea78d


#aea78d Border Color

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

This div border color is #aea78d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea78d

#aea78d Color Palettes


Comments

No comments written yet.

Please login to write comment.