Color Hex Logo

#89bacb Color Hex

#89BACB
(137,186,203)
0 Favorites   0 Comments

Color spaces of #89bacb

RGB 137186203
HSL0.540.390.67
HSV195°33°80°
CMYK 0.330.080.00   0.20
XYZ38.654944.748063.0998
Yxy44.74800.26390.3054
Hunter Lab66.8939-13.9176-9.1014
CIE-Lab72.7257-11.9917-13.7697

#89bacb color RGB value is (137,186,203).

#89bacb hex color red value is 137, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #89bacb hue: 0.54 , saturation: 0.39 and the lightness value of 89bacb is 0.67.

The process color (four color CMYK) of #89bacb color hex is 0.33, 0.08, 0.00, 0.20. Web safe color of #89bacb is #99cccc. Color #89bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11001011
Octal 211 272 313
Decimal 137 186 203
Hex 89 BA CB

RGB Percentages of Color #89bacb

%26.05
%35.36
%38.59

CMYK Percentages of Color #89bacb

%33
%8
%0
%20

Triadic Colors of #89bacb

#89bacb #cb89ba #bacb89

Analogous Colors of #89bacb

#89bacb #8999cb #89cbbb

Monochromatic Colors of #89bacb

#89bacb

Complementary Color

#89bacb #cb9a89

#89bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bacb Color CSS Codes

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

#89bacb Text Font Color

<p style="color:#89bacb">Text here</p>

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


#89bacb Background Color

<div style="background-color:#89bacb">
Div content here</div>

This div background color is #89bacb


#89bacb Border Color

<div style="border:3px solid #89bacb">
Div here</div>

This div border color is #89bacb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,186,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89bacb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89bacb;
  -webkit-box-shadow: 1px 1px 3px 2px #89bacb;
  box-shadow:         1px 1px 3px 2px #89bacb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,186,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 #89bacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bacb


Comments

No comments written yet.

Please login to write comment.