Color Hex Logo

#889dde Color Hex

#889DDE
(136,157,222)
0 Favorites   0 Comments

Color spaces of #889dde

RGB 136157222
HSL0.630.570.70
HSV225°39°87°
CMYK 0.390.290.00   0.13
XYZ35.395134.622173.9245
Yxy34.62210.24590.2405
Hunter Lab58.84054.4044-33.3008
CIE-Lab65.45348.6336-35.3445

#889dde color RGB value is (136,157,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 11011110
Octal 210 235 336
Decimal 136 157 222
Hex 88 9D DE

RGB Percentages of Color #889dde

%26.41
%30.49
%43.11

CMYK Percentages of Color #889dde

%39
%29
%0
%13

Triadic Colors of #889dde

#889dde #de889d #9dde88

Analogous Colors of #889dde

#889dde #9e88de #88c8de

Monochromatic Colors of #889dde

#889dde

Complementary Color

#889dde #dec988

#889dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#889dde Color CSS Codes

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

#889dde Text Font Color

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

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


#889dde Background Color

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

This div background color is #889dde


#889dde Border Color

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

This div border color is #889dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889dde


Comments

No comments written yet.

Please login to write comment.