color details

Color Details
#95af8e Color Hex

#95af8e color RGB value is (9, 90, 248).
#95af8e hex color red value is 9, green value is 90, and blue value is 248.
Cylindrical-coordinate representations (HSL) of color #95af8e hue: 219.67, saturation: 0.94 and lightness: 0.5.

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

Color Spaces
Color spaces of #95af8eValue
RGB149, 175, 142
HSL0.3, 0.17, 0.62
HSV107°, 19°, 69°
XYZ32.61, 39, 31.4
Base Numbers
Base Red Green Blue
Binary 10010101 10101111 10001110
Octal 225 257 216
Decimal 149 175 142
Hex 95 AF 8E

RGB Percentages for Color #95af8e

31.97%
37.55%
30.47%

CMYK Percentages of the Color #95af8e

14.86%
18.86%
31.37%
CSS Codes for Color #95af8e
.mybgColor {background-color: #95af8e;}
.myforeColor {color: #95af8e;}
.myborderColor {border:3px solid #95af8e;}
Text Font Color #95af8e

<p style="color:#95af8e">Text here</p>

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

<div style="background-color:#95af8e">Div content here</div>

The background color of this div is #95af8e
Border Color #95af8e

<div style="border:3px solid #95af8e">Div here</div>

The border color of this div is #95af8e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(149, 175, 142, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #95af8e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #95af8e;
-webkit-box-shadow: 1px 1px 3px #95af8e;
box-shadow: 1px 1px 3px #95af8e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149, 175, 142, 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 #95af8e;">Text here</p>

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

Shadow Div Box

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

This div box has a shadow with a specified color. #95af8e
Scroll to Top