Color Hex Logo

#989bca Color Hex

#989BCA
(152,155,202)
0 Favorites   0 Comments

Color spaces of #989bca

RGB 152155202
HSL0.660.320.69
HSV236°25°79°
CMYK 0.250.230.00   0.21
XYZ35.330934.382460.6514
Yxy34.38240.27100.2637
Hunter Lab58.63654.9397-20.2818
CIE-Lab65.26509.2281-24.4477

#989bca color RGB value is (152,155,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11001010
Octal 230 233 312
Decimal 152 155 202
Hex 98 9B CA

RGB Percentages of Color #989bca

%29.86
%30.45
%39.69

CMYK Percentages of Color #989bca

%25
%23
%0
%21

Triadic Colors of #989bca

#989bca #ca989b #9bca98

Analogous Colors of #989bca

#989bca #ae98ca #98b4ca

Monochromatic Colors of #989bca

#989bca

Complementary Color

#989bca #cac798

#989bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bca Color CSS Codes

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

#989bca Text Font Color

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

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


#989bca Background Color

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

This div background color is #989bca


#989bca Border Color

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

This div border color is #989bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bca


Comments

No comments written yet.

Please login to write comment.