Color Hex Logo

#ae98ac Color Hex

#AE98AC
(174,152,172)
0 Favorites   0 Comments

Color spaces of #ae98ac

RGB 174152172
HSL0.850.120.64
HSV305°13°68°
CMYK 0.000.130.01   0.32
XYZ36.130234.433743.7718
Yxy34.43370.31600.3012
Hunter Lab58.68027.2144-3.1505
CIE-Lab65.305411.7449-7.4257

#ae98ac color RGB value is (174,152,172).

#ae98ac hex color red value is 174, green value is 152 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae98ac hue: 0.85 , saturation: 0.12 and the lightness value of ae98ac is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 10101100
Octal 256 230 254
Decimal 174 152 172
Hex AE 98 AC

RGB Percentages of Color #ae98ac

%34.94
%30.52
%34.54

CMYK Percentages of Color #ae98ac

%0
%13
%1
%32

Triadic Colors of #ae98ac

#ae98ac #acae98 #98acae

Analogous Colors of #ae98ac

#ae98ac #ae98a1 #a598ae

Monochromatic Colors of #ae98ac

#ae98ac

Complementary Color

#ae98ac #98ae9a

#ae98ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae98ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae98ac Color CSS Codes

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

#ae98ac Text Font Color

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

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


#ae98ac Background Color

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

This div background color is #ae98ac


#ae98ac Border Color

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

This div border color is #ae98ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae98ac


Comments

No comments written yet.

Please login to write comment.