#ffaf80 color RGB value is (15, 250, 248).
#ffaf80 hex color red value is 15, green value is 250, and blue value is 248.
Cylindrical-coordinate representations (HSL) of color #ffaf80
hue: 179.49,
saturation: 0.96 and lightness: 0.52.
The process color (four-color CMYK) of #ffaf80 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ffaf80 is #ff9999. Color #ffaf80 contains mainly RED.
| Color spaces of #ffaf80 | Value |
|---|---|
| RGB | 255, 175, 128 |
| HSL | 0.06, 1, 0.75 |
| HSV | 22°, 50°, 100° |
| XYZ | 60.47, 53.48, 27.56 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 10101111 | 10000000 |
| Octal | 377 | 257 | 200 |
| Decimal | 255 | 175 | 128 |
| Hex | FF | AF | 80 |
Shades of #ffaf80
Tints of #ffaf80
.mybgColor {background-color: #ffaf80;}
.myforeColor {color: #ffaf80;}
.myborderColor {border:3px solid #ffaf80;}
<p style="color:#ffaf80">Text here</p>
This sample text is styled with the font color #ffaf80. 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:#ffaf80">Div content here</div>
<div style="border:3px solid #ffaf80">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(255, 175, 128, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #ffaf80; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #ffaf80;
-webkit-box-shadow: 1px 1px 3px #ffaf80;
box-shadow: 1px 1px 3px #ffaf80; }
<p style="text-shadow: 4px 4px 2px rgba(255, 175, 128, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffaf80;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ffaf80;
-webkit-box-shadow: 1px 1px 3px #ffaf80;
box-shadow: 1px 1px 3px #ffaf80;">Div content here</div>
