Color Hex Logo

#89abbd Color Hex

#89ABBD
(137,171,189)
0 Favorites   0 Comments

Color spaces of #89abbd

RGB 137171189
HSL0.560.280.64
HSV201°28°74°
CMYK 0.280.100.00   0.26
XYZ34.064738.118353.7063
Yxy38.11830.27060.3028
Hunter Lab61.7400-9.5587-8.3571
CIE-Lab68.1077-7.3722-13.0090

#89abbd color RGB value is (137,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101011 10111101
Octal 211 253 275
Decimal 137 171 189
Hex 89 AB BD

RGB Percentages of Color #89abbd

%27.57
%34.41
%38.03

CMYK Percentages of Color #89abbd

%28
%10
%0
%26

Triadic Colors of #89abbd

#89abbd #bd89ab #abbd89

Analogous Colors of #89abbd

#89abbd #8991bd #89bdb5

Monochromatic Colors of #89abbd

#89abbd

Complementary Color

#89abbd #bd9b89

#89abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89abbd Color CSS Codes

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

#89abbd Text Font Color

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

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


#89abbd Background Color

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

This div background color is #89abbd


#89abbd Border Color

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

This div border color is #89abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89abbd


Comments

No comments written yet.

Please login to write comment.