Color spaces of #feda2f
RGB | 254 | 218 | 47 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.59 |
HSV | 50° | 81° | 100° |
CMYK | 0.00 | 0.14 | 0.81 0.00 |
XYZ | 66.4575 | 71.4189 | 12.9719 |
Yxy | 71.4189 | 0.4406 | 0.4734 |
Hunter Lab | 84.5097 | -7.5215 | 50.0560 |
CIE-Lab | 87.6881 | -3.1474 | 80.3614 |
#feda2f color RGB value is (254,218,47).
#feda2f hex color red value is 254, green value is 218 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #feda2f hue: 0.14 , saturation: 0.99 and the lightness value of feda2f is 0.59.
The process color (four color CMYK) of #feda2f color hex is 0.00, 0.14, 0.81, 0.00. Web safe color of #feda2f is #ffcc33. Color #feda2f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11011010 | 00101111 |
Octal | 376 | 332 | 57 |
Decimal | 254 | 218 | 47 |
Hex | FE | DA | 2F |
Shades of #feda2f
Tints of #feda2f
RGB Percentages of Color #feda2f
CMYK Percentages of Color #feda2f
Complementary Color
#feda2f | #2f53fe |
#feda2f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#feda2f Color Preview on White Background
Lorem ipsum dolor sit amet.
#feda2f Color CSS Codes
.mybgcolor {background-color:#feda2f; } .myforecolor {color:#feda2f; } .mybordercolor {border:3px solid #feda2f; }
#feda2f Text Font Color
<p style="color:#feda2f">Text here</p>
This sample text font color is #feda2f
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.
#feda2f Background Color
<div style="background-color:#feda2f">
Div content here</div>
This div background color is #feda2f
#feda2f Border Color
<div style="border:3px solid #feda2f">
Div here</div>
This div border color is #feda2f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,218,47, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #feda2f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #feda2f; -webkit-box-shadow: 1px 1px 3px 2px #feda2f; box-shadow: 1px 1px 3px 2px #feda2f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,218,47, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #feda2f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #feda2f; -webkit-box-shadow: 1px 1px 3px 2px #feda2f; box-shadow: 1px 1px 3px 2px #feda2f;">
Div content here</div>
This div box has shadow with color #feda2f
Comments
No comments written yet.
Please login to write comment.