Color Hex Logo

#899dbc Color Hex

#899DBC
(137,157,188)
0 Favorites   0 Comments

Color spaces of #899dbc

RGB 137157188
HSL0.600.280.64
HSV216°27°74°
CMYK 0.270.160.00   0.26
XYZ31.450633.063152.3012
Yxy33.06310.26920.2830
Hunter Lab57.5005-2.9932-13.6785
CIE-Lab64.21200.0921-18.3355

#899dbc color RGB value is (137,157,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 10111100
Octal 211 235 274
Decimal 137 157 188
Hex 89 9D BC

RGB Percentages of Color #899dbc

%28.42
%32.57
%39.00

CMYK Percentages of Color #899dbc

%27
%16
%0
%26

Triadic Colors of #899dbc

#899dbc #bc899d #9dbc89

Analogous Colors of #899dbc

#899dbc #8f89bc #89b7bc

Monochromatic Colors of #899dbc

#899dbc

Complementary Color

#899dbc #bca889

#899dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dbc Color CSS Codes

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

#899dbc Text Font Color

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

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


#899dbc Background Color

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

This div background color is #899dbc


#899dbc Border Color

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

This div border color is #899dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dbc


Comments

No comments written yet.

Please login to write comment.