Color Hex Logo

#ae939e Color Hex

#AE939E
(174,147,158)
0 Favorites   0 Comments

Color spaces of #ae939e

RGB 174147158
HSL0.930.140.63
HSV336°16°68°
CMYK 0.000.160.09   0.32
XYZ34.060832.334736.7938
Yxy32.33470.33010.3134
Hunter Lab56.86367.40861.4407
CIE-Lab63.618611.9641-2.0321

#ae939e color RGB value is (174,147,158).

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

The process color (four color CMYK) of #ae939e color hex is 0.00, 0.16, 0.09, 0.32. Web safe color of #ae939e is #999999. Color #ae939e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10011110
Octal 256 223 236
Decimal 174 147 158
Hex AE 93 9E

RGB Percentages of Color #ae939e

%36.33
%30.69
%32.99

CMYK Percentages of Color #ae939e

%0
%16
%9
%32

Triadic Colors of #ae939e

#ae939e #9eae93 #939eae

Analogous Colors of #ae939e

#ae939e #ae9693 #ae93ac

Monochromatic Colors of #ae939e

#ae939e

Complementary Color

#ae939e #93aea3

#ae939e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae939e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae939e Color CSS Codes

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

#ae939e Text Font Color

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

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


#ae939e Background Color

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

This div background color is #ae939e


#ae939e Border Color

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

This div border color is #ae939e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae939e


Comments

No comments written yet.

Please login to write comment.