color details

Color Details
#94a9ab Color Hex

#94a9ab color RGB value is (9, 74, 154).
#94a9ab hex color red value is 9, green value is 74, and blue value is 154.
Cylindrical-coordinate representations (HSL) of color #94a9ab hue: 213.1, saturation: 0.89 and lightness: 0.32.

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

Color Spaces
Color spaces of #94a9abValue
RGB148, 169, 171
HSL0.51, 0.12, 0.63
HSV185°, 13°, 67°
XYZ33.75, 37.61, 44
Base Numbers
Base Red Green Blue
Binary 10010100 10101001 10101011
Octal 224 251 253
Decimal 148 169 171
Hex 94 A9 AB

RGB Percentages for Color #94a9ab

30.33%
34.63%
35.04%

CMYK Percentages of the Color #94a9ab

13.45%
1.17%
32.94%
CSS Codes for Color #94a9ab
.mybgColor {background-color: #94a9ab;}
.myforeColor {color: #94a9ab;}
.myborderColor {border:3px solid #94a9ab;}
Text Font Color #94a9ab

<p style="color:#94a9ab">Text here</p>

This sample text is styled with the font color #94a9ab. 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 #94a9ab

<div style="background-color:#94a9ab">Div content here</div>

The background color of this div is #94a9ab
Border Color #94a9ab

<div style="border:3px solid #94a9ab">Div here</div>

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

<p style="text-shadow: 4px 4px 2px rgba(148, 169, 171, 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 #94a9ab;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #94a9ab

Scroll to Top