Color Hex Logo

#889fbb Color Hex

#889FBB
(136,159,187)
0 Favorites   0 Comments

Color spaces of #889fbb

RGB 136159187
HSL0.590.270.63
HSV213°27°73°
CMYK 0.270.150.00   0.27
XYZ31.521133.618451.8414
Yxy33.61840.26950.2874
Hunter Lab57.9814-4.4273-12.4245
CIE-Lab64.6585-1.5746-17.1052

#889fbb color RGB value is (136,159,187).

#889fbb hex color red value is 136, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #889fbb hue: 0.59 , saturation: 0.27 and the lightness value of 889fbb is 0.63.

The process color (four color CMYK) of #889fbb color hex is 0.27, 0.15, 0.00, 0.27. Web safe color of #889fbb is #9999cc. Color #889fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 10111011
Octal 210 237 273
Decimal 136 159 187
Hex 88 9F BB

RGB Percentages of Color #889fbb

%28.22
%32.99
%38.80

CMYK Percentages of Color #889fbb

%27
%15
%0
%27

Triadic Colors of #889fbb

#889fbb #bb889f #9fbb88

Analogous Colors of #889fbb

#889fbb #8b88bb #88b9bb

Monochromatic Colors of #889fbb

#889fbb

Complementary Color

#889fbb #bba488

#889fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fbb Color CSS Codes

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

#889fbb Text Font Color

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

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


#889fbb Background Color

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

This div background color is #889fbb


#889fbb Border Color

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

This div border color is #889fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fbb


Comments

No comments written yet.

Please login to write comment.