Color Hex Logo

#899fce Color Hex

#899FCE
(137,159,206)
0 Favorites   0 Comments

Color spaces of #899fce

RGB 137159206
HSL0.610.410.67
HSV221°33°81°
CMYK 0.330.230.00   0.19
XYZ33.855234.570963.2810
Yxy34.57090.25700.2625
Hunter Lab58.7970-0.1149-22.6537
CIE-Lab65.41323.5125-26.5368

#899fce color RGB value is (137,159,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11001110
Octal 211 237 316
Decimal 137 159 206
Hex 89 9F CE

RGB Percentages of Color #899fce

%27.29
%31.67
%41.04

CMYK Percentages of Color #899fce

%33
%23
%0
%19

Triadic Colors of #899fce

#899fce #ce899f #9fce89

Analogous Colors of #899fce

#899fce #9689ce #89c2ce

Monochromatic Colors of #899fce

#899fce

Complementary Color

#899fce #ceb889

#899fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fce Color CSS Codes

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

#899fce Text Font Color

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

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


#899fce Background Color

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

This div background color is #899fce


#899fce Border Color

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

This div border color is #899fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fce


Comments

No comments written yet.

Please login to write comment.