Color spaces of #fdce4e
RGB | 253 | 206 | 78 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.65 |
HSV | 44° | 69° | 99° |
CMYK | 0.00 | 0.19 | 0.69 0.01 |
XYZ | 63.9545 | 65.5753 | 16.4943 |
Yxy | 65.5753 | 0.4380 | 0.4491 |
Hunter Lab | 80.9786 | -0.7385 | 44.6084 |
CIE-Lab | 84.7793 | 3.7477 | 67.1417 |
#fdce4e color RGB value is (253,206,78).
#fdce4e hex color red value is 253, green value is 206 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fdce4e hue: 0.12 , saturation: 0.98 and the lightness value of fdce4e is 0.65.
The process color (four color CMYK) of #fdce4e color hex is 0.00, 0.19, 0.69, 0.01. Web safe color of #fdce4e is #ffcc66. Color #fdce4e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11001110 | 01001110 |
Octal | 375 | 316 | 116 |
Decimal | 253 | 206 | 78 |
Hex | FD | CE | 4E |
Shades of #fdce4e
Tints of #fdce4e
RGB Percentages of Color #fdce4e
CMYK Percentages of Color #fdce4e
Complementary Color
#fdce4e | #4e7dfd |
#fdce4e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdce4e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdce4e Color CSS Codes
.mybgcolor {background-color:#fdce4e; } .myforecolor {color:#fdce4e; } .mybordercolor {border:3px solid #fdce4e; }
#fdce4e Text Font Color
<p style="color:#fdce4e">Text here</p>
This sample text font color is #fdce4e
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.
#fdce4e Background Color
<div style="background-color:#fdce4e">
Div content here</div>
This div background color is #fdce4e
#fdce4e Border Color
<div style="border:3px solid #fdce4e">
Div here</div>
This div border color is #fdce4e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,206,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdce4e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdce4e; -webkit-box-shadow: 1px 1px 3px 2px #fdce4e; box-shadow: 1px 1px 3px 2px #fdce4e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,206,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdce4e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdce4e; -webkit-box-shadow: 1px 1px 3px 2px #fdce4e; box-shadow: 1px 1px 3px 2px #fdce4e;">
Div content here</div>
This div box has shadow with color #fdce4e
Comments
No comments written yet.
Please login to write comment.