Color spaces of #ffd716
RGB | 255 | 215 | 22 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.54 |
HSV | 50° | 91° | 100° |
CMYK | 0.00 | 0.16 | 0.91 0.00 |
XYZ | 65.6853 | 69.9188 | 10.7928 |
Yxy | 69.9188 | 0.4487 | 0.4776 |
Hunter Lab | 83.6175 | -6.1107 | 50.8795 |
CIE-Lab | 86.9570 | -1.7216 | 84.9525 |
#ffd716 color RGB value is (255,215,22).
#ffd716 hex color red value is 255, green value is 215 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #ffd716 hue: 0.14 , saturation: 1.00 and the lightness value of ffd716 is 0.54.
The process color (four color CMYK) of #ffd716 color hex is 0.00, 0.16, 0.91, 0.00. Web safe color of #ffd716 is #ffcc00. Color #ffd716 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010111 | 00010110 |
Octal | 377 | 327 | 26 |
Decimal | 255 | 215 | 22 |
Hex | FF | D7 | 16 |
Shades of #ffd716
Tints of #ffd716
RGB Percentages of Color #ffd716
CMYK Percentages of Color #ffd716
Complementary Color
#ffd716 | #163eff |
#ffd716 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd716 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd716 Color CSS Codes
.mybgcolor {background-color:#ffd716; } .myforecolor {color:#ffd716; } .mybordercolor {border:3px solid #ffd716; }
#ffd716 Text Font Color
<p style="color:#ffd716">Text here</p>
This sample text font color is #ffd716
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ffd716 Background Color
<div style="background-color:#ffd716">
Div content here</div>
This div background color is #ffd716
#ffd716 Border Color
<div style="border:3px solid #ffd716">
Div here</div>
This div border color is #ffd716
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,215,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd716; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd716; -webkit-box-shadow: 1px 1px 3px 2px #ffd716; box-shadow: 1px 1px 3px 2px #ffd716; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,215,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd716">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd716; -webkit-box-shadow: 1px 1px 3px 2px #ffd716; box-shadow: 1px 1px 3px 2px #ffd716;">
Div content here</div>
This div box has shadow with color #ffd716
Related Colors
Comments
No comments written yet.
Please login to write comment.