Color Hex Logo

#ae899c Color Hex

#AE899C
(174,137,156)
0 Favorites   0 Comments

Color spaces of #ae899c

RGB 174137156
HSL0.910.190.61
HSV329°21°68°
CMYK 0.000.210.10   0.32
XYZ32.402029.290335.3983
Yxy29.29030.33370.3017
Hunter Lab54.120512.1572-0.8951
CIE-Lab61.037017.2300-4.6992

#ae899c color RGB value is (174,137,156).

#ae899c hex color red value is 174, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ae899c hue: 0.91 , saturation: 0.19 and the lightness value of ae899c is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10011100
Octal 256 211 234
Decimal 174 137 156
Hex AE 89 9C

RGB Percentages of Color #ae899c

%37.26
%29.34
%33.40

CMYK Percentages of Color #ae899c

%0
%21
%10
%32

Triadic Colors of #ae899c

#ae899c #9cae89 #899cae

Analogous Colors of #ae899c

#ae899c #ae898a #ae89ae

Monochromatic Colors of #ae899c

#ae899c

Complementary Color

#ae899c #89ae9b

#ae899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae899c Color CSS Codes

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

#ae899c Text Font Color

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

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


#ae899c Background Color

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

This div background color is #ae899c


#ae899c Border Color

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

This div border color is #ae899c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae899c


Comments

No comments written yet.

Please login to write comment.