Color Hex Logo

#899fbc Color Hex

#899FBC
(137,159,188)
0 Favorites   0 Comments

Color spaces of #899fbc

RGB 137159188
HSL0.590.280.64
HSV214°27°74°
CMYK 0.270.150.00   0.26
XYZ31.791833.745552.4149
Yxy33.74550.26950.2861
Hunter Lab58.0909-3.9701-12.8332
CIE-Lab64.7601-1.0242-17.5040

#899fbc color RGB value is (137,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 10111100
Octal 211 237 274
Decimal 137 159 188
Hex 89 9F BC

RGB Percentages of Color #899fbc

%28.31
%32.85
%38.84

CMYK Percentages of Color #899fbc

%27
%15
%0
%26

Triadic Colors of #899fbc

#899fbc #bc899f #9fbc89

Analogous Colors of #899fbc

#899fbc #8d89bc #89b9bc

Monochromatic Colors of #899fbc

#899fbc

Complementary Color

#899fbc #bca689

#899fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fbc Color CSS Codes

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

#899fbc Text Font Color

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

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


#899fbc Background Color

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

This div background color is #899fbc


#899fbc Border Color

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

This div border color is #899fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fbc


Comments

No comments written yet.

Please login to write comment.