Color spaces of #fefa16
RGB | 254 | 250 | 22 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.54 |
HSV | 59° | 91° | 100° |
CMYK | 0.00 | 0.02 | 0.91 0.00 |
XYZ | 75.2035 | 89.5000 | 14.0706 |
Yxy | 89.5000 | 0.4207 | 0.5006 |
Hunter Lab | 94.6044 | -23.6635 | 57.4049 |
CIE-Lab | 95.7890 | -19.3936 | 91.6250 |
#fefa16 color RGB value is (254,250,22).
#fefa16 hex color red value is 254, green value is 250 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fefa16 hue: 0.16 , saturation: 0.99 and the lightness value of fefa16 is 0.54.
The process color (four color CMYK) of #fefa16 color hex is 0.00, 0.02, 0.91, 0.00. Web safe color of #fefa16 is #ffff00. Color #fefa16 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111010 | 00010110 |
Octal | 376 | 372 | 26 |
Decimal | 254 | 250 | 22 |
Hex | FE | FA | 16 |
Shades of #fefa16
Tints of #fefa16
RGB Percentages of Color #fefa16
CMYK Percentages of Color #fefa16
Complementary Color
#fefa16 | #161afe |
#fefa16 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefa16 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefa16 Color CSS Codes
.mybgcolor {background-color:#fefa16; } .myforecolor {color:#fefa16; } .mybordercolor {border:3px solid #fefa16; }
#fefa16 Text Font Color
<p style="color:#fefa16">Text here</p>
This sample text font color is #fefa16
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.
#fefa16 Background Color
<div style="background-color:#fefa16">
Div content here</div>
This div background color is #fefa16
#fefa16 Border Color
<div style="border:3px solid #fefa16">
Div here</div>
This div border color is #fefa16
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,250,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefa16; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefa16; -webkit-box-shadow: 1px 1px 3px 2px #fefa16; box-shadow: 1px 1px 3px 2px #fefa16; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,250,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefa16">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefa16; -webkit-box-shadow: 1px 1px 3px 2px #fefa16; box-shadow: 1px 1px 3px 2px #fefa16;">
Div content here</div>
This div box has shadow with color #fefa16
Comments
No comments written yet.
Please login to write comment.