Color Hex Logo

#aea57d Color Hex

#AEA57D
(174,165,125)
0 Favorites   0 Comments

Color spaces of #aea57d

RGB 174165125
HSL0.140.230.59
HSV49°28°68°
CMYK 0.000.050.28   0.32
XYZ34.612437.389624.7947
Yxy37.38960.35760.3863
Hunter Lab61.1470-5.967018.7612
CIE-Lab67.5683-3.153821.9513

#aea57d color RGB value is (174,165,125).

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

The process color (four color CMYK) of #aea57d color hex is 0.00, 0.05, 0.28, 0.32. Web safe color of #aea57d is #999966. Color #aea57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100101 01111101
Octal 256 245 175
Decimal 174 165 125
Hex AE A5 7D

RGB Percentages of Color #aea57d

%37.50
%35.56
%26.94

CMYK Percentages of Color #aea57d

%0
%5
%28
%32

Triadic Colors of #aea57d

#aea57d #7daea5 #a57dae

Analogous Colors of #aea57d

#aea57d #9fae7d #ae8d7d

Monochromatic Colors of #aea57d

#aea57d

Complementary Color

#aea57d #7d86ae

#aea57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea57d Color CSS Codes

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

#aea57d Text Font Color

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

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


#aea57d Background Color

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

This div background color is #aea57d


#aea57d Border Color

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

This div border color is #aea57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea57d


Comments

No comments written yet.

Please login to write comment.