Color Hex Logo

#989bda Color Hex

#989BDA
(152,155,218)
0 Favorites   0 Comments

Color spaces of #989bda

RGB 152155218
HSL0.660.470.73
HSV237°30°85°
CMYK 0.300.290.00   0.15
XYZ37.325135.180071.1528
Yxy35.18000.25980.2449
Hunter Lab59.31278.5316-29.6066
CIE-Lab65.888613.1808-32.3692

#989bda color RGB value is (152,155,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011011 11011010
Octal 230 233 332
Decimal 152 155 218
Hex 98 9B DA

RGB Percentages of Color #989bda

%28.95
%29.52
%41.52

CMYK Percentages of Color #989bda

%30
%29
%0
%15

Triadic Colors of #989bda

#989bda #da989b #9bda98

Analogous Colors of #989bda

#989bda #b698da #98bcda

Monochromatic Colors of #989bda

#989bda

Complementary Color

#989bda #dad798

#989bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#989bda Color CSS Codes

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

#989bda Text Font Color

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

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


#989bda Background Color

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

This div background color is #989bda


#989bda Border Color

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

This div border color is #989bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989bda


Comments

No comments written yet.

Please login to write comment.