Color Hex Logo

#889cec Color Hex

#889CEC
(136,156,236)
0 Favorites   0 Comments

Color spaces of #889cec

RGB 136156236
HSL0.630.720.73
HSV228°42°93°
CMYK 0.420.340.00   0.07
XYZ37.182135.067384.1658
Yxy35.06730.23770.2242
Hunter Lab59.21768.4473-42.8163
CIE-Lab65.801013.0899-42.5141

#889cec color RGB value is (136,156,236).

#889cec hex color red value is 136, green value is 156 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #889cec hue: 0.63 , saturation: 0.72 and the lightness value of 889cec is 0.73.

The process color (four color CMYK) of #889cec color hex is 0.42, 0.34, 0.00, 0.07. Web safe color of #889cec is #9999ff. Color #889cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11101100
Octal 210 234 354
Decimal 136 156 236
Hex 88 9C EC

RGB Percentages of Color #889cec

%25.76
%29.55
%44.70

CMYK Percentages of Color #889cec

%42
%34
%0
%7

Triadic Colors of #889cec

#889cec #ec889c #9cec88

Analogous Colors of #889cec

#889cec #a688ec #88ceec

Monochromatic Colors of #889cec

#889cec

Complementary Color

#889cec #ecd888

#889cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#889cec Color CSS Codes

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

#889cec Text Font Color

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

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


#889cec Background Color

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

This div background color is #889cec


#889cec Border Color

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

This div border color is #889cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889cec


Comments

No comments written yet.

Please login to write comment.