Color Hex Logo

#aea467 Color Hex

#AEA467
(174,164,103)
0 Favorites   0 Comments

Color spaces of #aea467

RGB 174164103
HSL0.140.300.54
HSV52°41°68°
CMYK 0.000.060.41   0.32
XYZ33.179236.528918.1340
Yxy36.52890.37770.4158
Hunter Lab60.4391-7.777624.5182
CIE-Lab66.9221-5.366132.9315

#aea467 color RGB value is (174,164,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 01100111
Octal 256 244 147
Decimal 174 164 103
Hex AE A4 67

RGB Percentages of Color #aea467

%39.46
%37.19
%23.36

CMYK Percentages of Color #aea467

%0
%6
%41
%32

Triadic Colors of #aea467

#aea467 #67aea4 #a467ae

Analogous Colors of #aea467

#aea467 #95ae67 #ae8167

Monochromatic Colors of #aea467

#aea467

Complementary Color

#aea467 #6771ae

#aea467 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea467 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea467 Color CSS Codes

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

#aea467 Text Font Color

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

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


#aea467 Background Color

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

This div background color is #aea467


#aea467 Border Color

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

This div border color is #aea467


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea467


Comments

No comments written yet.

Please login to write comment.