Color Hex Logo

#998cb6 Color Hex

#998CB6
(153,140,182)
0 Favorites   0 Comments

Color spaces of #998cb6

RGB 153140182
HSL0.720.220.63
HSV259°23°71°
CMYK 0.160.230.00   0.29
XYZ30.958528.905948.2037
Yxy28.90590.28650.2675
Hunter Lab53.76428.6965-15.5230
CIE-Lab60.698513.4232-20.1911

#998cb6 color RGB value is (153,140,182).

#998cb6 hex color red value is 153, green value is 140 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #998cb6 hue: 0.72 , saturation: 0.22 and the lightness value of 998cb6 is 0.63.

The process color (four color CMYK) of #998cb6 color hex is 0.16, 0.23, 0.00, 0.29. Web safe color of #998cb6 is #9999cc. Color #998cb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001100 10110110
Octal 231 214 266
Decimal 153 140 182
Hex 99 8C B6

RGB Percentages of Color #998cb6

%32.21
%29.47
%38.32

CMYK Percentages of Color #998cb6

%16
%23
%0
%29

Triadic Colors of #998cb6

#998cb6 #b6998c #8cb699

Analogous Colors of #998cb6

#998cb6 #ae8cb6 #8c94b6

Monochromatic Colors of #998cb6

#998cb6

Complementary Color

#998cb6 #a9b68c

#998cb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998cb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#998cb6 Color CSS Codes

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

#998cb6 Text Font Color

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

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


#998cb6 Background Color

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

This div background color is #998cb6


#998cb6 Border Color

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

This div border color is #998cb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998cb6


Comments

No comments written yet.

Please login to write comment.