Color Hex Logo

#89b8bd Color Hex

#89B8BD
(137,184,189)
0 Favorites   0 Comments

Color spaces of #89b8bd

RGB 137184189
HSL0.520.280.64
HSV186°28°74°
CMYK 0.280.030.00   0.26
XYZ36.642343.273554.5655
Yxy43.27350.27250.3218
Hunter Lab65.7826-15.6913-3.1322
CIE-Lab71.7402-14.2883-7.5843

#89b8bd color RGB value is (137,184,189).

#89b8bd hex color red value is 137, green value is 184 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89b8bd hue: 0.52 , saturation: 0.28 and the lightness value of 89b8bd is 0.64.

The process color (four color CMYK) of #89b8bd color hex is 0.28, 0.03, 0.00, 0.26. Web safe color of #89b8bd is #99cccc. Color #89b8bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111000 10111101
Octal 211 270 275
Decimal 137 184 189
Hex 89 B8 BD

RGB Percentages of Color #89b8bd

%26.86
%36.08
%37.06

CMYK Percentages of Color #89b8bd

%28
%3
%0
%26

Triadic Colors of #89b8bd

#89b8bd #bd89b8 #b8bd89

Analogous Colors of #89b8bd

#89b8bd #899ebd #89bda8

Monochromatic Colors of #89b8bd

#89b8bd

Complementary Color

#89b8bd #bd8e89

#89b8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89b8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89b8bd Color CSS Codes

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

#89b8bd Text Font Color

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

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


#89b8bd Background Color

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

This div background color is #89b8bd


#89b8bd Border Color

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

This div border color is #89b8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89b8bd

#89b8bd Color Palettes


Comments

No comments written yet.

Please login to write comment.