Color Hex Logo

#aea850 Color Hex

#AEA850
(174,168,80)
0 Favorites   0 Comments

Color spaces of #aea850

RGB 17416880
HSL0.160.370.50
HSV56°54°68°
CMYK 0.000.030.54   0.32
XYZ32.906237.583113.1093
Yxy37.58310.39360.4496
Hunter Lab61.3051-11.471930.2351
CIE-Lab67.7122-9.740245.5740

#aea850 color RGB value is (174,168,80).

#aea850 hex color red value is 174, green value is 168 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aea850 hue: 0.16 , saturation: 0.37 and the lightness value of aea850 is 0.50.

The process color (four color CMYK) of #aea850 color hex is 0.00, 0.03, 0.54, 0.32. Web safe color of #aea850 is #999966. Color #aea850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01010000
Octal 256 250 120
Decimal 174 168 80
Hex AE A8 50

RGB Percentages of Color #aea850

%41.23
%39.81
%18.96

CMYK Percentages of Color #aea850

%0
%3
%54
%32

Triadic Colors of #aea850

#aea850 #50aea8 #a850ae

Analogous Colors of #aea850

#aea850 #85ae50 #ae7950

Monochromatic Colors of #aea850

#aea850

Complementary Color

#aea850 #5056ae

#aea850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea850 Color CSS Codes

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

#aea850 Text Font Color

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

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


#aea850 Background Color

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

This div background color is #aea850


#aea850 Border Color

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

This div border color is #aea850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea850


Comments

No comments written yet.

Please login to write comment.