Color Hex Logo

#aea657 Color Hex

#AEA657
(174,166,87)
0 Favorites   0 Comments

Color spaces of #aea657

RGB 17416687
HSL0.150.350.51
HSV54°50°68°
CMYK 0.000.050.50   0.32
XYZ32.812136.959214.4213
Yxy36.95920.38970.4390
Hunter Lab60.7941-10.048728.4913
CIE-Lab67.2464-8.067341.5804

#aea657 color RGB value is (174,166,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01010111
Octal 256 246 127
Decimal 174 166 87
Hex AE A6 57

RGB Percentages of Color #aea657

%40.75
%38.88
%20.37

CMYK Percentages of Color #aea657

%0
%5
%50
%32

Triadic Colors of #aea657

#aea657 #57aea6 #a657ae

Analogous Colors of #aea657

#aea657 #8bae57 #ae7b57

Monochromatic Colors of #aea657

#aea657

Complementary Color

#aea657 #575fae

#aea657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea657 Color CSS Codes

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

#aea657 Text Font Color

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

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


#aea657 Background Color

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

This div background color is #aea657


#aea657 Border Color

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

This div border color is #aea657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea657


Comments

No comments written yet.

Please login to write comment.