Color Hex Logo

#aea85f Color Hex

#AEA85F
(174,168,95)
0 Favorites   0 Comments

Color spaces of #aea85f

RGB 17416895
HSL0.150.330.53
HSV55°45°68°
CMYK 0.000.030.45   0.32
XYZ33.523737.830216.3615
Yxy37.83020.38220.4313
Hunter Lab61.5063-10.345427.2824
CIE-Lab67.8953-8.346738.3182

#aea85f color RGB value is (174,168,95).

#aea85f hex color red value is 174, green value is 168 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #aea85f hue: 0.15 , saturation: 0.33 and the lightness value of aea85f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01011111
Octal 256 250 137
Decimal 174 168 95
Hex AE A8 5F

RGB Percentages of Color #aea85f

%39.82
%38.44
%21.74

CMYK Percentages of Color #aea85f

%0
%3
%45
%32

Triadic Colors of #aea85f

#aea85f #5faea8 #a85fae

Analogous Colors of #aea85f

#aea85f #8dae5f #ae815f

Monochromatic Colors of #aea85f

#aea85f

Complementary Color

#aea85f #5f65ae

#aea85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea85f Color CSS Codes

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

#aea85f Text Font Color

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

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


#aea85f Background Color

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

This div background color is #aea85f


#aea85f Border Color

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

This div border color is #aea85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea85f


Comments

No comments written yet.

Please login to write comment.