Color spaces of #fad117
RGB | 250 | 209 | 23 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.54 |
HSV | 49° | 91° | 98° |
CMYK | 0.00 | 0.16 | 0.91 0.02 |
XYZ | 62.3795 | 65.9868 | 10.2596 |
Yxy | 65.9868 | 0.4500 | 0.4760 |
Hunter Lab | 81.2323 | -5.0836 | 49.3743 |
CIE-Lab | 84.9897 | -0.7856 | 83.1106 |
#fad117 color RGB value is (250,209,23).
#fad117 hex color red value is 250, green value is 209 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fad117 hue: 0.14 , saturation: 0.96 and the lightness value of fad117 is 0.54.
The process color (four color CMYK) of #fad117 color hex is 0.00, 0.16, 0.91, 0.02. Web safe color of #fad117 is #ffcc00. Color #fad117 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11010001 | 00010111 |
Octal | 372 | 321 | 27 |
Decimal | 250 | 209 | 23 |
Hex | FA | D1 | 17 |
Shades of #fad117
Tints of #fad117
RGB Percentages of Color #fad117
CMYK Percentages of Color #fad117
Complementary Color
#fad117 | #1740fa |
#fad117 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad117 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad117 Color CSS Codes
.mybgcolor {background-color:#fad117; } .myforecolor {color:#fad117; } .mybordercolor {border:3px solid #fad117; }
#fad117 Text Font Color
<p style="color:#fad117">Text here</p>
This sample text font color is #fad117
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.
#fad117 Background Color
<div style="background-color:#fad117">
Div content here</div>
This div background color is #fad117
#fad117 Border Color
<div style="border:3px solid #fad117">
Div here</div>
This div border color is #fad117
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,209,23, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad117; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad117; -webkit-box-shadow: 1px 1px 3px 2px #fad117; box-shadow: 1px 1px 3px 2px #fad117; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,209,23, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad117">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad117; -webkit-box-shadow: 1px 1px 3px 2px #fad117; box-shadow: 1px 1px 3px 2px #fad117;">
Div content here</div>
This div box has shadow with color #fad117
Comments
No comments written yet.
Please login to write comment.