Color Hex Logo

#889cda Color Hex

#889CDA
(136,156,218)
0 Favorites   0 Comments

Color spaces of #889cda

RGB 136156218
HSL0.630.530.69
HSV225°38°85°
CMYK 0.380.280.00   0.15
XYZ34.696734.073171.0777
Yxy34.07310.24810.2436
Hunter Lab58.37223.9500-31.3348
CIE-Lab65.02068.1176-33.8047

#889cda color RGB value is (136,156,218).

#889cda hex color red value is 136, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #889cda hue: 0.63 , saturation: 0.53 and the lightness value of 889cda is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011100 11011010
Octal 210 234 332
Decimal 136 156 218
Hex 88 9C DA

RGB Percentages of Color #889cda

%26.67
%30.59
%42.75

CMYK Percentages of Color #889cda

%38
%28
%0
%15

Triadic Colors of #889cda

#889cda #da889c #9cda88

Analogous Colors of #889cda

#889cda #9d88da #88c5da

Monochromatic Colors of #889cda

#889cda

Complementary Color

#889cda #dac688

#889cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#889cda Color CSS Codes

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

#889cda Text Font Color

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

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


#889cda Background Color

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

This div background color is #889cda


#889cda Border Color

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

This div border color is #889cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889cda


Comments

No comments written yet.

Please login to write comment.