Color Hex Logo

#889abd Color Hex

#889ABD
(136,154,189)
0 Favorites   0 Comments

Color spaces of #889abd

RGB 136154189
HSL0.610.290.64
HSV220°28°74°
CMYK 0.280.190.00   0.26
XYZ30.894332.019652.6962
Yxy32.01960.26720.2770
Hunter Lab56.5859-1.5693-15.6044
CIE-Lab63.35911.7171-20.1993

#889abd color RGB value is (136,154,189).

#889abd hex color red value is 136, green value is 154 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #889abd hue: 0.61 , saturation: 0.29 and the lightness value of 889abd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011010 10111101
Octal 210 232 275
Decimal 136 154 189
Hex 88 9A BD

RGB Percentages of Color #889abd

%28.39
%32.15
%39.46

CMYK Percentages of Color #889abd

%28
%19
%0
%26

Triadic Colors of #889abd

#889abd #bd889a #9abd88

Analogous Colors of #889abd

#889abd #9188bd #88b5bd

Monochromatic Colors of #889abd

#889abd

Complementary Color

#889abd #bdab88

#889abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#889abd Color CSS Codes

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

#889abd Text Font Color

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

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


#889abd Background Color

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

This div background color is #889abd


#889abd Border Color

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

This div border color is #889abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889abd


Comments

No comments written yet.

Please login to write comment.