#F8B878 color RGB value is (15, 139, 135).
#F8B878 hex color red value is 15, green value is 139, and blue value is 135.
Cylindrical-coordinate representations (HSL) of color #F8B878
hue: 178.06,
saturation: 0.81 and lightness: 0.3.
The process color (four-color CMYK) of #F8B878 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #F8B878 is #ff9999. Color #F8B878 contains mainly RED.
Color spaces of #F8B878 | Value |
---|---|
RGB | 248, 184, 120 |
HSL | 0.08, 0.9, 0.72 |
HSV | 30°, 52°, 97° |
XYZ | 59.25, 55.6, 25.38 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 10111000 | 1111000 |
Octal | 370 | 270 | 170 |
Decimal | 248 | 184 | 120 |
Hex | F8 | B8 | 78 |
Shades of #F8B878
Tints of #F8B878
.mybgColor {background-color: #F8B878;} .myforeColor {color: #F8B878;} .myborderColor {border:3px solid #F8B878;}
<p style="color:#F8B878">Text here</p>
This sample text is styled with the font color #F8B878. 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:#F8B878">Div content here</div>
<div style="border:3px solid #F8B878">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248, 184, 120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #F8B878; } .divShadow { -moz-box-shadow: 1px 1px 3px #F8B878; -webkit-box-shadow: 1px 1px 3px #F8B878; box-shadow: 1px 1px 3px #F8B878; }
<p style="text-shadow: 4px 4px 2px rgba(248, 184, 120, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #F8B878;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #F8B878;
-webkit-box-shadow: 1px 1px 3px #F8B878;
box-shadow: 1px 1px 3px #F8B878;">Div content here</div>