Color Hex Logo

#899dbb Color Hex

#899DBB
(137,157,187)
0 Favorites   0 Comments

Color spaces of #899dbb

RGB 137157187
HSL0.600.270.64
HSV216°27°73°
CMYK 0.270.160.00   0.27
XYZ31.343133.020251.7353
Yxy33.02020.27000.2844
Hunter Lab57.4632-3.1984-13.1558
CIE-Lab64.1773-0.1528-17.8284

#899dbb color RGB value is (137,157,187).

#899dbb hex color red value is 137, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #899dbb hue: 0.60 , saturation: 0.27 and the lightness value of 899dbb is 0.64.

The process color (four color CMYK) of #899dbb color hex is 0.27, 0.16, 0.00, 0.27. Web safe color of #899dbb is #9999cc. Color #899dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 10111011
Octal 211 235 273
Decimal 137 157 187
Hex 89 9D BB

RGB Percentages of Color #899dbb

%28.48
%32.64
%38.88

CMYK Percentages of Color #899dbb

%27
%16
%0
%27

Triadic Colors of #899dbb

#899dbb #bb899d #9dbb89

Analogous Colors of #899dbb

#899dbb #8e89bb #89b6bb

Monochromatic Colors of #899dbb

#899dbb

Complementary Color

#899dbb #bba789

#899dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dbb Color CSS Codes

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

#899dbb Text Font Color

<p style="color:#899dbb">Text here</p>

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


#899dbb Background Color

<div style="background-color:#899dbb">
Div content here</div>

This div background color is #899dbb


#899dbb Border Color

<div style="border:3px solid #899dbb">
Div here</div>

This div border color is #899dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,157,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #899dbb;
  box-shadow:         1px 1px 3px 2px #899dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dbb


Comments

No comments written yet.

Please login to write comment.