Color Hex Logo

#989cca Color Hex

#989CCA
(152,156,202)
0 Favorites   0 Comments

Color spaces of #989cca

RGB 152156202
HSL0.650.320.69
HSV235°25°79°
CMYK 0.250.230.00   0.21
XYZ35.498034.716660.7071
Yxy34.71660.27110.2652
Hunter Lab58.92084.4295-19.8429
CIE-Lab65.52748.6627-24.0456

#989cca color RGB value is (152,156,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011100 11001010
Octal 230 234 312
Decimal 152 156 202
Hex 98 9C CA

RGB Percentages of Color #989cca

%29.80
%30.59
%39.61

CMYK Percentages of Color #989cca

%25
%23
%0
%21

Triadic Colors of #989cca

#989cca #ca989c #9cca98

Analogous Colors of #989cca

#989cca #ad98ca #98b5ca

Monochromatic Colors of #989cca

#989cca

Complementary Color

#989cca #cac698

#989cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#989cca Color CSS Codes

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

#989cca Text Font Color

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

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


#989cca Background Color

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

This div background color is #989cca


#989cca Border Color

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

This div border color is #989cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989cca


Comments

No comments written yet.

Please login to write comment.