Color Hex Logo

#989dbb Color Hex

#989DBB
(152,157,187)
0 Favorites   0 Comments

Color spaces of #989dbb

RGB 152157187
HSL0.640.200.66
HSV231°19°73°
CMYK 0.190.160.00   0.27
XYZ33.975534.377251.8585
Yxy34.37720.28260.2860
Hunter Lab58.63210.8292-11.3980
CIE-Lab65.26094.5884-16.0839

#989dbb color RGB value is (152,157,187).

#989dbb hex color red value is 152, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #989dbb hue: 0.64 , saturation: 0.20 and the lightness value of 989dbb is 0.66.

The process color (four color CMYK) of #989dbb color hex is 0.19, 0.16, 0.00, 0.27. Web safe color of #989dbb is #9999cc. Color #989dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011101 10111011
Octal 230 235 273
Decimal 152 157 187
Hex 98 9D BB

RGB Percentages of Color #989dbb

%30.65
%31.65
%37.70

CMYK Percentages of Color #989dbb

%19
%16
%0
%27

Triadic Colors of #989dbb

#989dbb #bb989d #9dbb98

Analogous Colors of #989dbb

#989dbb #a598bb #98afbb

Monochromatic Colors of #989dbb

#989dbb

Complementary Color

#989dbb #bbb698

#989dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989dbb Color CSS Codes

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

#989dbb Text Font Color

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

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


#989dbb Background Color

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

This div background color is #989dbb


#989dbb Border Color

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

This div border color is #989dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,157,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #989dbb;
  box-shadow:         1px 1px 3px 2px #989dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989dbb


Comments

No comments written yet.

Please login to write comment.