Color Hex Logo

#808c96 Color Hex

#808C96
(128,140,150)
0 Favorites   0 Comments

Color spaces of #808c96

RGB 128140150
HSL0.580.090.55
HSV207°15°59°
CMYK 0.150.070.00   0.41
XYZ23.785225.547432.5317
Yxy25.54740.29050.3121
Hunter Lab50.5444-4.4542-2.7795
CIE-Lab57.6049-2.1788-6.7993

#808c96 color RGB value is (128,140,150).

#808c96 hex color red value is 128, green value is 140 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #808c96 hue: 0.58 , saturation: 0.09 and the lightness value of 808c96 is 0.55.

The process color (four color CMYK) of #808c96 color hex is 0.15, 0.07, 0.00, 0.41. Web safe color of #808c96 is #999999. Color #808c96 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 10001100 10010110
Octal 200 214 226
Decimal 128 140 150
Hex 80 8C 96

RGB Percentages of Color #808c96

%30.62
%33.49
%35.89

CMYK Percentages of Color #808c96

%15
%7
%0
%41

Triadic Colors of #808c96

#808c96 #96808c #8c9680

Analogous Colors of #808c96

#808c96 #808196 #809695

Monochromatic Colors of #808c96

#808c96

Complementary Color

#808c96 #968a80

#808c96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#808c96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#808c96 Color CSS Codes

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

#808c96 Text Font Color

<p style="color:#808c96">Text here</p>

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


#808c96 Background Color

<div style="background-color:#808c96">
Div content here</div>

This div background color is #808c96


#808c96 Border Color

<div style="border:3px solid #808c96">
Div here</div>

This div border color is #808c96


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,140,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #808c96; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #808c96;
  -webkit-box-shadow: 1px 1px 3px 2px #808c96;
  box-shadow:         1px 1px 3px 2px #808c96; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,140,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #808c96


Comments

No comments written yet.

Please login to write comment.