Color Hex Logo

#ae899f Color Hex

#AE899F
(174,137,159)
0 Favorites   0 Comments

Color spaces of #ae899f

RGB 174137159
HSL0.900.190.61
HSV324°21°68°
CMYK 0.000.210.09   0.32
XYZ32.659229.393236.7530
Yxy29.39320.33050.2975
Hunter Lab54.215512.6506-2.2422
CIE-Lab61.127117.7634-6.2762

#ae899f color RGB value is (174,137,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10011111
Octal 256 211 237
Decimal 174 137 159
Hex AE 89 9F

RGB Percentages of Color #ae899f

%37.02
%29.15
%33.83

CMYK Percentages of Color #ae899f

%0
%21
%9
%32

Triadic Colors of #ae899f

#ae899f #9fae89 #899fae

Analogous Colors of #ae899f

#ae899f #ae898d #ab89ae

Monochromatic Colors of #ae899f

#ae899f

Complementary Color

#ae899f #89ae98

#ae899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae899f Color CSS Codes

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

#ae899f Text Font Color

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

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


#ae899f Background Color

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

This div background color is #ae899f


#ae899f Border Color

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

This div border color is #ae899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae899f


Comments

No comments written yet.

Please login to write comment.