Color Hex Logo

#aea65e Color Hex

#AEA65E
(174,166,94)
0 Favorites   0 Comments

Color spaces of #aea65e

RGB 17416694
HSL0.150.330.53
HSV54°46°68°
CMYK 0.000.050.46   0.32
XYZ33.112237.079316.0015
Yxy37.07930.38420.4302
Hunter Lab60.8928-9.497827.0446
CIE-Lab67.3365-7.389538.1404

#aea65e color RGB value is (174,166,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01011110
Octal 256 246 136
Decimal 174 166 94
Hex AE A6 5E

RGB Percentages of Color #aea65e

%40.09
%38.25
%21.66

CMYK Percentages of Color #aea65e

%0
%5
%46
%32

Triadic Colors of #aea65e

#aea65e #5eaea6 #a65eae

Analogous Colors of #aea65e

#aea65e #8eae5e #ae7e5e

Monochromatic Colors of #aea65e

#aea65e

Complementary Color

#aea65e #5e66ae

#aea65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea65e Color CSS Codes

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

#aea65e Text Font Color

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

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


#aea65e Background Color

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

This div background color is #aea65e


#aea65e Border Color

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

This div border color is #aea65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea65e


Comments

No comments written yet.

Please login to write comment.