Color Hex Logo

#899fbb Color Hex

#899FBB
(137,159,187)
0 Favorites   0 Comments

Color spaces of #899fbb

RGB 137159187
HSL0.590.270.64
HSV214°27°73°
CMYK 0.270.150.00   0.27
XYZ31.684333.702551.8490
Yxy33.70250.27030.2875
Hunter Lab58.0539-4.1735-12.3153
CIE-Lab64.7257-1.2680-16.9970

#899fbb color RGB value is (137,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10111011
Octal 211 237 273
Decimal 137 159 187
Hex 89 9F BB

RGB Percentages of Color #899fbb

%28.36
%32.92
%38.72

CMYK Percentages of Color #899fbb

%27
%15
%0
%27

Triadic Colors of #899fbb

#899fbb #bb899f #9fbb89

Analogous Colors of #899fbb

#899fbb #8c89bb #89b8bb

Monochromatic Colors of #899fbb

#899fbb

Complementary Color

#899fbb #bba589

#899fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fbb Color CSS Codes

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

#899fbb Text Font Color

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

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


#899fbb Background Color

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

This div background color is #899fbb


#899fbb Border Color

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

This div border color is #899fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fbb


Comments

No comments written yet.

Please login to write comment.