Color Hex Logo

#aea66c Color Hex

#AEA66C
(174,166,108)
0 Favorites   0 Comments

Color spaces of #aea66c

RGB 174166108
HSL0.150.290.55
HSV53°38°68°
CMYK 0.000.050.38   0.32
XYZ33.798637.353819.6160
Yxy37.35380.37240.4115
Hunter Lab61.1178-8.244223.7531
CIE-Lab67.5416-5.859331.0802

#aea66c color RGB value is (174,166,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100110 01101100
Octal 256 246 154
Decimal 174 166 108
Hex AE A6 6C

RGB Percentages of Color #aea66c

%38.84
%37.05
%24.11

CMYK Percentages of Color #aea66c

%0
%5
%38
%32

Triadic Colors of #aea66c

#aea66c #6caea6 #a66cae

Analogous Colors of #aea66c

#aea66c #95ae6c #ae856c

Monochromatic Colors of #aea66c

#aea66c

Complementary Color

#aea66c #6c74ae

#aea66c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea66c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea66c Color CSS Codes

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

#aea66c Text Font Color

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

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


#aea66c Background Color

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

This div background color is #aea66c


#aea66c Border Color

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

This div border color is #aea66c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea66c


Comments

No comments written yet.

Please login to write comment.