Color Hex Logo

#899cbd Color Hex

#899CBD
(137,156,189)
0 Favorites   0 Comments

Color spaces of #899cbd

RGB 137156189
HSL0.610.280.64
HSV218°28°74°
CMYK 0.280.170.00   0.26
XYZ31.390332.769452.8148
Yxy32.76940.26840.2801
Hunter Lab57.2446-2.2967-14.6308
CIE-Lab63.97380.8977-19.2573

#899cbd color RGB value is (137,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10111101
Octal 211 234 275
Decimal 137 156 189
Hex 89 9C BD

RGB Percentages of Color #899cbd

%28.42
%32.37
%39.21

CMYK Percentages of Color #899cbd

%28
%17
%0
%26

Triadic Colors of #899cbd

#899cbd #bd899c #9cbd89

Analogous Colors of #899cbd

#899cbd #9089bd #89b6bd

Monochromatic Colors of #899cbd

#899cbd

Complementary Color

#899cbd #bdaa89

#899cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#899cbd Color CSS Codes

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

#899cbd Text Font Color

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

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


#899cbd Background Color

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

This div background color is #899cbd


#899cbd Border Color

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

This div border color is #899cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899cbd


Comments

No comments written yet.

Please login to write comment.