Color Hex Logo

#989abd Color Hex

#989ABD
(152,154,189)
0 Favorites   0 Comments

Color spaces of #989abd

RGB 152154189
HSL0.660.220.67
HSV237°20°74°
CMYK 0.200.190.00   0.26
XYZ33.689833.460752.8270
Yxy33.46070.28080.2789
Hunter Lab57.84522.7315-13.6548
CIE-Lab64.53226.7317-18.3065

#989abd color RGB value is (152,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011010 10111101
Octal 230 232 275
Decimal 152 154 189
Hex 98 9A BD

RGB Percentages of Color #989abd

%30.71
%31.11
%38.18

CMYK Percentages of Color #989abd

%20
%19
%0
%26

Triadic Colors of #989abd

#989abd #bd989a #9abd98

Analogous Colors of #989abd

#989abd #a998bd #98adbd

Monochromatic Colors of #989abd

#989abd

Complementary Color

#989abd #bdbb98

#989abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#989abd Color CSS Codes

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

#989abd Text Font Color

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

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


#989abd Background Color

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

This div background color is #989abd


#989abd Border Color

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

This div border color is #989abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989abd


Comments

No comments written yet.

Please login to write comment.