Color Hex Logo

#89bdab Color Hex

#89BDAB
(137,189,171)
0 Favorites   0 Comments

Color spaces of #89bdab

RGB 137189171
HSL0.440.280.64
HSV159°28°74°
CMYK 0.280.000.10   0.26
XYZ35.864844.653845.2569
Yxy44.65380.28510.3550
Hunter Lab66.8235-21.13856.6217
CIE-Lab72.6633-20.85963.6096

#89bdab color RGB value is (137,189,171).

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

The process color (four color CMYK) of #89bdab color hex is 0.28, 0.00, 0.10, 0.26. Web safe color of #89bdab is #99cc99. Color #89bdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111101 10101011
Octal 211 275 253
Decimal 137 189 171
Hex 89 BD AB

RGB Percentages of Color #89bdab

%27.57
%38.03
%34.41

CMYK Percentages of Color #89bdab

%28
%0
%10
%26

Triadic Colors of #89bdab

#89bdab #ab89bd #bdab89

Analogous Colors of #89bdab

#89bdab #89b5bd #89bd91

Monochromatic Colors of #89bdab

#89bdab

Complementary Color

#89bdab #bd899b

#89bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bdab Color CSS Codes

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

#89bdab Text Font Color

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

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


#89bdab Background Color

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

This div background color is #89bdab


#89bdab Border Color

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

This div border color is #89bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bdab

#89bdab Color Palettes


Comments

No comments written yet.

Please login to write comment.