Color Hex Logo

#899dba Color Hex

#899DBA
(137,157,186)
0 Favorites   0 Comments

Color spaces of #899dba

RGB 137157186
HSL0.600.260.63
HSV216°26°73°
CMYK 0.260.160.00   0.27
XYZ31.236432.977551.1733
Yxy32.97750.27070.2858
Hunter Lab57.4260-3.4020-12.6361
CIE-Lab64.1427-0.3962-17.3208

#899dba color RGB value is (137,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011101 10111010
Octal 211 235 272
Decimal 137 157 186
Hex 89 9D BA

RGB Percentages of Color #899dba

%28.54
%32.71
%38.75

CMYK Percentages of Color #899dba

%26
%16
%0
%27

Triadic Colors of #899dba

#899dba #ba899d #9dba89

Analogous Colors of #899dba

#899dba #8e89ba #89b6ba

Monochromatic Colors of #899dba

#899dba

Complementary Color

#899dba #baa689

#899dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#899dba Color CSS Codes

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

#899dba Text Font Color

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

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


#899dba Background Color

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

This div background color is #899dba


#899dba Border Color

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

This div border color is #899dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899dba


Comments

No comments written yet.

Please login to write comment.