Color Hex Logo

#889ecc Color Hex

#889ECC
(136,158,204)
0 Favorites   0 Comments

Color spaces of #889ecc

RGB 136158204
HSL0.610.400.67
HSV221°33°80°
CMYK 0.330.230.00   0.20
XYZ33.279334.047661.9446
Yxy34.04760.25740.2634
Hunter Lab58.3503-0.3081-22.0969
CIE-Lab65.00033.2709-26.0653

#889ecc color RGB value is (136,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 11001100
Octal 210 236 314
Decimal 136 158 204
Hex 88 9E CC

RGB Percentages of Color #889ecc

%27.31
%31.73
%40.96

CMYK Percentages of Color #889ecc

%33
%23
%0
%20

Triadic Colors of #889ecc

#889ecc #cc889e #9ecc88

Analogous Colors of #889ecc

#889ecc #9488cc #88c0cc

Monochromatic Colors of #889ecc

#889ecc

Complementary Color

#889ecc #ccb688

#889ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ecc Color CSS Codes

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

#889ecc Text Font Color

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

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


#889ecc Background Color

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

This div background color is #889ecc


#889ecc Border Color

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

This div border color is #889ecc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,158,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 #889ecc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ecc


Comments

No comments written yet.

Please login to write comment.