Color Hex Logo

#899ebc Color Hex

#899EBC
(137,158,188)
0 Favorites   0 Comments

Color spaces of #899ebc

RGB 137158188
HSL0.600.280.64
HSV215°27°74°
CMYK 0.270.160.00   0.26
XYZ31.620533.402952.3578
Yxy33.40290.26940.2846
Hunter Lab57.7952-3.4821-13.2553
CIE-Lab64.4858-0.4667-17.9198

#899ebc color RGB value is (137,158,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011110 10111100
Octal 211 236 274
Decimal 137 158 188
Hex 89 9E BC

RGB Percentages of Color #899ebc

%28.36
%32.71
%38.92

CMYK Percentages of Color #899ebc

%27
%16
%0
%26

Triadic Colors of #899ebc

#899ebc #bc899e #9ebc89

Analogous Colors of #899ebc

#899ebc #8e89bc #89b8bc

Monochromatic Colors of #899ebc

#899ebc

Complementary Color

#899ebc #bca789

#899ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ebc Color CSS Codes

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

#899ebc Text Font Color

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

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


#899ebc Background Color

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

This div background color is #899ebc


#899ebc Border Color

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

This div border color is #899ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ebc


Comments

No comments written yet.

Please login to write comment.