Color Hex Logo

#889fef Color Hex

#889FEF
(136,159,239)
0 Favorites   0 Comments

Color spaces of #889fef

RGB 136159239
HSL0.630.760.74
HSV227°43°94°
CMYK 0.430.330.00   0.06
XYZ38.131536.262586.6510
Yxy36.26250.23680.2252
Hunter Lab60.21847.6478-43.1623
CIE-Lab66.720012.2151-42.7187

#889fef color RGB value is (136,159,239).

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

The process color (four color CMYK) of #889fef color hex is 0.43, 0.33, 0.00, 0.06. Web safe color of #889fef is #9999ff. Color #889fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011111 11101111
Octal 210 237 357
Decimal 136 159 239
Hex 88 9F EF

RGB Percentages of Color #889fef

%25.47
%29.78
%44.76

CMYK Percentages of Color #889fef

%43
%33
%0
%6

Triadic Colors of #889fef

#889fef #ef889f #9fef88

Analogous Colors of #889fef

#889fef #a588ef #88d3ef

Monochromatic Colors of #889fef

#889fef

Complementary Color

#889fef #efd888

#889fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#889fef Color CSS Codes

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

#889fef Text Font Color

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

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


#889fef Background Color

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

This div background color is #889fef


#889fef Border Color

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

This div border color is #889fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889fef


Comments

No comments written yet.

Please login to write comment.