Color spaces of #fdec4d
RGB | 253 | 236 | 77 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.65 |
HSV | 54° | 70° | 99° |
CMYK | 0.00 | 0.07 | 0.70 0.01 |
XYZ | 71.8430 | 81.4094 | 18.9482 |
Yxy | 81.4094 | 0.4172 | 0.4728 |
Hunter Lab | 90.2272 | -15.7676 | 50.7078 |
CIE-Lab | 92.3136 | -11.4069 | 75.0871 |
#fdec4d color RGB value is (253,236,77).
#fdec4d hex color red value is 253, green value is 236 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fdec4d hue: 0.15 , saturation: 0.98 and the lightness value of fdec4d is 0.65.
The process color (four color CMYK) of #fdec4d color hex is 0.00, 0.07, 0.70, 0.01. Web safe color of #fdec4d is #ffff66. Color #fdec4d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101100 | 01001101 |
Octal | 375 | 354 | 115 |
Decimal | 253 | 236 | 77 |
Hex | FD | EC | 4D |
Shades of #fdec4d
Tints of #fdec4d
RGB Percentages of Color #fdec4d
CMYK Percentages of Color #fdec4d
Complementary Color
#fdec4d | #4d5efd |
#fdec4d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdec4d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdec4d Color CSS Codes
.mybgcolor {background-color:#fdec4d; } .myforecolor {color:#fdec4d; } .mybordercolor {border:3px solid #fdec4d; }
#fdec4d Text Font Color
<p style="color:#fdec4d">Text here</p>
This sample text font color is #fdec4d
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.
#fdec4d Background Color
<div style="background-color:#fdec4d">
Div content here</div>
This div background color is #fdec4d
#fdec4d Border Color
<div style="border:3px solid #fdec4d">
Div here</div>
This div border color is #fdec4d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,236,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdec4d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdec4d; -webkit-box-shadow: 1px 1px 3px 2px #fdec4d; box-shadow: 1px 1px 3px 2px #fdec4d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,236,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdec4d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdec4d; -webkit-box-shadow: 1px 1px 3px 2px #fdec4d; box-shadow: 1px 1px 3px 2px #fdec4d;">
Div content here</div>
This div box has shadow with color #fdec4d
Comments
No comments written yet.
Please login to write comment.