Color Hex Logo

#8c899c Color Hex

#8C899C
(140,137,156)
0 Favorites   0 Comments

Color spaces of #8c899c

RGB 140137156
HSL0.690.090.57
HSV249°12°61°
CMYK 0.100.120.00   0.39
XYZ25.761625.867135.0875
Yxy25.86710.29710.2983
Hunter Lab50.85971.4098-5.3017
CIE-Lab57.91074.9993-9.6857

#8c899c color RGB value is (140,137,156).

#8c899c hex color red value is 140, green value is 137 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #8c899c hue: 0.69 , saturation: 0.09 and the lightness value of 8c899c is 0.57.

The process color (four color CMYK) of #8c899c color hex is 0.10, 0.12, 0.00, 0.39. Web safe color of #8c899c is #999999. Color #8c899c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10001001 10011100
Octal 214 211 234
Decimal 140 137 156
Hex 8C 89 9C

RGB Percentages of Color #8c899c

%32.33
%31.64
%36.03

CMYK Percentages of Color #8c899c

%10
%12
%0
%39

Triadic Colors of #8c899c

#8c899c #9c8c89 #899c8c

Analogous Colors of #8c899c

#8c899c #96899c #89909c

Monochromatic Colors of #8c899c

#8c899c

Complementary Color

#8c899c #999c89

#8c899c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c899c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c899c Color CSS Codes

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

#8c899c Text Font Color

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

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


#8c899c Background Color

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

This div background color is #8c899c


#8c899c Border Color

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

This div border color is #8c899c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(140,137,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8c899c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8c899c;
  -webkit-box-shadow: 1px 1px 3px 2px #8c899c;
  box-shadow:         1px 1px 3px 2px #8c899c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c899c


Comments

No comments written yet.

Please login to write comment.