Color Hex Logo

#899cbf Color Hex

#899CBF
(137,156,191)
0 Favorites   0 Comments

Color spaces of #899cbf

RGB 137156191
HSL0.610.300.64
HSV219°28°75°
CMYK 0.280.180.00   0.25
XYZ31.609032.856953.9663
Yxy32.85690.26690.2774
Hunter Lab57.3209-1.8798-15.6955
CIE-Lab64.04491.3919-20.2685

#899cbf color RGB value is (137,156,191).

#899cbf hex color red value is 137, green value is 156 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #899cbf hue: 0.61 , saturation: 0.30 and the lightness value of 899cbf is 0.64.

The process color (four color CMYK) of #899cbf color hex is 0.28, 0.18, 0.00, 0.25. Web safe color of #899cbf is #9999cc. Color #899cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 10111111
Octal 211 234 277
Decimal 137 156 191
Hex 89 9C BF

RGB Percentages of Color #899cbf

%28.31
%32.23
%39.46

CMYK Percentages of Color #899cbf

%28
%18
%0
%25

Triadic Colors of #899cbf

#899cbf #bf899c #9cbf89

Analogous Colors of #899cbf

#899cbf #9189bf #89b7bf

Monochromatic Colors of #899cbf

#899cbf

Complementary Color

#899cbf #bfac89

#899cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#899cbf Color CSS Codes

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

#899cbf Text Font Color

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

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


#899cbf Background Color

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

This div background color is #899cbf


#899cbf Border Color

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

This div border color is #899cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899cbf


Comments

No comments written yet.

Please login to write comment.