Color Hex Logo

#8c998e Color Hex

#8C998E
(140,153,142)
0 Favorites   0 Comments

Color spaces of #8c998e

RGB 140153142
HSL0.360.060.57
HSV129°60°
CMYK 0.080.000.07   0.40
XYZ27.088930.310930.0140
Yxy30.31090.30990.3468
Hunter Lab55.0553-8.51946.2162
CIE-Lab61.9216-6.82454.1854

#8c998e color RGB value is (140,153,142).

#8c998e hex color red value is 140, green value is 153 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #8c998e hue: 0.36 , saturation: 0.06 and the lightness value of 8c998e is 0.57.

The process color (four color CMYK) of #8c998e color hex is 0.08, 0.00, 0.07, 0.40. Web safe color of #8c998e is #999999. Color #8c998e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10011001 10001110
Octal 214 231 216
Decimal 140 153 142
Hex 8C 99 8E

RGB Percentages of Color #8c998e

%32.18
%35.17
%32.64

CMYK Percentages of Color #8c998e

%8
%0
%7
%40

Triadic Colors of #8c998e

#8c998e #8e8c99 #998e8c

Analogous Colors of #8c998e

#8c998e #8c9995 #91998c

Monochromatic Colors of #8c998e

#8c998e

Complementary Color

#8c998e #998c97

#8c998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c998e Color CSS Codes

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

#8c998e Text Font Color

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

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


#8c998e Background Color

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

This div background color is #8c998e


#8c998e Border Color

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

This div border color is #8c998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c998e


Comments

No comments written yet.

Please login to write comment.