Color spaces of #fafc61
RGB | 250 | 252 | 97 |
---|---|---|---|
HSL | 0.17 | 0.96 | 0.68 |
HSV | 61° | 62° | 99° |
CMYK | 0.01 | 0.00 | 0.62 0.01 |
XYZ | 76.3924 | 90.8079 | 24.8106 |
Yxy | 90.8079 | 0.3979 | 0.4729 |
Hunter Lab | 95.2932 | -23.6674 | 51.2684 |
CIE-Lab | 96.3309 | -19.3052 | 71.5158 |
#fafc61 color RGB value is (250,252,97).
#fafc61 hex color red value is 250, green value is 252 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #fafc61 hue: 0.17 , saturation: 0.96 and the lightness value of fafc61 is 0.68.
The process color (four color CMYK) of #fafc61 color hex is 0.01, 0.00, 0.62, 0.01. Web safe color of #fafc61 is #ffff66. Color #fafc61 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11111100 | 01100001 |
Octal | 372 | 374 | 141 |
Decimal | 250 | 252 | 97 |
Hex | FA | FC | 61 |
Shades of #fafc61
Tints of #fafc61
RGB Percentages of Color #fafc61
CMYK Percentages of Color #fafc61
Complementary Color
#fafc61 | #6361fc |
#fafc61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fafc61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fafc61 Color CSS Codes
.mybgcolor {background-color:#fafc61; } .myforecolor {color:#fafc61; } .mybordercolor {border:3px solid #fafc61; }
#fafc61 Text Font Color
<p style="color:#fafc61">Text here</p>
This sample text font color is #fafc61
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.
#fafc61 Background Color
<div style="background-color:#fafc61">
Div content here</div>
This div background color is #fafc61
#fafc61 Border Color
<div style="border:3px solid #fafc61">
Div here</div>
This div border color is #fafc61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,252,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fafc61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fafc61; -webkit-box-shadow: 1px 1px 3px 2px #fafc61; box-shadow: 1px 1px 3px 2px #fafc61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,252,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fafc61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fafc61; -webkit-box-shadow: 1px 1px 3px 2px #fafc61; box-shadow: 1px 1px 3px 2px #fafc61;">
Div content here</div>
This div box has shadow with color #fafc61
Comments
No comments written yet.
Please login to write comment.