Color spaces of #fefc79
RGB | 254 | 252 | 121 |
---|---|---|---|
HSL | 0.16 | 0.99 | 0.74 |
HSV | 59° | 52° | 100° |
CMYK | 0.00 | 0.01 | 0.52 0.00 |
XYZ | 79.1346 | 92.0721 | 31.6900 |
Yxy | 92.0721 | 0.3900 | 0.4538 |
Hunter Lab | 95.9542 | -20.7087 | 47.5867 |
CIE-Lab | 96.8498 | -16.0445 | 62.0274 |
#fefc79 color RGB value is (254,252,121).
#fefc79 hex color red value is 254, green value is 252 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fefc79 hue: 0.16 , saturation: 0.99 and the lightness value of fefc79 is 0.74.
The process color (four color CMYK) of #fefc79 color hex is 0.00, 0.01, 0.52, 0.00. Web safe color of #fefc79 is #ffff66. Color #fefc79 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111100 | 01111001 |
Octal | 376 | 374 | 171 |
Decimal | 254 | 252 | 121 |
Hex | FE | FC | 79 |
Shades of #fefc79
Tints of #fefc79
RGB Percentages of Color #fefc79
CMYK Percentages of Color #fefc79
Complementary Color
#fefc79 | #797bfe |
#fefc79 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefc79 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefc79 Color CSS Codes
.mybgcolor {background-color:#fefc79; } .myforecolor {color:#fefc79; } .mybordercolor {border:3px solid #fefc79; }
#fefc79 Text Font Color
<p style="color:#fefc79">Text here</p>
This sample text font color is #fefc79
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.
#fefc79 Background Color
<div style="background-color:#fefc79">
Div content here</div>
This div background color is #fefc79
#fefc79 Border Color
<div style="border:3px solid #fefc79">
Div here</div>
This div border color is #fefc79
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,252,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefc79; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefc79; -webkit-box-shadow: 1px 1px 3px 2px #fefc79; box-shadow: 1px 1px 3px 2px #fefc79; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,252,121, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefc79">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefc79; -webkit-box-shadow: 1px 1px 3px 2px #fefc79; box-shadow: 1px 1px 3px 2px #fefc79;">
Div content here</div>
This div box has shadow with color #fefc79
Comments
No comments written yet.
Please login to write comment.