Color Hex Logo

#89b6ba Color Hex

#89B6BA
(137,182,186)
0 Favorites   0 Comments

Color spaces of #89b6ba

RGB 137182186
HSL0.510.260.63
HSV185°26°73°
CMYK 0.260.020.00   0.27
XYZ35.907442.319452.7303
Yxy42.31940.27420.3232
Hunter Lab65.0534-15.3170-2.5213
CIE-Lab71.0906-13.9374-6.9030

#89b6ba color RGB value is (137,182,186).

#89b6ba hex color red value is 137, green value is 182 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #89b6ba hue: 0.51 , saturation: 0.26 and the lightness value of 89b6ba is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10110110 10111010
Octal 211 266 272
Decimal 137 182 186
Hex 89 B6 BA

RGB Percentages of Color #89b6ba

%27.13
%36.04
%36.83

CMYK Percentages of Color #89b6ba

%26
%2
%0
%27

Triadic Colors of #89b6ba

#89b6ba #ba89b6 #b6ba89

Analogous Colors of #89b6ba

#89b6ba #899eba #89baa6

Monochromatic Colors of #89b6ba

#89b6ba

Complementary Color

#89b6ba #ba8d89

#89b6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89b6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89b6ba Color CSS Codes

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

#89b6ba Text Font Color

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

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


#89b6ba Background Color

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

This div background color is #89b6ba


#89b6ba Border Color

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

This div border color is #89b6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89b6ba


Comments

No comments written yet.

Please login to write comment.