Color spaces of #fef04e
RGB | 254 | 240 | 78 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.65 |
HSV | 55° | 69° | 100° |
CMYK | 0.00 | 0.06 | 0.69 0.00 |
XYZ | 73.4083 | 83.9411 | 19.5409 |
Yxy | 83.9411 | 0.4150 | 0.4745 |
Hunter Lab | 91.6194 | -17.3141 | 51.4880 |
CIE-Lab | 93.4249 | -12.9131 | 75.8509 |
#fef04e color RGB value is (254,240,78).
#fef04e hex color red value is 254, green value is 240 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fef04e hue: 0.15 , saturation: 0.99 and the lightness value of fef04e is 0.65.
The process color (four color CMYK) of #fef04e color hex is 0.00, 0.06, 0.69, 0.00. Web safe color of #fef04e is #ffff66. Color #fef04e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11110000 | 01001110 |
Octal | 376 | 360 | 116 |
Decimal | 254 | 240 | 78 |
Hex | FE | F0 | 4E |
Shades of #fef04e
Tints of #fef04e
RGB Percentages of Color #fef04e
CMYK Percentages of Color #fef04e
Complementary Color
#fef04e | #4e5cfe |
#fef04e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fef04e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fef04e Color CSS Codes
.mybgcolor {background-color:#fef04e; } .myforecolor {color:#fef04e; } .mybordercolor {border:3px solid #fef04e; }
#fef04e Text Font Color
<p style="color:#fef04e">Text here</p>
This sample text font color is #fef04e
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.
#fef04e Background Color
<div style="background-color:#fef04e">
Div content here</div>
This div background color is #fef04e
#fef04e Border Color
<div style="border:3px solid #fef04e">
Div here</div>
This div border color is #fef04e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,240,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fef04e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fef04e; -webkit-box-shadow: 1px 1px 3px 2px #fef04e; box-shadow: 1px 1px 3px 2px #fef04e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,240,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fef04e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fef04e; -webkit-box-shadow: 1px 1px 3px 2px #fef04e; box-shadow: 1px 1px 3px 2px #fef04e;">
Div content here</div>
This div box has shadow with color #fef04e
Comments
No comments written yet.
Please login to write comment.