Color spaces of #fefd7c
RGB | 254 | 253 | 124 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.74 |
HSV | 60° | 51° | 100° |
CMYK | 0.00 | 0.00 | 0.51 0.00 |
XYZ | 79.6364 | 92.7766 | 32.7792 |
Yxy | 92.7766 | 0.3881 | 0.4521 |
Hunter Lab | 96.3206 | -20.9800 | 47.2472 |
CIE-Lab | 97.1369 | -16.2898 | 61.0210 |
#fefd7c color RGB value is (254,253,124).
#fefd7c hex color red value is 254, green value is 253 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fefd7c hue: 0.17 , saturation: 0.98 and the lightness value of fefd7c is 0.74.
The process color (four color CMYK) of #fefd7c color hex is 0.00, 0.00, 0.51, 0.00. Web safe color of #fefd7c is #ffff66. Color #fefd7c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111101 | 01111100 |
Octal | 376 | 375 | 174 |
Decimal | 254 | 253 | 124 |
Hex | FE | FD | 7C |
Shades of #fefd7c
Tints of #fefd7c
RGB Percentages of Color #fefd7c
CMYK Percentages of Color #fefd7c
Complementary Color
#fefd7c | #7c7dfe |
#fefd7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefd7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefd7c Color CSS Codes
.mybgcolor {background-color:#fefd7c; } .myforecolor {color:#fefd7c; } .mybordercolor {border:3px solid #fefd7c; }
#fefd7c Text Font Color
<p style="color:#fefd7c">Text here</p>
This sample text font color is #fefd7c
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.
#fefd7c Background Color
<div style="background-color:#fefd7c">
Div content here</div>
This div background color is #fefd7c
#fefd7c Border Color
<div style="border:3px solid #fefd7c">
Div here</div>
This div border color is #fefd7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,253,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefd7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefd7c; -webkit-box-shadow: 1px 1px 3px 2px #fefd7c; box-shadow: 1px 1px 3px 2px #fefd7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,253,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefd7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefd7c; -webkit-box-shadow: 1px 1px 3px 2px #fefd7c; box-shadow: 1px 1px 3px 2px #fefd7c;">
Div content here</div>
This div box has shadow with color #fefd7c
Comments
No comments written yet.
Please login to write comment.