Color Hex Logo

#89acb0 Color Hex

#89ACB0
(137,172,176)
0 Favorites   0 Comments

Color spaces of #89acb0

RGB 137172176
HSL0.520.200.61
HSV186°22°69°
CMYK 0.220.020.00   0.31
XYZ32.905537.958046.6666
Yxy37.95800.28000.3230
Hunter Lab61.6101-12.4820-1.7822
CIE-Lab67.9896-10.9385-5.9824

#89acb0 color RGB value is (137,172,176).

#89acb0 hex color red value is 137, green value is 172 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #89acb0 hue: 0.52 , saturation: 0.20 and the lightness value of 89acb0 is 0.61.

The process color (four color CMYK) of #89acb0 color hex is 0.22, 0.02, 0.00, 0.31. Web safe color of #89acb0 is #999999. Color #89acb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 10110000
Octal 211 254 260
Decimal 137 172 176
Hex 89 AC B0

RGB Percentages of Color #89acb0

%28.25
%35.46
%36.29

CMYK Percentages of Color #89acb0

%22
%2
%0
%31

Triadic Colors of #89acb0

#89acb0 #b089ac #acb089

Analogous Colors of #89acb0

#89acb0 #8999b0 #89b0a1

Monochromatic Colors of #89acb0

#89acb0

Complementary Color

#89acb0 #b08d89

#89acb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acb0 Color CSS Codes

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

#89acb0 Text Font Color

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

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


#89acb0 Background Color

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

This div background color is #89acb0


#89acb0 Border Color

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

This div border color is #89acb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acb0


Comments

No comments written yet.

Please login to write comment.