Color Hex Logo

#89baab Color Hex

#89BAAB
(137,186,171)
0 Favorites   0 Comments

Color spaces of #89baab

RGB 137186171
HSL0.450.260.63
HSV162°26°73°
CMYK 0.260.000.08   0.27
XYZ35.226143.376545.0440
Yxy43.37650.28490.3508
Hunter Lab65.8608-19.78465.5526
CIE-Lab71.8098-19.33802.3724

#89baab color RGB value is (137,186,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 10101011
Octal 211 272 253
Decimal 137 186 171
Hex 89 BA AB

RGB Percentages of Color #89baab

%27.73
%37.65
%34.62

CMYK Percentages of Color #89baab

%26
%0
%8
%27

Triadic Colors of #89baab

#89baab #ab89ba #baab89

Analogous Colors of #89baab

#89baab #89b1ba #89ba93

Monochromatic Colors of #89baab

#89baab

Complementary Color

#89baab #ba8998

#89baab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89baab Color Preview on White Background

Lorem ipsum dolor sit amet.

#89baab Color CSS Codes

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

#89baab Text Font Color

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

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


#89baab Background Color

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

This div background color is #89baab


#89baab Border Color

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

This div border color is #89baab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89baab


Comments

No comments written yet.

Please login to write comment.