Color Hex Logo

#899ccb Color Hex

#899CCB
(137,156,203)
0 Favorites   0 Comments

Color spaces of #899ccb

RGB 137156203
HSL0.620.390.67
HSV223°33°80°
CMYK 0.330.230.00   0.20
XYZ32.984533.407161.2097
Yxy33.40710.25850.2618
Hunter Lab57.79890.7178-22.3296
CIE-Lab64.48924.4304-26.2886

#899ccb color RGB value is (137,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011100 11001011
Octal 211 234 313
Decimal 137 156 203
Hex 89 9C CB

RGB Percentages of Color #899ccb

%27.62
%31.45
%40.93

CMYK Percentages of Color #899ccb

%33
%23
%0
%20

Triadic Colors of #899ccb

#899ccb #cb899c #9ccb89

Analogous Colors of #899ccb

#899ccb #9789cb #89bdcb

Monochromatic Colors of #899ccb

#899ccb

Complementary Color

#899ccb #cbb889

#899ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ccb Color CSS Codes

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

#899ccb Text Font Color

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

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


#899ccb Background Color

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

This div background color is #899ccb


#899ccb Border Color

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

This div border color is #899ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ccb


Comments

No comments written yet.

Please login to write comment.