Color Hex Logo

#ab98ac Color Hex

#AB98AC
(171,152,172)
0 Favorites   0 Comments

Color spaces of #ab98ac

RGB 171152172
HSL0.830.110.64
HSV297°12°67°
CMYK 0.010.120.00   0.33
XYZ35.469234.093043.7409
Yxy34.09300.31300.3009
Hunter Lab58.38926.2508-3.5433
CIE-Lab65.036310.6822-7.8549

#ab98ac color RGB value is (171,152,172).

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

The process color (four color CMYK) of #ab98ac color hex is 0.01, 0.12, 0.00, 0.33. Web safe color of #ab98ac is #999999. Color #ab98ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011000 10101100
Octal 253 230 254
Decimal 171 152 172
Hex AB 98 AC

RGB Percentages of Color #ab98ac

%34.55
%30.71
%34.75

CMYK Percentages of Color #ab98ac

%1
%12
%0
%33

Triadic Colors of #ab98ac

#ab98ac #acab98 #98acab

Analogous Colors of #ab98ac

#ab98ac #ac98a3 #a198ac

Monochromatic Colors of #ab98ac

#ab98ac

Complementary Color

#ab98ac #99ac98

#ab98ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab98ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab98ac Color CSS Codes

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

#ab98ac Text Font Color

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

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


#ab98ac Background Color

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

This div background color is #ab98ac


#ab98ac Border Color

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

This div border color is #ab98ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab98ac


Comments

No comments written yet.

Please login to write comment.