Color spaces of #faff14
RGB | 250 | 255 | 20 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.54 |
HSV | 61° | 92° | 100° |
CMYK | 0.02 | 0.00 | 0.92 0.00 |
XYZ | 75.3106 | 91.8945 | 14.4299 |
Yxy | 91.8945 | 0.4146 | 0.5059 |
Hunter Lab | 95.8616 | -27.5250 | 58.1783 |
CIE-Lab | 96.7772 | -23.4336 | 92.4753 |
#faff14 color RGB value is (250,255,20).
#faff14 hex color red value is 250, green value is 255 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #faff14 hue: 0.17 , saturation: 1.00 and the lightness value of faff14 is 0.54.
The process color (four color CMYK) of #faff14 color hex is 0.02, 0.00, 0.92, 0.00. Web safe color of #faff14 is #ffff00. Color #faff14 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111111 | 00010100 |
Octal | 372 | 377 | 24 |
Decimal | 250 | 255 | 20 |
Hex | FA | FF | 14 |
Shades of #faff14
Tints of #faff14
RGB Percentages of Color #faff14
CMYK Percentages of Color #faff14
Complementary Color
#faff14 | #1914ff |
#faff14 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#faff14 Color Preview on White Background
Lorem ipsum dolor sit amet.
#faff14 Color CSS Codes
.mybgcolor {background-color:#faff14; } .myforecolor {color:#faff14; } .mybordercolor {border:3px solid #faff14; }
#faff14 Text Font Color
<p style="color:#faff14">Text here</p>
This sample text font color is #faff14
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.
#faff14 Background Color
<div style="background-color:#faff14">
Div content here</div>
This div background color is #faff14
#faff14 Border Color
<div style="border:3px solid #faff14">
Div here</div>
This div border color is #faff14
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,255,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #faff14; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #faff14; -webkit-box-shadow: 1px 1px 3px 2px #faff14; box-shadow: 1px 1px 3px 2px #faff14; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,255,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #faff14">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #faff14; -webkit-box-shadow: 1px 1px 3px 2px #faff14; box-shadow: 1px 1px 3px 2px #faff14;">
Div content here</div>
This div box has shadow with color #faff14
Comments
No comments written yet.
Please login to write comment.