Color Hex Logo

#899bce Color Hex

#899BCE
(137,155,206)
0 Favorites   0 Comments

Color spaces of #899bce

RGB 137155206
HSL0.620.410.67
HSV224°33°81°
CMYK 0.330.250.00   0.19
XYZ33.178533.217363.0554
Yxy33.21730.25630.2566
Hunter Lab57.63451.8970-24.5225
CIE-Lab64.33655.7762-28.1946

#899bce color RGB value is (137,155,206).

#899bce hex color red value is 137, green value is 155 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #899bce hue: 0.62 , saturation: 0.41 and the lightness value of 899bce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11001110
Octal 211 233 316
Decimal 137 155 206
Hex 89 9B CE

RGB Percentages of Color #899bce

%27.51
%31.12
%41.37

CMYK Percentages of Color #899bce

%33
%25
%0
%19

Triadic Colors of #899bce

#899bce #ce899b #9bce89

Analogous Colors of #899bce

#899bce #9a89ce #89bece

Monochromatic Colors of #899bce

#899bce

Complementary Color

#899bce #cebc89

#899bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bce Color CSS Codes

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

#899bce Text Font Color

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

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


#899bce Background Color

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

This div background color is #899bce


#899bce Border Color

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

This div border color is #899bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bce


Comments

No comments written yet.

Please login to write comment.