Color Hex Logo

#aeac94 Color Hex

#AEAC94
(174,172,148)
0 Favorites   0 Comments

Color spaces of #aeac94

RGB 174172148
HSL0.150.140.63
HSV55°15°68°
CMYK 0.000.010.15   0.32
XYZ37.553440.641833.8824
Yxy40.64180.33510.3626
Hunter Lab63.7509-6.416113.1141
CIE-Lab69.9242-3.469312.6155

#aeac94 color RGB value is (174,172,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 10010100
Octal 256 254 224
Decimal 174 172 148
Hex AE AC 94

RGB Percentages of Color #aeac94

%35.22
%34.82
%29.96

CMYK Percentages of Color #aeac94

%0
%1
%15
%32

Triadic Colors of #aeac94

#aeac94 #94aeac #ac94ae

Analogous Colors of #aeac94

#aeac94 #a3ae94 #ae9f94

Monochromatic Colors of #aeac94

#aeac94

Complementary Color

#aeac94 #9496ae

#aeac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeac94 Color CSS Codes

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

#aeac94 Text Font Color

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

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


#aeac94 Background Color

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

This div background color is #aeac94


#aeac94 Border Color

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

This div border color is #aeac94


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,172,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 #aeac94">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeac94


Comments

No comments written yet.

Please login to write comment.