Color Hex Logo

#889ece Color Hex

#889ECE
(136,158,206)
0 Favorites   0 Comments

Color spaces of #889ece

RGB 136158206
HSL0.610.420.67
HSV221°34°81°
CMYK 0.340.230.00   0.19
XYZ33.520834.144263.2163
Yxy34.14420.25610.2609
Hunter Lab58.43300.1408-23.2403
CIE-Lab65.07693.7914-27.0598

#889ece color RGB value is (136,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 11001110
Octal 210 236 316
Decimal 136 158 206
Hex 88 9E CE

RGB Percentages of Color #889ece

%27.20
%31.60
%41.20

CMYK Percentages of Color #889ece

%34
%23
%0
%19

Triadic Colors of #889ece

#889ece #ce889e #9ece88

Analogous Colors of #889ece

#889ece #9588ce #88c1ce

Monochromatic Colors of #889ece

#889ece

Complementary Color

#889ece #ceb888

#889ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ece Color CSS Codes

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

#889ece Text Font Color

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

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


#889ece Background Color

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

This div background color is #889ece


#889ece Border Color

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

This div border color is #889ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ece


Comments

No comments written yet.

Please login to write comment.