Color spaces of #feda63
RGB | 254 | 218 | 99 |
---|---|---|---|
HSL | 0.13 | 0.99 | 0.69 |
HSV | 46° | 61° | 100° |
CMYK | 0.00 | 0.14 | 0.61 0.00 |
XYZ | 68.1966 | 72.1145 | 22.1295 |
Yxy | 72.1145 | 0.4198 | 0.4439 |
Hunter Lab | 84.9203 | -5.2631 | 43.9937 |
CIE-Lab | 88.0237 | -0.7559 | 61.7620 |
#feda63 color RGB value is (254,218,99).
#feda63 hex color red value is 254, green value is 218 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #feda63 hue: 0.13 , saturation: 0.99 and the lightness value of feda63 is 0.69.
The process color (four color CMYK) of #feda63 color hex is 0.00, 0.14, 0.61, 0.00. Web safe color of #feda63 is #ffcc66. Color #feda63 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011010 | 01100011 |
Octal | 376 | 332 | 143 |
Decimal | 254 | 218 | 99 |
Hex | FE | DA | 63 |
Shades of #feda63
Tints of #feda63
RGB Percentages of Color #feda63
CMYK Percentages of Color #feda63
Complementary Color
#feda63 | #6387fe |
#feda63 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feda63 Color Preview on White Background
Lorem ipsum dolor sit amet.
#feda63 Color CSS Codes
.mybgcolor {background-color:#feda63; } .myforecolor {color:#feda63; } .mybordercolor {border:3px solid #feda63; }
#feda63 Text Font Color
<p style="color:#feda63">Text here</p>
This sample text font color is #feda63
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.
#feda63 Background Color
<div style="background-color:#feda63">
Div content here</div>
This div background color is #feda63
#feda63 Border Color
<div style="border:3px solid #feda63">
Div here</div>
This div border color is #feda63
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,218,99, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feda63; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feda63; -webkit-box-shadow: 1px 1px 3px 2px #feda63; box-shadow: 1px 1px 3px 2px #feda63; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,218,99, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feda63">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feda63; -webkit-box-shadow: 1px 1px 3px 2px #feda63; box-shadow: 1px 1px 3px 2px #feda63;">
Div content here</div>
This div box has shadow with color #feda63
Related Colors
Comments
No comments written yet.
Please login to write comment.