Color spaces of #fee116
RGB | 254 | 225 | 22 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.54 |
HSV | 53° | 91° | 100° |
CMYK | 0.00 | 0.11 | 0.91 0.00 |
XYZ | 67.9431 | 74.9792 | 11.6505 |
Yxy | 74.9792 | 0.4396 | 0.4851 |
Hunter Lab | 86.5905 | -11.4737 | 52.6361 |
CIE-Lab | 89.3833 | -7.1715 | 86.7460 |
#fee116 color RGB value is (254,225,22).
#fee116 hex color red value is 254, green value is 225 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #fee116 hue: 0.15 , saturation: 0.99 and the lightness value of fee116 is 0.54.
The process color (four color CMYK) of #fee116 color hex is 0.00, 0.11, 0.91, 0.00. Web safe color of #fee116 is #ffcc00. Color #fee116 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100001 | 00010110 |
Octal | 376 | 341 | 26 |
Decimal | 254 | 225 | 22 |
Hex | FE | E1 | 16 |
Shades of #fee116
Tints of #fee116
RGB Percentages of Color #fee116
CMYK Percentages of Color #fee116
Complementary Color
#fee116 | #1633fe |
#fee116 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee116 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee116 Color CSS Codes
.mybgcolor {background-color:#fee116; } .myforecolor {color:#fee116; } .mybordercolor {border:3px solid #fee116; }
#fee116 Text Font Color
<p style="color:#fee116">Text here</p>
This sample text font color is #fee116
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.
#fee116 Background Color
<div style="background-color:#fee116">
Div content here</div>
This div background color is #fee116
#fee116 Border Color
<div style="border:3px solid #fee116">
Div here</div>
This div border color is #fee116
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,225,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee116; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee116; -webkit-box-shadow: 1px 1px 3px 2px #fee116; box-shadow: 1px 1px 3px 2px #fee116; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,225,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 #fee116">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee116; -webkit-box-shadow: 1px 1px 3px 2px #fee116; box-shadow: 1px 1px 3px 2px #fee116;">
Div content here</div>
This div box has shadow with color #fee116
Comments
No comments written yet.
Please login to write comment.