Color Hex Logo

#89bbcd Color Hex

#89BBCD
(137,187,205)
0 Favorites   0 Comments

Color spaces of #89bbcd

RGB 137187205
HSL0.540.400.67
HSV196°33°80°
CMYK 0.330.090.00   0.20
XYZ39.106345.266864.4339
Yxy45.26680.26280.3042
Hunter Lab67.2806-13.9894-9.6850
CIE-Lab73.0672-12.0276-14.3477

#89bbcd color RGB value is (137,187,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111011 11001101
Octal 211 273 315
Decimal 137 187 205
Hex 89 BB CD

RGB Percentages of Color #89bbcd

%25.90
%35.35
%38.75

CMYK Percentages of Color #89bbcd

%33
%9
%0
%20

Triadic Colors of #89bbcd

#89bbcd #cd89bb #bbcd89

Analogous Colors of #89bbcd

#89bbcd #8999cd #89cdbd

Monochromatic Colors of #89bbcd

#89bbcd

Complementary Color

#89bbcd #cd9b89

#89bbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bbcd Color CSS Codes

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

#89bbcd Text Font Color

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

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


#89bbcd Background Color

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

This div background color is #89bbcd


#89bbcd Border Color

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

This div border color is #89bbcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,187,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bbcd


Comments

No comments written yet.

Please login to write comment.