Color spaces of #fed71f
RGB | 254 | 215 | 31 |
---|---|---|---|
HSL | 0.14 | 0.99 | 0.56 |
HSV | 50° | 88° | 100° |
CMYK | 0.00 | 0.15 | 0.88 0.00 |
XYZ | 65.4208 | 69.7706 | 11.3154 |
Yxy | 69.7706 | 0.4465 | 0.4762 |
Hunter Lab | 83.5288 | -6.3720 | 50.4383 |
CIE-Lab | 86.8842 | -2.0020 | 83.3566 |
#fed71f color RGB value is (254,215,31).
#fed71f hex color red value is 254, green value is 215 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fed71f hue: 0.14 , saturation: 0.99 and the lightness value of fed71f is 0.56.
The process color (four color CMYK) of #fed71f color hex is 0.00, 0.15, 0.88, 0.00. Web safe color of #fed71f is #ffcc33. Color #fed71f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11010111 | 00011111 |
Octal | 376 | 327 | 37 |
Decimal | 254 | 215 | 31 |
Hex | FE | D7 | 1F |
Shades of #fed71f
Tints of #fed71f
RGB Percentages of Color #fed71f
CMYK Percentages of Color #fed71f
Complementary Color
#fed71f | #1f46fe |
#fed71f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fed71f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fed71f Color CSS Codes
.mybgcolor {background-color:#fed71f; } .myforecolor {color:#fed71f; } .mybordercolor {border:3px solid #fed71f; }
#fed71f Text Font Color
<p style="color:#fed71f">Text here</p>
This sample text font color is #fed71f
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.
#fed71f Background Color
<div style="background-color:#fed71f">
Div content here</div>
This div background color is #fed71f
#fed71f Border Color
<div style="border:3px solid #fed71f">
Div here</div>
This div border color is #fed71f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,215,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fed71f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fed71f; -webkit-box-shadow: 1px 1px 3px 2px #fed71f; box-shadow: 1px 1px 3px 2px #fed71f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,215,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fed71f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fed71f; -webkit-box-shadow: 1px 1px 3px 2px #fed71f; box-shadow: 1px 1px 3px 2px #fed71f;">
Div content here</div>
This div box has shadow with color #fed71f
Comments
No comments written yet.
Please login to write comment.