Color spaces of #fcd704
RGB | 252 | 215 | 4 |
---|---|---|---|
HSL | 0.14 | 0.98 | 0.50 |
HSV | 51° | 98° | 99° |
CMYK | 0.00 | 0.15 | 0.98 0.01 |
XYZ | 64.4672 | 69.3051 | 10.0943 |
Yxy | 69.3051 | 0.4481 | 0.4817 |
Hunter Lab | 83.2497 | -7.4595 | 51.0857 |
CIE-Lab | 86.6549 | -3.1690 | 86.4731 |
#fcd704 color RGB value is (252,215,4).
#fcd704 hex color red value is 252, green value is 215 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #fcd704 hue: 0.14 , saturation: 0.98 and the lightness value of fcd704 is 0.50.
The process color (four color CMYK) of #fcd704 color hex is 0.00, 0.15, 0.98, 0.01. Web safe color of #fcd704 is #ffcc00. Color #fcd704 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11010111 | 00000100 |
Octal | 374 | 327 | 4 |
Decimal | 252 | 215 | 4 |
Hex | FC | D7 | 4 |
Shades of #fcd704
Tints of #fcd704
RGB Percentages of Color #fcd704
CMYK Percentages of Color #fcd704
Complementary Color
#fcd704 | #0429fc |
#fcd704 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd704 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd704 Color CSS Codes
.mybgcolor {background-color:#fcd704; } .myforecolor {color:#fcd704; } .mybordercolor {border:3px solid #fcd704; }
#fcd704 Text Font Color
<p style="color:#fcd704">Text here</p>
This sample text font color is #fcd704
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.
#fcd704 Background Color
<div style="background-color:#fcd704">
Div content here</div>
This div background color is #fcd704
#fcd704 Border Color
<div style="border:3px solid #fcd704">
Div here</div>
This div border color is #fcd704
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,215,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd704; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd704; -webkit-box-shadow: 1px 1px 3px 2px #fcd704; box-shadow: 1px 1px 3px 2px #fcd704; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,215,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd704">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd704; -webkit-box-shadow: 1px 1px 3px 2px #fcd704; box-shadow: 1px 1px 3px 2px #fcd704;">
Div content here</div>
This div box has shadow with color #fcd704
Comments
No comments written yet.
Please login to write comment.