Color Hex Logo

#889dba Color Hex

#889DBA
(136,157,186)
0 Favorites   0 Comments

Color spaces of #889dba

RGB 136157186
HSL0.600.270.63
HSV215°27°73°
CMYK 0.270.160.00   0.27
XYZ31.073232.893451.1657
Yxy32.89340.26990.2857
Hunter Lab57.3528-3.6577-12.7470
CIE-Lab64.0745-0.7043-17.4307

#889dba color RGB value is (136,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 10111010
Octal 210 235 272
Decimal 136 157 186
Hex 88 9D BA

RGB Percentages of Color #889dba

%28.39
%32.78
%38.83

CMYK Percentages of Color #889dba

%27
%16
%0
%27

Triadic Colors of #889dba

#889dba #ba889d #9dba88

Analogous Colors of #889dba

#889dba #8c88ba #88b6ba

Monochromatic Colors of #889dba

#889dba

Complementary Color

#889dba #baa588

#889dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#889dba Color CSS Codes

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

#889dba Text Font Color

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

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


#889dba Background Color

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

This div background color is #889dba


#889dba Border Color

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

This div border color is #889dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889dba


Comments

No comments written yet.

Please login to write comment.