Color Hex Logo

#aeac74 Color Hex

#AEAC74
(174,172,116)
0 Favorites   0 Comments

Color spaces of #aeac74

RGB 174172116
HSL0.160.260.57
HSV58°33°68°
CMYK 0.000.010.33   0.32
XYZ35.360539.764722.3347
Yxy39.76470.36280.4080
Hunter Lab63.0593-10.259823.1418
CIE-Lab69.3016-8.070829.1203

#aeac74 color RGB value is (174,172,116).

#aeac74 hex color red value is 174, green value is 172 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #aeac74 hue: 0.16 , saturation: 0.26 and the lightness value of aeac74 is 0.57.

The process color (four color CMYK) of #aeac74 color hex is 0.00, 0.01, 0.33, 0.32. Web safe color of #aeac74 is #999966. Color #aeac74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 01110100
Octal 256 254 164
Decimal 174 172 116
Hex AE AC 74

RGB Percentages of Color #aeac74

%37.66
%37.23
%25.11

CMYK Percentages of Color #aeac74

%0
%1
%33
%32

Triadic Colors of #aeac74

#aeac74 #74aeac #ac74ae

Analogous Colors of #aeac74

#aeac74 #93ae74 #ae8f74

Monochromatic Colors of #aeac74

#aeac74

Complementary Color

#aeac74 #7476ae

#aeac74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac74 Color CSS Codes

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

#aeac74 Text Font Color

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

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


#aeac74 Background Color

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

This div background color is #aeac74


#aeac74 Border Color

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

This div border color is #aeac74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac74


Comments

No comments written yet.

Please login to write comment.