Color Hex Logo

#ae9e9c Color Hex

#AE9E9C
(174,158,156)
0 Favorites   0 Comments

Color spaces of #ae9e9c

RGB 174158156
HSL0.020.100.65
HSV10°68°
CMYK 0.000.090.10   0.32
XYZ35.683235.852736.4920
Yxy35.85270.33030.3319
Hunter Lab59.87711.59045.7798
CIE-Lab66.40725.49563.1579

#ae9e9c color RGB value is (174,158,156).

#ae9e9c hex color red value is 174, green value is 158 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ae9e9c hue: 0.02 , saturation: 0.10 and the lightness value of ae9e9c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011110 10011100
Octal 256 236 234
Decimal 174 158 156
Hex AE 9E 9C

RGB Percentages of Color #ae9e9c

%35.66
%32.38
%31.97

CMYK Percentages of Color #ae9e9c

%0
%9
%10
%32

Triadic Colors of #ae9e9c

#ae9e9c #9cae9e #9e9cae

Analogous Colors of #ae9e9c

#ae9e9c #aea79c #ae9ca3

Monochromatic Colors of #ae9e9c

#ae9e9c

Complementary Color

#ae9e9c #9cacae

#ae9e9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9e9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9e9c Color CSS Codes

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

#ae9e9c Text Font Color

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

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


#ae9e9c Background Color

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

This div background color is #ae9e9c


#ae9e9c Border Color

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

This div border color is #ae9e9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9e9c


Comments

No comments written yet.

Please login to write comment.