#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 of #95af8e | Value |
---|---|
RGB | 149, 175, 142 |
HSL | 0.3, 0.17, 0.62 |
HSV | 107°, 19°, 69° |
XYZ | 32.61, 39, 31.4 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10101111 | 10001110 |
Octal | 225 | 257 | 216 |
Decimal | 149 | 175 | 142 |
Hex | 95 | AF | 8E |
Shades of #95af8e
Tints of #95af8e
.mybgColor {background-color: #95af8e;} .myforeColor {color: #95af8e;} .myborderColor {border:3px solid #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,
<div style="background-color:#95af8e">Div content here</div>
<div style="border:3px solid #95af8e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(149, 175, 142, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #95af8e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>