Color Hex Logo

#89aabd Color Hex

#89AABD
(137,170,189)
0 Favorites   0 Comments

Color spaces of #89aabd

RGB 137170189
HSL0.560.280.64
HSV202°28°74°
CMYK 0.280.100.00   0.26
XYZ33.876637.741953.6436
Yxy37.74190.27040.3013
Hunter Lab61.4344-9.0806-8.7670
CIE-Lab67.8300-6.8298-13.4264

#89aabd color RGB value is (137,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 10111101
Octal 211 252 275
Decimal 137 170 189
Hex 89 AA BD

RGB Percentages of Color #89aabd

%27.62
%34.27
%38.10

CMYK Percentages of Color #89aabd

%28
%10
%0
%26

Triadic Colors of #89aabd

#89aabd #bd89aa #aabd89

Analogous Colors of #89aabd

#89aabd #8990bd #89bdb6

Monochromatic Colors of #89aabd

#89aabd

Complementary Color

#89aabd #bd9c89

#89aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aabd Color CSS Codes

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

#89aabd Text Font Color

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

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


#89aabd Background Color

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

This div background color is #89aabd


#89aabd Border Color

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

This div border color is #89aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aabd


Comments

No comments written yet.

Please login to write comment.