Color Hex Logo

#89bdac Color Hex

#89BDAC
(137,189,172)
0 Favorites   0 Comments

Color spaces of #89bdac

RGB 137189172
HSL0.450.280.64
HSV160°28°74°
CMYK 0.280.000.09   0.26
XYZ35.960544.692145.7608
Yxy44.69210.28450.3535
Hunter Lab66.8522-20.97426.2121
CIE-Lab72.6887-20.64773.1014

#89bdac color RGB value is (137,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111101 10101100
Octal 211 275 254
Decimal 137 189 172
Hex 89 BD AC

RGB Percentages of Color #89bdac

%27.51
%37.95
%34.54

CMYK Percentages of Color #89bdac

%28
%0
%9
%26

Triadic Colors of #89bdac

#89bdac #ac89bd #bdac89

Analogous Colors of #89bdac

#89bdac #89b4bd #89bd92

Monochromatic Colors of #89bdac

#89bdac

Complementary Color

#89bdac #bd899a

#89bdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bdac Color CSS Codes

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

#89bdac Text Font Color

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

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


#89bdac Background Color

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

This div background color is #89bdac


#89bdac Border Color

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

This div border color is #89bdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bdac


Comments

No comments written yet.

Please login to write comment.