Color Hex Logo

#89b5bc Color Hex

#89B5BC
(137,181,188)
0 Favorites   0 Comments

Color spaces of #89b5bc

RGB 137181188
HSL0.520.280.64
HSV188°27°74°
CMYK 0.270.040.00   0.26
XYZ35.917541.997053.7901
Yxy41.99700.27270.3189
Hunter Lab64.8051-14.4773-3.8488
CIE-Lab70.8689-12.9478-8.3306

#89b5bc color RGB value is (137,181,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10110101 10111100
Octal 211 265 274
Decimal 137 181 188
Hex 89 B5 BC

RGB Percentages of Color #89b5bc

%27.08
%35.77
%37.15

CMYK Percentages of Color #89b5bc

%27
%4
%0
%26

Triadic Colors of #89b5bc

#89b5bc #bc89b5 #b5bc89

Analogous Colors of #89b5bc

#89b5bc #899cbc #89bcaa

Monochromatic Colors of #89b5bc

#89b5bc

Complementary Color

#89b5bc #bc9089

#89b5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89b5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89b5bc Color CSS Codes

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

#89b5bc Text Font Color

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

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


#89b5bc Background Color

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

This div background color is #89b5bc


#89b5bc Border Color

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

This div border color is #89b5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89b5bc


Comments

No comments written yet.

Please login to write comment.