Color spaces of #fee80c
RGB | 254 | 232 | 12 |
---|---|---|---|
HSL | 0.15 | 0.99 | 0.52 |
HSV | 55° | 95° | 100° |
CMYK | 0.00 | 0.09 | 0.95 0.00 |
XYZ | 69.7960 | 78.8106 | 11.8811 |
Yxy | 78.8106 | 0.4349 | 0.4911 |
Hunter Lab | 88.7753 | -15.0185 | 54.2078 |
CIE-Lab | 91.1485 | -10.7528 | 89.1672 |
#fee80c color RGB value is (254,232,12).
#fee80c hex color red value is 254, green value is 232 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fee80c hue: 0.15 , saturation: 0.99 and the lightness value of fee80c is 0.52.
The process color (four color CMYK) of #fee80c color hex is 0.00, 0.09, 0.95, 0.00. Web safe color of #fee80c is #ffff00. Color #fee80c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11101000 | 00001100 |
Octal | 376 | 350 | 14 |
Decimal | 254 | 232 | 12 |
Hex | FE | E8 | C |
Shades of #fee80c
Tints of #fee80c
RGB Percentages of Color #fee80c
CMYK Percentages of Color #fee80c
Complementary Color
#fee80c | #0c22fe |
#fee80c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fee80c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fee80c Color CSS Codes
.mybgcolor {background-color:#fee80c; } .myforecolor {color:#fee80c; } .mybordercolor {border:3px solid #fee80c; }
#fee80c Text Font Color
<p style="color:#fee80c">Text here</p>
This sample text font color is #fee80c
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.
#fee80c Background Color
<div style="background-color:#fee80c">
Div content here</div>
This div background color is #fee80c
#fee80c Border Color
<div style="border:3px solid #fee80c">
Div here</div>
This div border color is #fee80c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,232,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fee80c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fee80c; -webkit-box-shadow: 1px 1px 3px 2px #fee80c; box-shadow: 1px 1px 3px 2px #fee80c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,232,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fee80c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fee80c; -webkit-box-shadow: 1px 1px 3px 2px #fee80c; box-shadow: 1px 1px 3px 2px #fee80c;">
Div content here</div>
This div box has shadow with color #fee80c
Comments
No comments written yet.
Please login to write comment.