Color Hex Logo

#989ccc Color Hex

#989CCC
(152,156,204)
0 Favorites   0 Comments

Color spaces of #989ccc

RGB 152156204
HSL0.650.340.70
HSV235°25°80°
CMYK 0.250.240.00   0.20
XYZ35.736434.812061.9626
Yxy34.81200.26970.2627
Hunter Lab59.00174.8617-20.9642
CIE-Lab65.60209.1454-25.0440

#989ccc color RGB value is (152,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11001100
Octal 230 234 314
Decimal 152 156 204
Hex 98 9C CC

RGB Percentages of Color #989ccc

%29.69
%30.47
%39.84

CMYK Percentages of Color #989ccc

%25
%24
%0
%20

Triadic Colors of #989ccc

#989ccc #cc989c #9ccc98

Analogous Colors of #989ccc

#989ccc #ae98cc #98b6cc

Monochromatic Colors of #989ccc

#989ccc

Complementary Color

#989ccc #ccc898

#989ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#989ccc Color CSS Codes

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

#989ccc Text Font Color

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

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


#989ccc Background Color

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

This div background color is #989ccc


#989ccc Border Color

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

This div border color is #989ccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,156,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 #989ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989ccc


Comments

No comments written yet.

Please login to write comment.