Color spaces of #fafd3f
RGB | 250 | 253 | 63 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.62 |
HSV | 61° | 75° | 99° |
CMYK | 0.01 | 0.00 | 0.75 0.01 |
XYZ | 75.4468 | 90.9334 | 18.2781 |
Yxy | 90.9334 | 0.4086 | 0.4924 |
Hunter Lab | 95.3590 | -25.6514 | 55.3868 |
CIE-Lab | 96.3826 | -21.4542 | 83.4348 |
#fafd3f color RGB value is (250,253,63).
#fafd3f hex color red value is 250, green value is 253 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fafd3f hue: 0.17 , saturation: 0.98 and the lightness value of fafd3f is 0.62.
The process color (four color CMYK) of #fafd3f color hex is 0.01, 0.00, 0.75, 0.01. Web safe color of #fafd3f is #ffff33. Color #fafd3f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111101 | 00111111 |
Octal | 372 | 375 | 77 |
Decimal | 250 | 253 | 63 |
Hex | FA | FD | 3F |
Shades of #fafd3f
Tints of #fafd3f
RGB Percentages of Color #fafd3f
CMYK Percentages of Color #fafd3f
Complementary Color
#fafd3f | #423ffd |
#fafd3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafd3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafd3f Color CSS Codes
.mybgcolor {background-color:#fafd3f; } .myforecolor {color:#fafd3f; } .mybordercolor {border:3px solid #fafd3f; }
#fafd3f Text Font Color
<p style="color:#fafd3f">Text here</p>
This sample text font color is #fafd3f
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.
#fafd3f Background Color
<div style="background-color:#fafd3f">
Div content here</div>
This div background color is #fafd3f
#fafd3f Border Color
<div style="border:3px solid #fafd3f">
Div here</div>
This div border color is #fafd3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,253,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafd3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafd3f; -webkit-box-shadow: 1px 1px 3px 2px #fafd3f; box-shadow: 1px 1px 3px 2px #fafd3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,253,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafd3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafd3f; -webkit-box-shadow: 1px 1px 3px 2px #fafd3f; box-shadow: 1px 1px 3px 2px #fafd3f;">
Div content here</div>
This div box has shadow with color #fafd3f
Comments
No comments written yet.
Please login to write comment.