Color Hex Logo

#889edc Color Hex

#889EDC
(136,158,220)
0 Favorites   0 Comments

Color spaces of #889edc

RGB 136158220
HSL0.620.550.70
HSV224°38°86°
CMYK 0.380.280.00   0.14
XYZ35.298534.855372.5775
Yxy34.85530.24730.2442
Hunter Lab59.03843.4063-31.5600
CIE-Lab65.63597.5196-33.9557

#889edc color RGB value is (136,158,220).

#889edc hex color red value is 136, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #889edc hue: 0.62 , saturation: 0.55 and the lightness value of 889edc is 0.70.

The process color (four color CMYK) of #889edc color hex is 0.38, 0.28, 0.00, 0.14. Web safe color of #889edc is #9999cc. Color #889edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011110 11011100
Octal 210 236 334
Decimal 136 158 220
Hex 88 9E DC

RGB Percentages of Color #889edc

%26.46
%30.74
%42.80

CMYK Percentages of Color #889edc

%38
%28
%0
%14

Triadic Colors of #889edc

#889edc #dc889e #9edc88

Analogous Colors of #889edc

#889edc #9c88dc #88c8dc

Monochromatic Colors of #889edc

#889edc

Complementary Color

#889edc #dcc688

#889edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#889edc Color CSS Codes

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

#889edc Text Font Color

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

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


#889edc Background Color

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

This div background color is #889edc


#889edc Border Color

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

This div border color is #889edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889edc


Comments

No comments written yet.

Please login to write comment.