Color spaces of #fdcd3f
RGB | 253 | 205 | 63 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.62 |
HSV | 45° | 75° | 99° |
CMYK | 0.00 | 0.19 | 0.75 0.01 |
XYZ | 63.2365 | 64.9042 | 13.8975 |
Yxy | 64.9042 | 0.4452 | 0.4569 |
Hunter Lab | 80.5631 | -0.8753 | 46.1664 |
CIE-Lab | 84.4343 | 3.5889 | 72.4644 |
#fdcd3f color RGB value is (253,205,63).
#fdcd3f hex color red value is 253, green value is 205 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fdcd3f hue: 0.12 , saturation: 0.98 and the lightness value of fdcd3f is 0.62.
The process color (four color CMYK) of #fdcd3f color hex is 0.00, 0.19, 0.75, 0.01. Web safe color of #fdcd3f is #ffcc33. Color #fdcd3f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001101 | 00111111 |
Octal | 375 | 315 | 77 |
Decimal | 253 | 205 | 63 |
Hex | FD | CD | 3F |
Shades of #fdcd3f
Tints of #fdcd3f
RGB Percentages of Color #fdcd3f
CMYK Percentages of Color #fdcd3f
Complementary Color
#fdcd3f | #3f6ffd |
#fdcd3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdcd3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdcd3f Color CSS Codes
.mybgcolor {background-color:#fdcd3f; } .myforecolor {color:#fdcd3f; } .mybordercolor {border:3px solid #fdcd3f; }
#fdcd3f Text Font Color
<p style="color:#fdcd3f">Text here</p>
This sample text font color is #fdcd3f
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.
#fdcd3f Background Color
<div style="background-color:#fdcd3f">
Div content here</div>
This div background color is #fdcd3f
#fdcd3f Border Color
<div style="border:3px solid #fdcd3f">
Div here</div>
This div border color is #fdcd3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,205,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdcd3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdcd3f; -webkit-box-shadow: 1px 1px 3px 2px #fdcd3f; box-shadow: 1px 1px 3px 2px #fdcd3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,205,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdcd3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdcd3f; -webkit-box-shadow: 1px 1px 3px 2px #fdcd3f; box-shadow: 1px 1px 3px 2px #fdcd3f;">
Div content here</div>
This div box has shadow with color #fdcd3f
Comments
No comments written yet.
Please login to write comment.