Color Hex Logo

#989cbd Color Hex

#989CBD
(152,156,189)
0 Favorites   0 Comments

Color spaces of #989cbd

RGB 152156189
HSL0.650.220.67
HSV234°20°74°
CMYK 0.200.170.00   0.26
XYZ34.022734.126552.9380
Yxy34.12650.28100.2818
Hunter Lab58.41791.7275-12.8358
CIE-Lab65.06295.6062-17.5016

#989cbd color RGB value is (152,156,189).

#989cbd hex color red value is 152, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #989cbd hue: 0.65 , saturation: 0.22 and the lightness value of 989cbd is 0.67.

The process color (four color CMYK) of #989cbd color hex is 0.20, 0.17, 0.00, 0.26. Web safe color of #989cbd is #9999cc. Color #989cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 10111101
Octal 230 234 275
Decimal 152 156 189
Hex 98 9C BD

RGB Percentages of Color #989cbd

%30.58
%31.39
%38.03

CMYK Percentages of Color #989cbd

%20
%17
%0
%26

Triadic Colors of #989cbd

#989cbd #bd989c #9cbd98

Analogous Colors of #989cbd

#989cbd #a798bd #98afbd

Monochromatic Colors of #989cbd

#989cbd

Complementary Color

#989cbd #bdb998

#989cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cbd Color CSS Codes

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

#989cbd Text Font Color

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

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


#989cbd Background Color

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

This div background color is #989cbd


#989cbd Border Color

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

This div border color is #989cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cbd


Comments

No comments written yet.

Please login to write comment.