Color spaces of #fefd1d
RGB | 254 | 253 | 29 |
---|---|---|---|
HSL | 0.17 | 0.99 | 0.55 |
HSV | 60° | 89° | 100° |
CMYK | 0.00 | 0.00 | 0.89 0.00 |
XYZ | 76.2201 | 91.4101 | 14.7891 |
Yxy | 91.4101 | 0.4178 | 0.5011 |
Hunter Lab | 95.6086 | -25.0132 | 57.7548 |
CIE-Lab | 96.5787 | -20.7229 | 91.2938 |
#fefd1d color RGB value is (254,253,29).
#fefd1d hex color red value is 254, green value is 253 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #fefd1d hue: 0.17 , saturation: 0.99 and the lightness value of fefd1d is 0.55.
The process color (four color CMYK) of #fefd1d color hex is 0.00, 0.00, 0.89, 0.00. Web safe color of #fefd1d is #ffff33. Color #fefd1d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 11111101 | 00011101 |
Octal | 376 | 375 | 35 |
Decimal | 254 | 253 | 29 |
Hex | FE | FD | 1D |
Shades of #fefd1d
Tints of #fefd1d
RGB Percentages of Color #fefd1d
CMYK Percentages of Color #fefd1d
Complementary Color
#fefd1d | #1d1efe |
#fefd1d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fefd1d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fefd1d Color CSS Codes
.mybgcolor {background-color:#fefd1d; } .myforecolor {color:#fefd1d; } .mybordercolor {border:3px solid #fefd1d; }
#fefd1d Text Font Color
<p style="color:#fefd1d">Text here</p>
This sample text font color is #fefd1d
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.
#fefd1d Background Color
<div style="background-color:#fefd1d">
Div content here</div>
This div background color is #fefd1d
#fefd1d Border Color
<div style="border:3px solid #fefd1d">
Div here</div>
This div border color is #fefd1d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,253,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fefd1d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fefd1d; -webkit-box-shadow: 1px 1px 3px 2px #fefd1d; box-shadow: 1px 1px 3px 2px #fefd1d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,253,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fefd1d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fefd1d; -webkit-box-shadow: 1px 1px 3px 2px #fefd1d; box-shadow: 1px 1px 3px 2px #fefd1d;">
Div content here</div>
This div box has shadow with color #fefd1d
Comments
No comments written yet.
Please login to write comment.