Color Hex Logo

#989bbc Color Hex

#989BBC
(152,155,188)
0 Favorites   0 Comments

Color spaces of #989bbc

RGB 152155188
HSL0.650.210.67
HSV235°19°74°
CMYK 0.190.180.00   0.26
XYZ33.747333.748952.3125
Yxy33.74890.28170.2817
Hunter Lab58.09382.0284-12.7240
CIE-Lab64.76285.9392-17.3971

#989bbc color RGB value is (152,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 10111100
Octal 230 233 274
Decimal 152 155 188
Hex 98 9B BC

RGB Percentages of Color #989bbc

%30.71
%31.31
%37.98

CMYK Percentages of Color #989bbc

%19
%18
%0
%26

Triadic Colors of #989bbc

#989bbc #bc989b #9bbc98

Analogous Colors of #989bbc

#989bbc #a798bc #98adbc

Monochromatic Colors of #989bbc

#989bbc

Complementary Color

#989bbc #bcb998

#989bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bbc Color CSS Codes

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

#989bbc Text Font Color

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

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


#989bbc Background Color

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

This div background color is #989bbc


#989bbc Border Color

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

This div border color is #989bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bbc


Comments

No comments written yet.

Please login to write comment.