Color Hex Logo

#89aaba Color Hex

#89AABA
(137,170,186)
0 Favorites   0 Comments

Color spaces of #89aaba

RGB 137170186
HSL0.550.260.63
HSV200°26°73°
CMYK 0.260.090.00   0.27
XYZ33.554237.613051.9459
Yxy37.61300.27250.3055
Hunter Lab61.3294-9.6667-7.2879
CIE-Lab67.7344-7.5462-11.9068

#89aaba color RGB value is (137,170,186).

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

The process color (four color CMYK) of #89aaba color hex is 0.26, 0.09, 0.00, 0.27. Web safe color of #89aaba is #9999cc. Color #89aaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 10111010
Octal 211 252 272
Decimal 137 170 186
Hex 89 AA BA

RGB Percentages of Color #89aaba

%27.79
%34.48
%37.73

CMYK Percentages of Color #89aaba

%26
%9
%0
%27

Triadic Colors of #89aaba

#89aaba #ba89aa #aaba89

Analogous Colors of #89aaba

#89aaba #8992ba #89bab2

Monochromatic Colors of #89aaba

#89aaba

Complementary Color

#89aaba #ba9989

#89aaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aaba Color CSS Codes

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

#89aaba Text Font Color

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

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


#89aaba Background Color

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

This div background color is #89aaba


#89aaba Border Color

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

This div border color is #89aaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aaba


Comments

No comments written yet.

Please login to write comment.