Color Hex Logo

#899fba Color Hex

#899FBA
(137,159,186)
0 Favorites   0 Comments

Color spaces of #899fba

RGB 137159186
HSL0.590.260.63
HSV213°26°73°
CMYK 0.260.150.00   0.27
XYZ31.577633.659851.2870
Yxy33.65980.27100.2889
Hunter Lab58.0171-4.3757-11.8003
CIE-Lab64.6916-1.5106-16.4894

#899fba color RGB value is (137,159,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10111010
Octal 211 237 272
Decimal 137 159 186
Hex 89 9F BA

RGB Percentages of Color #899fba

%28.42
%32.99
%38.59

CMYK Percentages of Color #899fba

%26
%15
%0
%27

Triadic Colors of #899fba

#899fba #ba899f #9fba89

Analogous Colors of #899fba

#899fba #8c89ba #89b8ba

Monochromatic Colors of #899fba

#899fba

Complementary Color

#899fba #baa489

#899fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fba Color CSS Codes

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

#899fba Text Font Color

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

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


#899fba Background Color

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

This div background color is #899fba


#899fba Border Color

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

This div border color is #899fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fba


Comments

No comments written yet.

Please login to write comment.