Color Hex Logo

#ac98ae Color Hex

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

Color spaces of #ac98ae

RGB 172152174
HSL0.820.120.64
HSV295°13°68°
CMYK 0.010.130.00   0.32
XYZ35.881534.283144.7705
Yxy34.28310.31220.2983
Hunter Lab58.55186.9222-4.3487
CIE-Lab65.186711.4236-8.7446

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

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

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

Base Numbers

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

RGB Percentages of Color #ac98ae

%34.54
%30.52
%34.94

CMYK Percentages of Color #ac98ae

%1
%13
%0
%32

Triadic Colors of #ac98ae

#ac98ae #aeac98 #98aeac

Analogous Colors of #ac98ae

#ac98ae #ae98a5 #a198ae

Monochromatic Colors of #ac98ae

#ac98ae

Complementary Color

#ac98ae #9aae98

#ac98ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac98ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac98ae Color CSS Codes

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

#ac98ae Text Font Color

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

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


#ac98ae Background Color

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

This div background color is #ac98ae


#ac98ae Border Color

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

This div border color is #ac98ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac98ae


Comments

No comments written yet.

Please login to write comment.