Color Hex Logo

#989bcc Color Hex

#989BCC
(152,155,204)
0 Favorites   0 Comments

Color spaces of #989bcc

RGB 152155204
HSL0.660.340.70
HSV237°25°80°
CMYK 0.250.240.00   0.20
XYZ35.569334.477761.9069
Yxy34.47770.26960.2613
Hunter Lab58.71775.3735-21.4079
CIE-Lab65.34009.7116-25.4461

#989bcc color RGB value is (152,155,204).

#989bcc hex color red value is 152, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #989bcc hue: 0.66 , saturation: 0.34 and the lightness value of 989bcc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11001100
Octal 230 233 314
Decimal 152 155 204
Hex 98 9B CC

RGB Percentages of Color #989bcc

%29.75
%30.33
%39.92

CMYK Percentages of Color #989bcc

%25
%24
%0
%20

Triadic Colors of #989bcc

#989bcc #cc989b #9bcc98

Analogous Colors of #989bcc

#989bcc #af98cc #98b5cc

Monochromatic Colors of #989bcc

#989bcc

Complementary Color

#989bcc #ccc998

#989bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bcc Color CSS Codes

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

#989bcc Text Font Color

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

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


#989bcc Background Color

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

This div background color is #989bcc


#989bcc Border Color

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

This div border color is #989bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bcc


Comments

No comments written yet.

Please login to write comment.