Color Hex Logo

#8b909e Color Hex

#8B909E
(139,144,158)
0 Favorites   0 Comments

Color spaces of #8b909e

RGB 139144158
HSL0.620.090.58
HSV224°12°62°
CMYK 0.120.090.00   0.38
XYZ26.792327.904136.3217
Yxy27.90410.29440.3066
Hunter Lab52.8243-1.9081-3.7904
CIE-Lab59.80201.1062-8.0140

#8b909e color RGB value is (139,144,158).

#8b909e hex color red value is 139, green value is 144 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8b909e hue: 0.62 , saturation: 0.09 and the lightness value of 8b909e is 0.58.

The process color (four color CMYK) of #8b909e color hex is 0.12, 0.09, 0.00, 0.38. Web safe color of #8b909e is #999999. Color #8b909e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10010000 10011110
Octal 213 220 236
Decimal 139 144 158
Hex 8B 90 9E

RGB Percentages of Color #8b909e

%31.52
%32.65
%35.83

CMYK Percentages of Color #8b909e

%12
%9
%0
%38

Triadic Colors of #8b909e

#8b909e #9e8b90 #909e8b

Analogous Colors of #8b909e

#8b909e #908b9e #8b9a9e

Monochromatic Colors of #8b909e

#8b909e

Complementary Color

#8b909e #9e998b

#8b909e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b909e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b909e Color CSS Codes

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

#8b909e Text Font Color

<p style="color:#8b909e">Text here</p>

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


#8b909e Background Color

<div style="background-color:#8b909e">
Div content here</div>

This div background color is #8b909e


#8b909e Border Color

<div style="border:3px solid #8b909e">
Div here</div>

This div border color is #8b909e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,144,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b909e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b909e;
  -webkit-box-shadow: 1px 1px 3px 2px #8b909e;
  box-shadow:         1px 1px 3px 2px #8b909e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b909e


Comments

No comments written yet.

Please login to write comment.