Color spaces of #fec24c
RGB | 254 | 194 | 76 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.65 |
HSV | 40° | 70° | 100° |
CMYK | 0.00 | 0.24 | 0.70 0.00 |
XYZ | 61.4693 | 60.1762 | 15.2129 |
Yxy | 60.1762 | 0.4491 | 0.4397 |
Hunter Lab | 77.5733 | 5.6906 | 42.6740 |
CIE-Lab | 81.9339 | 10.2622 | 65.0714 |
#fec24c color RGB value is (254,194,76).
#fec24c hex color red value is 254, green value is 194 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #fec24c hue: 0.11 , saturation: 0.99 and the lightness value of fec24c is 0.65.
The process color (four color CMYK) of #fec24c color hex is 0.00, 0.24, 0.70, 0.00. Web safe color of #fec24c is #ffcc33. Color #fec24c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11000010 | 01001100 |
Octal | 376 | 302 | 114 |
Decimal | 254 | 194 | 76 |
Hex | FE | C2 | 4C |
Shades of #fec24c
Tints of #fec24c
RGB Percentages of Color #fec24c
CMYK Percentages of Color #fec24c
Complementary Color
#fec24c | #4c88fe |
#fec24c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fec24c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fec24c Color CSS Codes
.mybgcolor {background-color:#fec24c; } .myforecolor {color:#fec24c; } .mybordercolor {border:3px solid #fec24c; }
#fec24c Text Font Color
<p style="color:#fec24c">Text here</p>
This sample text font color is #fec24c
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.
#fec24c Background Color
<div style="background-color:#fec24c">
Div content here</div>
This div background color is #fec24c
#fec24c Border Color
<div style="border:3px solid #fec24c">
Div here</div>
This div border color is #fec24c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,194,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fec24c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fec24c; -webkit-box-shadow: 1px 1px 3px 2px #fec24c; box-shadow: 1px 1px 3px 2px #fec24c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,194,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fec24c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fec24c; -webkit-box-shadow: 1px 1px 3px 2px #fec24c; box-shadow: 1px 1px 3px 2px #fec24c;">
Div content here</div>
This div box has shadow with color #fec24c
Comments
No comments written yet.
Please login to write comment.