Color Hex Logo

#889ddf Color Hex

#889DDF
(136,157,223)
0 Favorites   0 Comments

Color spaces of #889ddf

RGB 136157223
HSL0.630.580.70
HSV226°39°87°
CMYK 0.390.300.00   0.13
XYZ35.529634.675974.6325
Yxy34.67590.24530.2394
Hunter Lab58.88624.6488-33.9238
CIE-Lab65.49568.9069-35.8312

#889ddf color RGB value is (136,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011101 11011111
Octal 210 235 337
Decimal 136 157 223
Hex 88 9D DF

RGB Percentages of Color #889ddf

%26.36
%30.43
%43.22

CMYK Percentages of Color #889ddf

%39
%30
%0
%13

Triadic Colors of #889ddf

#889ddf #df889d #9ddf88

Analogous Colors of #889ddf

#889ddf #9f88df #88c9df

Monochromatic Colors of #889ddf

#889ddf

Complementary Color

#889ddf #dfca88

#889ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#889ddf Color CSS Codes

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

#889ddf Text Font Color

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

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


#889ddf Background Color

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

This div background color is #889ddf


#889ddf Border Color

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

This div border color is #889ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889ddf


Comments

No comments written yet.

Please login to write comment.