Color Hex Logo

#aea65c Color Hex

#AEA65C
(174,166,92)
0 Favorites   0 Comments

Color spaces of #aea65c

RGB 17416692
HSL0.150.340.52
HSV54°47°68°
CMYK 0.000.050.47   0.32
XYZ33.023537.043815.5349
Yxy37.04380.38580.4327
Hunter Lab60.8636-9.660527.4713
CIE-Lab67.3099-7.589339.1305

#aea65c color RGB value is (174,166,92).

#aea65c hex color red value is 174, green value is 166 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aea65c hue: 0.15 , saturation: 0.34 and the lightness value of aea65c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01011100
Octal 256 246 134
Decimal 174 166 92
Hex AE A6 5C

RGB Percentages of Color #aea65c

%40.28
%38.43
%21.30

CMYK Percentages of Color #aea65c

%0
%5
%47
%32

Triadic Colors of #aea65c

#aea65c #5caea6 #a65cae

Analogous Colors of #aea65c

#aea65c #8dae5c #ae7d5c

Monochromatic Colors of #aea65c

#aea65c

Complementary Color

#aea65c #5c64ae

#aea65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea65c Color CSS Codes

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

#aea65c Text Font Color

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

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


#aea65c Background Color

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

This div background color is #aea65c


#aea65c Border Color

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

This div border color is #aea65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea65c


Comments

No comments written yet.

Please login to write comment.