Color Hex Logo

#889fcc Color Hex

#889FCC
(136,159,204)
0 Favorites   0 Comments

Color spaces of #889fcc

RGB 136159204
HSL0.610.400.67
HSV220°33°80°
CMYK 0.330.220.00   0.20
XYZ33.450634.390162.0017
Yxy34.39010.25760.2649
Hunter Lab58.6431-0.8072-21.6355
CIE-Lab65.27102.7077-25.6495

#889fcc color RGB value is (136,159,204).

#889fcc hex color red value is 136, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #889fcc hue: 0.61 , saturation: 0.40 and the lightness value of 889fcc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11001100
Octal 210 237 314
Decimal 136 159 204
Hex 88 9F CC

RGB Percentages of Color #889fcc

%27.25
%31.86
%40.88

CMYK Percentages of Color #889fcc

%33
%22
%0
%20

Triadic Colors of #889fcc

#889fcc #cc889f #9fcc88

Analogous Colors of #889fcc

#889fcc #9388cc #88c1cc

Monochromatic Colors of #889fcc

#889fcc

Complementary Color

#889fcc #ccb588

#889fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fcc Color CSS Codes

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

#889fcc Text Font Color

<p style="color:#889fcc">Text here</p>

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


#889fcc Background Color

<div style="background-color:#889fcc">
Div content here</div>

This div background color is #889fcc


#889fcc Border Color

<div style="border:3px solid #889fcc">
Div here</div>

This div border color is #889fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,159,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #889fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #889fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #889fcc;
  box-shadow:         1px 1px 3px 2px #889fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,159,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fcc


Comments

No comments written yet.

Please login to write comment.