Color Hex Logo

#89c6bd Color Hex

#89C6BD
(137,198,189)
0 Favorites   0 Comments

Color spaces of #89c6bd

RGB 137198189
HSL0.480.350.66
HSV171°31°78°
CMYK 0.310.000.05   0.22
XYZ39.695949.380755.5833
Yxy49.38070.27440.3414
Hunter Lab70.2714-22.14142.2928
CIE-Lab75.6876-21.4625-1.7602

#89c6bd color RGB value is (137,198,189).

#89c6bd hex color red value is 137, green value is 198 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89c6bd hue: 0.48 , saturation: 0.35 and the lightness value of 89c6bd is 0.66.

The process color (four color CMYK) of #89c6bd color hex is 0.31, 0.00, 0.05, 0.22. Web safe color of #89c6bd is #99cccc. Color #89c6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11000110 10111101
Octal 211 306 275
Decimal 137 198 189
Hex 89 C6 BD

RGB Percentages of Color #89c6bd

%26.15
%37.79
%36.07

CMYK Percentages of Color #89c6bd

%31
%0
%5
%22

Triadic Colors of #89c6bd

#89c6bd #bd89c6 #c6bd89

Analogous Colors of #89c6bd

#89c6bd #89b1c6 #89c69f

Monochromatic Colors of #89c6bd

#89c6bd

Complementary Color

#89c6bd #c68992

#89c6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89c6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89c6bd Color CSS Codes

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

#89c6bd Text Font Color

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

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


#89c6bd Background Color

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

This div background color is #89c6bd


#89c6bd Border Color

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

This div border color is #89c6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89c6bd


Comments

No comments written yet.

Please login to write comment.