Color Hex Logo

#998cac Color Hex

#998CAC
(153,140,172)
0 Favorites   0 Comments

Color spaces of #998cac

RGB 153140172
HSL0.730.160.61
HSV264°19°67°
CMYK 0.110.190.00   0.33
XYZ29.961328.507042.9530
Yxy28.50700.29540.2811
Hunter Lab53.39196.7307-10.3235
CIE-Lab60.344011.2168-15.0535

#998cac color RGB value is (153,140,172).

#998cac hex color red value is 153, green value is 140 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #998cac hue: 0.73 , saturation: 0.16 and the lightness value of 998cac is 0.61.

The process color (four color CMYK) of #998cac color hex is 0.11, 0.19, 0.00, 0.33. Web safe color of #998cac is #999999. Color #998cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 10101100
Octal 231 214 254
Decimal 153 140 172
Hex 99 8C AC

RGB Percentages of Color #998cac

%32.90
%30.11
%36.99

CMYK Percentages of Color #998cac

%11
%19
%0
%33

Triadic Colors of #998cac

#998cac #ac998c #8cac99

Analogous Colors of #998cac

#998cac #a98cac #8c8fac

Monochromatic Colors of #998cac

#998cac

Complementary Color

#998cac #9fac8c

#998cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cac Color CSS Codes

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

#998cac Text Font Color

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

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


#998cac Background Color

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

This div background color is #998cac


#998cac Border Color

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

This div border color is #998cac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,140,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #998cac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #998cac;
  -webkit-box-shadow: 1px 1px 3px 2px #998cac;
  box-shadow:         1px 1px 3px 2px #998cac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cac


Comments

No comments written yet.

Please login to write comment.