Color Hex Logo

#889bde Color Hex

#889BDE
(136,155,222)
0 Favorites   0 Comments

Color spaces of #889bde

RGB 136155222
HSL0.630.570.70
HSV227°39°87°
CMYK 0.390.300.00   0.13
XYZ35.059533.950973.8126
Yxy33.95090.24550.2377
Hunter Lab58.26745.4355-34.3208
CIE-Lab64.92369.7767-36.1692

#889bde color RGB value is (136,155,222).

#889bde hex color red value is 136, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #889bde hue: 0.63 , saturation: 0.57 and the lightness value of 889bde is 0.70.

The process color (four color CMYK) of #889bde color hex is 0.39, 0.30, 0.00, 0.13. Web safe color of #889bde is #9999cc. Color #889bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011011 11011110
Octal 210 233 336
Decimal 136 155 222
Hex 88 9B DE

RGB Percentages of Color #889bde

%26.51
%30.21
%43.27

CMYK Percentages of Color #889bde

%39
%30
%0
%13

Triadic Colors of #889bde

#889bde #de889b #9bde88

Analogous Colors of #889bde

#889bde #a088de #88c6de

Monochromatic Colors of #889bde

#889bde

Complementary Color

#889bde #decb88

#889bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#889bde Color CSS Codes

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

#889bde Text Font Color

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

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


#889bde Background Color

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

This div background color is #889bde


#889bde Border Color

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

This div border color is #889bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889bde


Comments

No comments written yet.

Please login to write comment.