Color Hex Logo

#aea478 Color Hex

#AEA478
(174,164,120)
0 Favorites   0 Comments

Color spaces of #aea478

RGB 174164120
HSL0.140.250.58
HSV49°31°68°
CMYK 0.000.060.31   0.32
XYZ34.121236.905723.0944
Yxy36.90570.36250.3921
Hunter Lab60.7501-6.055419.9857
CIE-Lab67.2062-3.290224.1851

#aea478 color RGB value is (174,164,120).

#aea478 hex color red value is 174, green value is 164 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aea478 hue: 0.14 , saturation: 0.25 and the lightness value of aea478 is 0.58.

The process color (four color CMYK) of #aea478 color hex is 0.00, 0.06, 0.31, 0.32. Web safe color of #aea478 is #999966. Color #aea478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01111000
Octal 256 244 170
Decimal 174 164 120
Hex AE A4 78

RGB Percentages of Color #aea478

%37.99
%35.81
%26.20

CMYK Percentages of Color #aea478

%0
%6
%31
%32

Triadic Colors of #aea478

#aea478 #78aea4 #a478ae

Analogous Colors of #aea478

#aea478 #9dae78 #ae8978

Monochromatic Colors of #aea478

#aea478

Complementary Color

#aea478 #7882ae

#aea478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea478 Color CSS Codes

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

#aea478 Text Font Color

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

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


#aea478 Background Color

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

This div background color is #aea478


#aea478 Border Color

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

This div border color is #aea478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea478


Comments

No comments written yet.

Please login to write comment.