Color spaces of #fadf19
RGB | 250 | 223 | 25 |
---|---|---|---|
HSL | 0.15 | 0.96 | 0.54 |
HSV | 53° | 90° | 98° |
CMYK | 0.00 | 0.11 | 0.90 0.02 |
XYZ | 65.9875 | 73.1695 | 11.5649 |
Yxy | 73.1695 | 0.4378 | 0.4855 |
Hunter Lab | 85.5392 | -11.9933 | 51.8614 |
CIE-Lab | 88.5285 | -7.8183 | 85.5054 |
#fadf19 color RGB value is (250,223,25).
#fadf19 hex color red value is 250, green value is 223 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #fadf19 hue: 0.15 , saturation: 0.96 and the lightness value of fadf19 is 0.54.
The process color (four color CMYK) of #fadf19 color hex is 0.00, 0.11, 0.90, 0.02. Web safe color of #fadf19 is #ffcc00. Color #fadf19 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11011111 | 00011001 |
Octal | 372 | 337 | 31 |
Decimal | 250 | 223 | 25 |
Hex | FA | DF | 19 |
Shades of #fadf19
Tints of #fadf19
RGB Percentages of Color #fadf19
CMYK Percentages of Color #fadf19
Complementary Color
#fadf19 | #1934fa |
#fadf19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fadf19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fadf19 Color CSS Codes
.mybgcolor {background-color:#fadf19; } .myforecolor {color:#fadf19; } .mybordercolor {border:3px solid #fadf19; }
#fadf19 Text Font Color
<p style="color:#fadf19">Text here</p>
This sample text font color is #fadf19
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.
#fadf19 Background Color
<div style="background-color:#fadf19">
Div content here</div>
This div background color is #fadf19
#fadf19 Border Color
<div style="border:3px solid #fadf19">
Div here</div>
This div border color is #fadf19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,223,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fadf19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fadf19; -webkit-box-shadow: 1px 1px 3px 2px #fadf19; box-shadow: 1px 1px 3px 2px #fadf19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,223,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fadf19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fadf19; -webkit-box-shadow: 1px 1px 3px 2px #fadf19; box-shadow: 1px 1px 3px 2px #fadf19;">
Div content here</div>
This div box has shadow with color #fadf19
Comments
No comments written yet.
Please login to write comment.