color details

Color Details
#95c2bf Color Hex

#95c2bf color RGB value is (9, 92, 43).
#95c2bf hex color red value is 9, green value is 92, and blue value is 43.
Cylindrical-coordinate representations (HSL) of color #95c2bf hue: 144.58, saturation: 0.82 and lightness: 0.2.

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

Color Spaces
Color spaces of #95c2bfValue
RGB149, 194, 191
HSL0.49, 0.27, 0.67
HSV176°, 23°, 76°
XYZ41.09, 48.73, 56.52
Base Numbers
Base Red Green Blue
Binary 10010101 11000010 10111111
Octal 225 302 277
Decimal 149 194 191
Hex 95 C2 BF

RGB Percentages for Color #95c2bf

27.9%
36.33%
35.77%

CMYK Percentages of the Color #95c2bf

23.2%
1.55%
23.92%
CSS Codes for Color #95c2bf
.mybgColor {background-color: #95c2bf;}
.myforeColor {color: #95c2bf;}
.myborderColor {border:3px solid #95c2bf;}
Text Font Color #95c2bf

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #95c2bf

Scroll to Top