Color Hex Logo

#89bbaa Color Hex

#89BBAA
(137,187,170)
0 Favorites   0 Comments

Color spaces of #89bbaa

RGB 137187170
HSL0.440.270.64
HSV160°27°73°
CMYK 0.270.000.09   0.27
XYZ35.342643.761344.6142
Yxy43.76130.28570.3537
Hunter Lab66.1523-20.40106.3205
CIE-Lab72.0687-20.05843.2942

#89bbaa color RGB value is (137,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111011 10101010
Octal 211 273 252
Decimal 137 187 170
Hex 89 BB AA

RGB Percentages of Color #89bbaa

%27.73
%37.85
%34.41

CMYK Percentages of Color #89bbaa

%27
%0
%9
%27

Triadic Colors of #89bbaa

#89bbaa #aa89bb #bbaa89

Analogous Colors of #89bbaa

#89bbaa #89b3bb #89bb91

Monochromatic Colors of #89bbaa

#89bbaa

Complementary Color

#89bbaa #bb899a

#89bbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bbaa Color CSS Codes

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

#89bbaa Text Font Color

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

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


#89bbaa Background Color

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

This div background color is #89bbaa


#89bbaa Border Color

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

This div border color is #89bbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bbaa


Comments

No comments written yet.

Please login to write comment.