Color Hex Logo

#aea07c Color Hex

#AEA07C
(174,160,124)
0 Favorites   0 Comments

Color spaces of #aea07c

RGB 174160124
HSL0.120.240.58
HSV43°29°68°
CMYK 0.000.080.29   0.32
XYZ33.664535.595524.1651
Yxy35.59550.36030.3810
Hunter Lab59.6620-3.689117.7489
CIE-Lab66.2097-0.587320.6514

#aea07c color RGB value is (174,160,124).

#aea07c hex color red value is 174, green value is 160 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aea07c hue: 0.12 , saturation: 0.24 and the lightness value of aea07c is 0.58.

The process color (four color CMYK) of #aea07c color hex is 0.00, 0.08, 0.29, 0.32. Web safe color of #aea07c is #999966. Color #aea07c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 01111100
Octal 256 240 174
Decimal 174 160 124
Hex AE A0 7C

RGB Percentages of Color #aea07c

%37.99
%34.93
%27.07

CMYK Percentages of Color #aea07c

%0
%8
%29
%32

Triadic Colors of #aea07c

#aea07c #7caea0 #a07cae

Analogous Colors of #aea07c

#aea07c #a3ae7c #ae877c

Monochromatic Colors of #aea07c

#aea07c

Complementary Color

#aea07c #7c8aae

#aea07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea07c Color CSS Codes

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

#aea07c Text Font Color

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

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


#aea07c Background Color

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

This div background color is #aea07c


#aea07c Border Color

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

This div border color is #aea07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea07c


Comments

No comments written yet.

Please login to write comment.