Color Hex Logo

#89bbcb Color Hex

#89BBCB
(137,187,203)
0 Favorites   0 Comments

Color spaces of #89bbcb

RGB 137187203
HSL0.540.390.67
HSV195°33°80°
CMYK 0.330.080.00   0.20
XYZ38.866345.170863.1703
Yxy45.17080.26400.3069
Hunter Lab67.2092-14.3917-8.6805
CIE-Lab73.0042-12.5184-13.3515

#89bbcb color RGB value is (137,187,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111011 11001011
Octal 211 273 313
Decimal 137 187 203
Hex 89 BB CB

RGB Percentages of Color #89bbcb

%26.00
%35.48
%38.52

CMYK Percentages of Color #89bbcb

%33
%8
%0
%20

Triadic Colors of #89bbcb

#89bbcb #cb89bb #bbcb89

Analogous Colors of #89bbcb

#89bbcb #899acb #89cbba

Monochromatic Colors of #89bbcb

#89bbcb

Complementary Color

#89bbcb #cb9989

#89bbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bbcb Color CSS Codes

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

#89bbcb Text Font Color

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

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


#89bbcb Background Color

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

This div background color is #89bbcb


#89bbcb Border Color

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

This div border color is #89bbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bbcb


Comments

No comments written yet.

Please login to write comment.