Color Hex Logo

#aea780 Color Hex

#AEA780
(174,167,128)
0 Favorites   0 Comments

Color spaces of #aea780

RGB 174167128
HSL0.140.220.59
HSV51°26°68°
CMYK 0.000.040.26   0.32
XYZ35.170638.194625.9407
Yxy38.19460.35420.3846
Hunter Lab61.8018-6.571118.3748
CIE-Lab68.1638-3.811321.1246

#aea780 color RGB value is (174,167,128).

#aea780 hex color red value is 174, green value is 167 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aea780 hue: 0.14 , saturation: 0.22 and the lightness value of aea780 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100111 10000000
Octal 256 247 200
Decimal 174 167 128
Hex AE A7 80

RGB Percentages of Color #aea780

%37.10
%35.61
%27.29

CMYK Percentages of Color #aea780

%0
%4
%26
%32

Triadic Colors of #aea780

#aea780 #80aea7 #a780ae

Analogous Colors of #aea780

#aea780 #9eae80 #ae9080

Monochromatic Colors of #aea780

#aea780

Complementary Color

#aea780 #8087ae

#aea780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea780 Color CSS Codes

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

#aea780 Text Font Color

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

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


#aea780 Background Color

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

This div background color is #aea780


#aea780 Border Color

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

This div border color is #aea780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea780


Comments

No comments written yet.

Please login to write comment.