#ffba8c color RGB value is (15, 251, 168).
#ffba8c hex color red value is 15, green value is 251, and blue value is 168.
Cylindrical-coordinate representations (HSL) of color #ffba8c
hue: 158.9,
saturation: 0.97 and lightness: 0.52.
The process color (four-color CMYK) of #ffba8c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ffba8c is #ff9999. Color #ffba8c contains mainly RED.
| Color spaces of #ffba8c | Value |
|---|---|
| RGB | 255, 186, 140 |
| HSL | 0.07, 1, 0.77 |
| HSV | 24°, 45°, 100° |
| XYZ | 63.54, 58.28, 32.71 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 10111010 | 10001100 |
| Octal | 377 | 272 | 214 |
| Decimal | 255 | 186 | 140 |
| Hex | FF | BA | 8C |
Shades of #ffba8c
Tints of #ffba8c
.mybgColor {background-color: #ffba8c;}
.myforeColor {color: #ffba8c;}
.myborderColor {border:3px solid #ffba8c;}
<p style="color:#ffba8c">Text here</p>
This sample text is styled with the font color #ffba8c. 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:#ffba8c">Div content here</div>
<div style="border:3px solid #ffba8c">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(255, 186, 140, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ffba8c; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ffba8c;
-webkit-box-shadow: 1px 1px 3px #ffba8c;
box-shadow: 1px 1px 3px #ffba8c; }
<p style="text-shadow: 4px 4px 2px rgba(255, 186, 140, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffba8c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ffba8c;
-webkit-box-shadow: 1px 1px 3px #ffba8c;
box-shadow: 1px 1px 3px #ffba8c;">Div content here</div>
