Color Hex Logo

#89aaad Color Hex

#89AAAD
(137,170,173)
0 Favorites   0 Comments

Color spaces of #89aaad

RGB 137170173
HSL0.510.180.61
HSV185°21°68°
CMYK 0.210.020.00   0.32
XYZ32.234137.084944.9944
Yxy37.08490.28200.3244
Hunter Lab60.8974-12.0871-1.1786
CIE-Lab67.3407-10.5454-5.2783

#89aaad color RGB value is (137,170,173).

#89aaad hex color red value is 137, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #89aaad hue: 0.51 , saturation: 0.18 and the lightness value of 89aaad is 0.61.

The process color (four color CMYK) of #89aaad color hex is 0.21, 0.02, 0.00, 0.32. Web safe color of #89aaad is #999999. Color #89aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 10101101
Octal 211 252 255
Decimal 137 170 173
Hex 89 AA AD

RGB Percentages of Color #89aaad

%28.54
%35.42
%36.04

CMYK Percentages of Color #89aaad

%21
%2
%0
%32

Triadic Colors of #89aaad

#89aaad #ad89aa #aaad89

Analogous Colors of #89aaad

#89aaad #8998ad #89ad9e

Monochromatic Colors of #89aaad

#89aaad

Complementary Color

#89aaad #ad8c89

#89aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aaad Color CSS Codes

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

#89aaad Text Font Color

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

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


#89aaad Background Color

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

This div background color is #89aaad


#89aaad Border Color

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

This div border color is #89aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aaad


Comments

No comments written yet.

Please login to write comment.