Color Hex Logo

#aea094 Color Hex

#AEA094
(174,160,148)
0 Favorites   0 Comments

Color spaces of #aea094

RGB 174160148
HSL0.080.140.63
HSV28°15°68°
CMYK 0.000.080.15   0.32
XYZ35.371736.278433.1551
Yxy36.27840.33750.3462
Hunter Lab60.2316-0.57909.5253
CIE-Lab66.73213.04268.0885

#aea094 color RGB value is (174,160,148).

#aea094 hex color red value is 174, green value is 160 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #aea094 hue: 0.08 , saturation: 0.14 and the lightness value of aea094 is 0.63.

The process color (four color CMYK) of #aea094 color hex is 0.00, 0.08, 0.15, 0.32. Web safe color of #aea094 is #999999. Color #aea094 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100000 10010100
Octal 256 240 224
Decimal 174 160 148
Hex AE A0 94

RGB Percentages of Color #aea094

%36.10
%33.20
%30.71

CMYK Percentages of Color #aea094

%0
%8
%15
%32

Triadic Colors of #aea094

#aea094 #94aea0 #a094ae

Analogous Colors of #aea094

#aea094 #aead94 #ae9495

Monochromatic Colors of #aea094

#aea094

Complementary Color

#aea094 #94a2ae

#aea094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea094 Color CSS Codes

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

#aea094 Text Font Color

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

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


#aea094 Background Color

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

This div background color is #aea094


#aea094 Border Color

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

This div border color is #aea094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea094

#aea094 Color Palettes


Comments

No comments written yet.

Please login to write comment.