Color Hex Logo

#998ca6 Color Hex

#998CA6
(153,140,166)
0 Favorites   0 Comments

Color spaces of #998ca6

RGB 153140166
HSL0.750.130.60
HSV270°16°65°
CMYK 0.080.160.00   0.35
XYZ29.397928.281639.9859
Yxy28.28160.30100.2896
Hunter Lab53.18045.6082-7.3533
CIE-Lab60.14239.9400-11.9430

#998ca6 color RGB value is (153,140,166).

#998ca6 hex color red value is 153, green value is 140 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #998ca6 hue: 0.75 , saturation: 0.13 and the lightness value of 998ca6 is 0.60.

The process color (four color CMYK) of #998ca6 color hex is 0.08, 0.16, 0.00, 0.35. Web safe color of #998ca6 is #999999. Color #998ca6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 10100110
Octal 231 214 246
Decimal 153 140 166
Hex 99 8C A6

RGB Percentages of Color #998ca6

%33.33
%30.50
%36.17

CMYK Percentages of Color #998ca6

%8
%16
%0
%35

Triadic Colors of #998ca6

#998ca6 #a6998c #8ca699

Analogous Colors of #998ca6

#998ca6 #a68ca6 #8c8ca6

Monochromatic Colors of #998ca6

#998ca6

Complementary Color

#998ca6 #99a68c

#998ca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998ca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998ca6 Color CSS Codes

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

#998ca6 Text Font Color

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

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


#998ca6 Background Color

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

This div background color is #998ca6


#998ca6 Border Color

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

This div border color is #998ca6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,140,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998ca6


Comments

No comments written yet.

Please login to write comment.