Color Hex Logo

#989adb Color Hex

#989ADB
(152,154,219)
0 Favorites   0 Comments

Color spaces of #989adb

RGB 152154219
HSL0.660.480.73
HSV238°31°86°
CMYK 0.310.300.00   0.14
XYZ37.290734.901171.7890
Yxy34.90110.25900.2424
Hunter Lab59.07729.2878-30.6936
CIE-Lab65.671614.0035-33.2590

#989adb color RGB value is (152,154,219).

#989adb hex color red value is 152, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #989adb hue: 0.66 , saturation: 0.48 and the lightness value of 989adb is 0.73.

The process color (four color CMYK) of #989adb color hex is 0.31, 0.30, 0.00, 0.14. Web safe color of #989adb is #9999cc. Color #989adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 11011011
Octal 230 232 333
Decimal 152 154 219
Hex 98 9A DB

RGB Percentages of Color #989adb

%28.95
%29.33
%41.71

CMYK Percentages of Color #989adb

%31
%30
%0
%14

Triadic Colors of #989adb

#989adb #db989a #9adb98

Analogous Colors of #989adb

#989adb #b898db #98bcdb

Monochromatic Colors of #989adb

#989adb

Complementary Color

#989adb #dbd998

#989adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989adb Color CSS Codes

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

#989adb Text Font Color

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

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


#989adb Background Color

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

This div background color is #989adb


#989adb Border Color

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

This div border color is #989adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989adb


Comments

No comments written yet.

Please login to write comment.