#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 of #95c2bf | Value |
|---|---|
| RGB | 149, 194, 191 |
| HSL | 0.49, 0.27, 0.67 |
| HSV | 176°, 23°, 76° |
| XYZ | 41.09, 48.73, 56.52 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10010101 | 11000010 | 10111111 |
| Octal | 225 | 302 | 277 |
| Decimal | 149 | 194 | 191 |
| Hex | 95 | C2 | BF |
Shades of #95c2bf
Tints of #95c2bf
.mybgColor {background-color: #95c2bf;}
.myforeColor {color: #95c2bf;}
.myborderColor {border:3px solid #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,
<div style="background-color:#95c2bf">Div content here</div>
<div style="border:3px solid #95c2bf">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(149, 194, 191, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #95c2bf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
