Color spaces of #fee14f
RGB | 254 | 225 | 79 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.65 |
HSV | 50° | 69° | 100° |
CMYK | 0.00 | 0.11 | 0.69 0.00 |
XYZ | 69.2095 | 75.4858 | 18.3196 |
Yxy | 75.4858 | 0.4246 | 0.4631 |
Hunter Lab | 86.8826 | -9.8538 | 48.3162 |
CIE-Lab | 89.6201 | -5.4316 | 71.6918 |
#fee14f color RGB value is (254,225,79).
#fee14f hex color red value is 254, green value is 225 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fee14f hue: 0.14 , saturation: 0.99 and the lightness value of fee14f is 0.65.
The process color (four color CMYK) of #fee14f color hex is 0.00, 0.11, 0.69, 0.00. Web safe color of #fee14f is #ffcc66. Color #fee14f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11100001 | 01001111 |
Octal | 376 | 341 | 117 |
Decimal | 254 | 225 | 79 |
Hex | FE | E1 | 4F |
Shades of #fee14f
Tints of #fee14f
RGB Percentages of Color #fee14f
CMYK Percentages of Color #fee14f
Complementary Color
#fee14f | #4f6cfe |
#fee14f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee14f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee14f Color CSS Codes
.mybgcolor {background-color:#fee14f; } .myforecolor {color:#fee14f; } .mybordercolor {border:3px solid #fee14f; }
#fee14f Text Font Color
<p style="color:#fee14f">Text here</p>
This sample text font color is #fee14f
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.
#fee14f Background Color
<div style="background-color:#fee14f">
Div content here</div>
This div background color is #fee14f
#fee14f Border Color
<div style="border:3px solid #fee14f">
Div here</div>
This div border color is #fee14f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,225,79, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee14f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee14f; -webkit-box-shadow: 1px 1px 3px 2px #fee14f; box-shadow: 1px 1px 3px 2px #fee14f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,225,79, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee14f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee14f; -webkit-box-shadow: 1px 1px 3px 2px #fee14f; box-shadow: 1px 1px 3px 2px #fee14f;">
Div content here</div>
This div box has shadow with color #fee14f
Comments
No comments written yet.
Please login to write comment.