Color Hex Logo

#889acb Color Hex

#889ACB
(136,154,203)
0 Favorites   0 Comments

Color spaces of #889acb

RGB 136154203
HSL0.620.390.66
HSV224°33°80°
CMYK 0.330.240.00   0.20
XYZ32.488432.657261.0911
Yxy32.65720.25740.2587
Hunter Lab57.14651.4729-23.3800
CIE-Lab63.88245.2756-27.2282

#889acb color RGB value is (136,154,203).

#889acb hex color red value is 136, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #889acb hue: 0.62 , saturation: 0.39 and the lightness value of 889acb is 0.66.

The process color (four color CMYK) of #889acb color hex is 0.33, 0.24, 0.00, 0.20. Web safe color of #889acb is #9999cc. Color #889acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 11001011
Octal 210 232 313
Decimal 136 154 203
Hex 88 9A CB

RGB Percentages of Color #889acb

%27.59
%31.24
%41.18

CMYK Percentages of Color #889acb

%33
%24
%0
%20

Triadic Colors of #889acb

#889acb #cb889a #9acb88

Analogous Colors of #889acb

#889acb #9888cb #88bccb

Monochromatic Colors of #889acb

#889acb

Complementary Color

#889acb #cbb988

#889acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889acb Color CSS Codes

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

#889acb Text Font Color

<p style="color:#889acb">Text here</p>

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


#889acb Background Color

<div style="background-color:#889acb">
Div content here</div>

This div background color is #889acb


#889acb Border Color

<div style="border:3px solid #889acb">
Div here</div>

This div border color is #889acb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,154,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889acb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889acb;
  -webkit-box-shadow: 1px 1px 3px 2px #889acb;
  box-shadow:         1px 1px 3px 2px #889acb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889acb

#889acb Color Palettes


Comments

No comments written yet.

Please login to write comment.