#ffd65c color RGB value is (15, 253, 101).
#ffd65c hex color red value is 15, green value is 253, and blue value is 101.
Cylindrical-coordinate representations (HSL) of color #ffd65c
hue: 141.68,
saturation: 0.98 and lightness: 0.53.
The process color (four-color CMYK) of #ffd65c color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ffd65c is #ff9999. Color #ffd65c contains mainly RED.
Color spaces of #ffd65c | Value |
---|---|
RGB | 255, 214, 92 |
HSL | 0.12, 1, 0.68 |
HSV | 45°, 64°, 100° |
XYZ | 67.22, 70.13, 20.12 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010110 | 1011100 |
Octal | 377 | 326 | 134 |
Decimal | 255 | 214 | 92 |
Hex | FF | D6 | 5C |
Shades of #ffd65c
Tints of #ffd65c
.mybgColor {background-color: #ffd65c;} .myforeColor {color: #ffd65c;} .myborderColor {border:3px solid #ffd65c;}
<p style="color:#ffd65c">Text here</p>
This sample text is styled with the font color #ffd65c. 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:#ffd65c">Div content here</div>
<div style="border:3px solid #ffd65c">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 214, 92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd65c; } .divShadow { -moz-box-shadow: 1px 1px 3px #ffd65c; -webkit-box-shadow: 1px 1px 3px #ffd65c; box-shadow: 1px 1px 3px #ffd65c; }
<p style="text-shadow: 4px 4px 2px rgba(255, 214, 92, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #ffd65c;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #ffd65c;
-webkit-box-shadow: 1px 1px 3px #ffd65c;
box-shadow: 1px 1px 3px #ffd65c;">Div content here</div>