Color Hex Logo

#ae8998 Color Hex

#AE8998
(174,137,152)
0 Favorites   0 Comments

Color spaces of #ae8998

RGB 174137152
HSL0.930.190.61
HSV336°21°68°
CMYK 0.000.210.13   0.32
XYZ32.068729.157033.6434
Yxy29.15700.33800.3073
Hunter Lab53.997211.51520.8569
CIE-Lab60.919916.5327-2.5898

#ae8998 color RGB value is (174,137,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10011000
Octal 256 211 230
Decimal 174 137 152
Hex AE 89 98

RGB Percentages of Color #ae8998

%37.58
%29.59
%32.83

CMYK Percentages of Color #ae8998

%0
%21
%13
%32

Triadic Colors of #ae8998

#ae8998 #98ae89 #8998ae

Analogous Colors of #ae8998

#ae8998 #ae8d89 #ae89ab

Monochromatic Colors of #ae8998

#ae8998

Complementary Color

#ae8998 #89ae9f

#ae8998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8998 Color CSS Codes

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

#ae8998 Text Font Color

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

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


#ae8998 Background Color

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

This div background color is #ae8998


#ae8998 Border Color

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

This div border color is #ae8998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8998


Comments

No comments written yet.

Please login to write comment.