Color spaces of #fad915
RGB | 250 | 217 | 21 |
---|---|---|---|
HSL | 0.14 | 0.96 | 0.53 |
HSV | 51° | 92° | 98° |
CMYK | 0.00 | 0.13 | 0.92 0.02 |
XYZ | 64.3726 | 70.0038 | 10.8288 |
Yxy | 70.0038 | 0.4433 | 0.4821 |
Hunter Lab | 83.6683 | -9.0854 | 50.8942 |
CIE-Lab | 86.9987 | -4.8660 | 84.9216 |
#fad915 color RGB value is (250,217,21).
#fad915 hex color red value is 250, green value is 217 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fad915 hue: 0.14 , saturation: 0.96 and the lightness value of fad915 is 0.53.
The process color (four color CMYK) of #fad915 color hex is 0.00, 0.13, 0.92, 0.02. Web safe color of #fad915 is #ffcc00. Color #fad915 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011001 | 00010101 |
Octal | 372 | 331 | 25 |
Decimal | 250 | 217 | 21 |
Hex | FA | D9 | 15 |
Shades of #fad915
Tints of #fad915
RGB Percentages of Color #fad915
CMYK Percentages of Color #fad915
Complementary Color
#fad915 | #1536fa |
#fad915 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fad915 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fad915 Color CSS Codes
.mybgcolor {background-color:#fad915; } .myforecolor {color:#fad915; } .mybordercolor {border:3px solid #fad915; }
#fad915 Text Font Color
<p style="color:#fad915">Text here</p>
This sample text font color is #fad915
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.
#fad915 Background Color
<div style="background-color:#fad915">
Div content here</div>
This div background color is #fad915
#fad915 Border Color
<div style="border:3px solid #fad915">
Div here</div>
This div border color is #fad915
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,217,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fad915; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fad915; -webkit-box-shadow: 1px 1px 3px 2px #fad915; box-shadow: 1px 1px 3px 2px #fad915; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,217,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fad915">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fad915; -webkit-box-shadow: 1px 1px 3px 2px #fad915; box-shadow: 1px 1px 3px 2px #fad915;">
Div content here</div>
This div box has shadow with color #fad915
Comments
No comments written yet.
Please login to write comment.