Color Hex Logo

#8999ba Color Hex

#8999BA
(137,153,186)
1 Favorites   0 Comments

Color spaces of #8999ba

RGB 137153186
HSL0.610.260.63
HSV220°26°73°
CMYK 0.260.180.00   0.27
XYZ30.570731.646050.9514
Yxy31.64600.27010.2796
Hunter Lab56.2548-1.4431-14.3221
CIE-Lab63.04921.8482-18.9810

#8999ba color RGB value is (137,153,186).

#8999ba hex color red value is 137, green value is 153 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #8999ba hue: 0.61 , saturation: 0.26 and the lightness value of 8999ba is 0.63.

The process color (four color CMYK) of #8999ba color hex is 0.26, 0.18, 0.00, 0.27. Web safe color of #8999ba is #9999cc. Color #8999ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011001 10111010
Octal 211 231 272
Decimal 137 153 186
Hex 89 99 BA

RGB Percentages of Color #8999ba

%28.78
%32.14
%39.08

CMYK Percentages of Color #8999ba

%26
%18
%0
%27

Triadic Colors of #8999ba

#8999ba #ba8999 #99ba89

Analogous Colors of #8999ba

#8999ba #9289ba #89b2ba

Monochromatic Colors of #8999ba

#8999ba

Complementary Color

#8999ba #baaa89

#8999ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8999ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#8999ba Color CSS Codes

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

#8999ba Text Font Color

<p style="color:#8999ba">Text here</p>

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


#8999ba Background Color

<div style="background-color:#8999ba">
Div content here</div>

This div background color is #8999ba


#8999ba Border Color

<div style="border:3px solid #8999ba">
Div here</div>

This div border color is #8999ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,153,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8999ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8999ba;
  -webkit-box-shadow: 1px 1px 3px 2px #8999ba;
  box-shadow:         1px 1px 3px 2px #8999ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,153,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8999ba


Comments

No comments written yet.

Please login to write comment.