#5E8C7E color RGB value is (5, 232, 199).
#5E8C7E hex color red value is 5, green value is 232, and blue value is 199.
Cylindrical-coordinate representations (HSL) of color #5E8C7E
hue: 171.28,
saturation: 0.96 and lightness: 0.46.
The process color (four-color CMYK) of #5E8C7E color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #5E8C7E is #ff9999. Color #5E8C7E contains mainly RED.
Color spaces of #5E8C7E | Value |
---|---|
RGB | 94, 140, 126 |
HSL | 0.45, 0.2, 0.46 |
HSV | 162°, 33°, 55° |
XYZ | 17.76, 22.64, 23.17 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 1011110 | 10001100 | 1111110 |
Octal | 136 | 214 | 176 |
Decimal | 94 | 140 | 126 |
Hex | 5E | 8C | 7E |
Shades of #5E8C7E
Tints of #5E8C7E
.mybgColor {background-color: #5E8C7E;} .myforeColor {color: #5E8C7E;} .myborderColor {border:3px solid #5E8C7E;}
<p style="color:#5E8C7E">Text here</p>
This sample text is styled with the font color #5E8C7E. 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:#5E8C7E">Div content here</div>
<div style="border:3px solid #5E8C7E">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(94, 140, 126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5E8C7E; } .divShadow { -moz-box-shadow: 1px 1px 3px #5E8C7E; -webkit-box-shadow: 1px 1px 3px #5E8C7E; box-shadow: 1px 1px 3px #5E8C7E; }
<p style="text-shadow: 4px 4px 2px rgba(94, 140, 126, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #5E8C7E;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #5E8C7E;
-webkit-box-shadow: 1px 1px 3px #5E8C7E;
box-shadow: 1px 1px 3px #5E8C7E;">Div content here</div>