Color spaces of #febe79
RGB | 254 | 190 | 121 |
---|---|---|---|
HSL | 0.09 | 0.99 | 0.74 |
HSV | 31° | 52° | 100° |
CMYK | 0.00 | 0.25 | 0.52 0.00 |
XYZ | 62.7377 | 59.2782 | 26.2244 |
Yxy | 59.2782 | 0.4232 | 0.3999 |
Hunter Lab | 76.9923 | 10.7153 | 33.6998 |
CIE-Lab | 81.4443 | 15.3264 | 43.5716 |
#febe79 color RGB value is (254,190,121).
#febe79 hex color red value is 254, green value is 190 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #febe79 hue: 0.09 , saturation: 0.99 and the lightness value of febe79 is 0.74.
The process color (four color CMYK) of #febe79 color hex is 0.00, 0.25, 0.52, 0.00. Web safe color of #febe79 is #ffcc66. Color #febe79 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 10111110 | 01111001 |
Octal | 376 | 276 | 171 |
Decimal | 254 | 190 | 121 |
Hex | FE | BE | 79 |
Shades of #febe79
Tints of #febe79
RGB Percentages of Color #febe79
CMYK Percentages of Color #febe79
Complementary Color
#febe79 | #79b9fe |
#febe79 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#febe79 Color Preview on White Background
Lorem ipsum dolor sit amet.
#febe79 Color CSS Codes
.mybgcolor {background-color:#febe79; } .myforecolor {color:#febe79; } .mybordercolor {border:3px solid #febe79; }
#febe79 Text Font Color
<p style="color:#febe79">Text here</p>
This sample text font color is #febe79
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.
#febe79 Background Color
<div style="background-color:#febe79">
Div content here</div>
This div background color is #febe79
#febe79 Border Color
<div style="border:3px solid #febe79">
Div here</div>
This div border color is #febe79
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,190,121, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #febe79; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #febe79; -webkit-box-shadow: 1px 1px 3px 2px #febe79; box-shadow: 1px 1px 3px 2px #febe79; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,190,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 #febe79">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #febe79; -webkit-box-shadow: 1px 1px 3px 2px #febe79; box-shadow: 1px 1px 3px 2px #febe79;">
Div content here</div>
This div box has shadow with color #febe79
Comments
No comments written yet.
Please login to write comment.