Color Hex Logo

#889feb Color Hex

#889FEB
(136,159,235)
0 Favorites   0 Comments

Color spaces of #889feb

RGB 136159235
HSL0.630.710.73
HSV226°42°92°
CMYK 0.420.320.00   0.08
XYZ37.546936.028783.5726
Yxy36.02870.23890.2293
Hunter Lab60.02396.6157-40.5340
CIE-Lab66.541811.0887-40.8046

#889feb color RGB value is (136,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11101011
Octal 210 237 353
Decimal 136 159 235
Hex 88 9F EB

RGB Percentages of Color #889feb

%25.66
%30.00
%44.34

CMYK Percentages of Color #889feb

%42
%32
%0
%8

Triadic Colors of #889feb

#889feb #eb889f #9feb88

Analogous Colors of #889feb

#889feb #a388eb #88d1eb

Monochromatic Colors of #889feb

#889feb

Complementary Color

#889feb #ebd488

#889feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#889feb Color CSS Codes

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

#889feb Text Font Color

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

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


#889feb Background Color

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

This div background color is #889feb


#889feb Border Color

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

This div border color is #889feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889feb


Comments

No comments written yet.

Please login to write comment.