color details

Color Details
#8c9194 Color Hex

#8c9194 color RGB value is (8, 201, 25).
#8c9194 hex color red value is 8, green value is 201, and blue value is 25.
Cylindrical-coordinate representations (HSL) of color #8c9194 hue: 125.28, saturation: 0.92 and lightness: 0.41.

The process color (four-color CMYK) of #8c9194 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #8c9194 is #ff9999. Color #8c9194 contains mainly RED.

Color Spaces
Color spaces of #8c9194Value
RGB140, 145, 148
HSL0.56, 0.04, 0.56
HSV203°, 5°, 58°
XYZ26.28, 27.96, 32.02
Base Numbers
Base Red Green Blue
Binary 10001100 10010001 10010100
Octal 214 221 224
Decimal 140 145 148
Hex 8C 91 94

RGB Percentages for Color #8c9194

32.33%
33.49%
34.18%

CMYK Percentages of the Color #8c9194

5.41%
2.03%
41.96%
CSS Codes for Color #8c9194
.mybgColor {background-color: #8c9194;}
.myforeColor {color: #8c9194;}
.myborderColor {border:3px solid #8c9194;}
Text Font Color #8c9194

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

This sample text is styled with the font color #8c9194. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #8c9194

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

The background color of this div is #8c9194
Border Color #8c9194

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

The border color of this div is #8c9194
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(140, 145, 148, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #8c9194;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #8c9194;
-webkit-box-shadow: 1px 1px 3px #8c9194;
box-shadow: 1px 1px 3px #8c9194;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #8c9194

Scroll to Top