Color Hex Logo

#889ebb Color Hex

#889EBB
(136,158,187)
0 Favorites   0 Comments

Color spaces of #889ebb

RGB 136158187
HSL0.590.270.63
HSV214°27°73°
CMYK 0.270.160.00   0.27
XYZ31.349833.275851.7843
Yxy33.27580.26930.2859
Hunter Lab57.6852-3.9408-12.8453
CIE-Lab64.3836-1.0176-17.5219

#889ebb color RGB value is (136,158,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 10111011
Octal 210 236 273
Decimal 136 158 187
Hex 88 9E BB

RGB Percentages of Color #889ebb

%28.27
%32.85
%38.88

CMYK Percentages of Color #889ebb

%27
%16
%0
%27

Triadic Colors of #889ebb

#889ebb #bb889e #9ebb88

Analogous Colors of #889ebb

#889ebb #8c88bb #88b8bb

Monochromatic Colors of #889ebb

#889ebb

Complementary Color

#889ebb #bba588

#889ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ebb Color CSS Codes

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

#889ebb Text Font Color

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

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


#889ebb Background Color

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

This div background color is #889ebb


#889ebb Border Color

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

This div border color is #889ebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,158,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 #889ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ebb


Comments

No comments written yet.

Please login to write comment.