Color Hex Logo

#889bae Color Hex

#889BAE
(136,155,174)
1 Favorites   0 Comments

Color spaces of #889bae

RGB 136155174
HSL0.580.190.61
HSV210°22°68°
CMYK 0.220.110.00   0.32
XYZ29.514731.732944.6139
Yxy31.73290.27880.2998
Hunter Lab56.3320-5.0572-7.5242
CIE-Lab63.1215-2.4542-12.1316

#889bae color RGB value is (136,155,174).

#889bae hex color red value is 136, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #889bae hue: 0.58 , saturation: 0.19 and the lightness value of 889bae is 0.61.

The process color (four color CMYK) of #889bae color hex is 0.22, 0.11, 0.00, 0.32. Web safe color of #889bae is #999999. Color #889bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10011011 10101110
Octal 210 233 256
Decimal 136 155 174
Hex 88 9B AE

RGB Percentages of Color #889bae

%29.25
%33.33
%37.42

CMYK Percentages of Color #889bae

%22
%11
%0
%32

Triadic Colors of #889bae

#889bae #ae889b #9bae88

Analogous Colors of #889bae

#889bae #8888ae #88aeae

Monochromatic Colors of #889bae

#889bae

Complementary Color

#889bae #ae9b88

#889bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#889bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#889bae Color CSS Codes

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

#889bae Text Font Color

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

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


#889bae Background Color

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

This div background color is #889bae


#889bae Border Color

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

This div border color is #889bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #889bae

#889bae Color Palettes


Comments

No comments written yet.

Please login to write comment.