Color spaces of #fecf79
RGB | 254 | 207 | 121 |
---|---|---|---|
HSL | 0.11 | 0.99 | 0.74 |
HSV | 39° | 52° | 100° |
CMYK | 0.00 | 0.19 | 0.52 0.00 |
XYZ | 66.6371 | 67.0770 | 27.5242 |
Yxy | 67.0770 | 0.4133 | 0.4160 |
Hunter Lab | 81.9005 | 1.9078 | 37.4049 |
CIE-Lab | 85.5428 | 6.4991 | 48.6153 |
#fecf79 color RGB value is (254,207,121).
#fecf79 hex color red value is 254, green value is 207 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #fecf79 hue: 0.11 , saturation: 0.99 and the lightness value of fecf79 is 0.74.
The process color (four color CMYK) of #fecf79 color hex is 0.00, 0.19, 0.52, 0.00. Web safe color of #fecf79 is #ffcc66. Color #fecf79 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11001111 | 01111001 |
Octal | 376 | 317 | 171 |
Decimal | 254 | 207 | 121 |
Hex | FE | CF | 79 |
Shades of #fecf79
Tints of #fecf79
RGB Percentages of Color #fecf79
CMYK Percentages of Color #fecf79
Complementary Color
#fecf79 | #79a8fe |
#fecf79 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fecf79 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fecf79 Color CSS Codes
.mybgcolor {background-color:#fecf79; } .myforecolor {color:#fecf79; } .mybordercolor {border:3px solid #fecf79; }
#fecf79 Text Font Color
<p style="color:#fecf79">Text here</p>
This sample text font color is #fecf79
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.
#fecf79 Background Color
<div style="background-color:#fecf79">
Div content here</div>
This div background color is #fecf79
#fecf79 Border Color
<div style="border:3px solid #fecf79">
Div here</div>
This div border color is #fecf79
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,207,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fecf79; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fecf79; -webkit-box-shadow: 1px 1px 3px 2px #fecf79; box-shadow: 1px 1px 3px 2px #fecf79; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,207,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 #fecf79">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fecf79; -webkit-box-shadow: 1px 1px 3px 2px #fecf79; box-shadow: 1px 1px 3px 2px #fecf79;">
Div content here</div>
This div box has shadow with color #fecf79
Comments
No comments written yet.
Please login to write comment.