Color Hex Logo

#aea48e Color Hex

#AEA48E
(174,164,142)
0 Favorites   0 Comments

Color spaces of #aea48e

RGB 174164142
HSL0.110.160.62
HSV41°18°68°
CMYK 0.000.060.18   0.32
XYZ35.613537.502630.9529
Yxy37.50260.34220.3604
Hunter Lab61.2394-3.363012.8999
CIE-Lab67.6524-0.106612.7228

#aea48e color RGB value is (174,164,142).

#aea48e hex color red value is 174, green value is 164 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aea48e hue: 0.11 , saturation: 0.16 and the lightness value of aea48e is 0.62.

The process color (four color CMYK) of #aea48e color hex is 0.00, 0.06, 0.18, 0.32. Web safe color of #aea48e is #999999. Color #aea48e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 10001110
Octal 256 244 216
Decimal 174 164 142
Hex AE A4 8E

RGB Percentages of Color #aea48e

%36.25
%34.17
%29.58

CMYK Percentages of Color #aea48e

%0
%6
%18
%32

Triadic Colors of #aea48e

#aea48e #8eaea4 #a48eae

Analogous Colors of #aea48e

#aea48e #a8ae8e #ae948e

Monochromatic Colors of #aea48e

#aea48e

Complementary Color

#aea48e #8e98ae

#aea48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea48e Color CSS Codes

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

#aea48e Text Font Color

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

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


#aea48e Background Color

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

This div background color is #aea48e


#aea48e Border Color

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

This div border color is #aea48e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea48e


Comments

No comments written yet.

Please login to write comment.