Color Hex Logo

#aea866 Color Hex

#AEA866
(174,168,102)
0 Favorites   0 Comments

Color spaces of #aea866

RGB 174168102
HSL0.150.310.54
HSV55°41°68°
CMYK 0.000.030.41   0.32
XYZ33.856537.963218.1136
Yxy37.96320.37650.4221
Hunter Lab61.6143-9.740825.6997
CIE-Lab67.9935-7.604834.8200

#aea866 color RGB value is (174,168,102).

#aea866 hex color red value is 174, green value is 168 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #aea866 hue: 0.15 , saturation: 0.31 and the lightness value of aea866 is 0.54.

The process color (four color CMYK) of #aea866 color hex is 0.00, 0.03, 0.41, 0.32. Web safe color of #aea866 is #999966. Color #aea866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 01100110
Octal 256 250 146
Decimal 174 168 102
Hex AE A8 66

RGB Percentages of Color #aea866

%39.19
%37.84
%22.97

CMYK Percentages of Color #aea866

%0
%3
%41
%32

Triadic Colors of #aea866

#aea866 #66aea8 #a866ae

Analogous Colors of #aea866

#aea866 #90ae66 #ae8466

Monochromatic Colors of #aea866

#aea866

Complementary Color

#aea866 #666cae

#aea866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea866 Color CSS Codes

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

#aea866 Text Font Color

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

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


#aea866 Background Color

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

This div background color is #aea866


#aea866 Border Color

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

This div border color is #aea866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea866


Comments

No comments written yet.

Please login to write comment.