Color Hex Logo

#89adbc Color Hex

#89ADBC
(137,173,188)
0 Favorites   0 Comments

Color spaces of #89adbc

RGB 137173188
HSL0.550.280.64
HSV198°27°74°
CMYK 0.270.080.00   0.26
XYZ34.337238.836353.2634
Yxy38.83630.27160.3072
Hunter Lab62.3188-10.7056-7.0516
CIE-Lab68.6325-8.6897-11.6686

#89adbc color RGB value is (137,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 10111100
Octal 211 255 274
Decimal 137 173 188
Hex 89 AD BC

RGB Percentages of Color #89adbc

%27.51
%34.74
%37.75

CMYK Percentages of Color #89adbc

%27
%8
%0
%26

Triadic Colors of #89adbc

#89adbc #bc89ad #adbc89

Analogous Colors of #89adbc

#89adbc #8994bc #89bcb2

Monochromatic Colors of #89adbc

#89adbc

Complementary Color

#89adbc #bc9889

#89adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89adbc Color CSS Codes

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

#89adbc Text Font Color

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

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


#89adbc Background Color

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

This div background color is #89adbc


#89adbc Border Color

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

This div border color is #89adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89adbc


Comments

No comments written yet.

Please login to write comment.