Color Hex Logo

#889fbc Color Hex

#889FBC
(136,159,188)
0 Favorites   0 Comments

Color spaces of #889fbc

RGB 136159188
HSL0.590.280.64
HSV213°28°74°
CMYK 0.280.150.00   0.26
XYZ31.628633.661452.4072
Yxy33.66140.26870.2860
Hunter Lab58.0184-4.2235-12.9429
CIE-Lab64.6929-1.3297-17.6120

#889fbc color RGB value is (136,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 10111100
Octal 210 237 274
Decimal 136 159 188
Hex 88 9F BC

RGB Percentages of Color #889fbc

%28.16
%32.92
%38.92

CMYK Percentages of Color #889fbc

%28
%15
%0
%26

Triadic Colors of #889fbc

#889fbc #bc889f #9fbc88

Analogous Colors of #889fbc

#889fbc #8b88bc #88b9bc

Monochromatic Colors of #889fbc

#889fbc

Complementary Color

#889fbc #bca588

#889fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fbc Color CSS Codes

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

#889fbc Text Font Color

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

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


#889fbc Background Color

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

This div background color is #889fbc


#889fbc Border Color

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

This div border color is #889fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fbc


Comments

No comments written yet.

Please login to write comment.