Color spaces of #fcd23c
RGB | 252 | 210 | 60 |
---|---|---|---|
HSL | 0.13 | 0.97 | 0.61 |
HSV | 47° | 76° | 99° |
CMYK | 0.00 | 0.17 | 0.76 0.01 |
XYZ | 64.0071 | 67.1149 | 13.8559 |
Yxy | 67.1149 | 0.4415 | 0.4629 |
Hunter Lab | 81.9237 | -3.9041 | 47.3188 |
CIE-Lab | 85.5619 | 0.4945 | 74.5090 |
#fcd23c color RGB value is (252,210,60).
#fcd23c hex color red value is 252, green value is 210 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fcd23c hue: 0.13 , saturation: 0.97 and the lightness value of fcd23c is 0.61.
The process color (four color CMYK) of #fcd23c color hex is 0.00, 0.17, 0.76, 0.01. Web safe color of #fcd23c is #ffcc33. Color #fcd23c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11010010 | 00111100 |
Octal | 374 | 322 | 74 |
Decimal | 252 | 210 | 60 |
Hex | FC | D2 | 3C |
Shades of #fcd23c
Tints of #fcd23c
RGB Percentages of Color #fcd23c
CMYK Percentages of Color #fcd23c
Complementary Color
#fcd23c | #3c66fc |
#fcd23c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd23c Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd23c Color CSS Codes
.mybgcolor {background-color:#fcd23c; } .myforecolor {color:#fcd23c; } .mybordercolor {border:3px solid #fcd23c; }
#fcd23c Text Font Color
<p style="color:#fcd23c">Text here</p>
This sample text font color is #fcd23c
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.
#fcd23c Background Color
<div style="background-color:#fcd23c">
Div content here</div>
This div background color is #fcd23c
#fcd23c Border Color
<div style="border:3px solid #fcd23c">
Div here</div>
This div border color is #fcd23c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,210,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd23c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd23c; -webkit-box-shadow: 1px 1px 3px 2px #fcd23c; box-shadow: 1px 1px 3px 2px #fcd23c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,210,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd23c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd23c; -webkit-box-shadow: 1px 1px 3px 2px #fcd23c; box-shadow: 1px 1px 3px 2px #fcd23c;">
Div content here</div>
This div box has shadow with color #fcd23c
#fcd23c Color Palettes
Comments
No comments written yet.
Please login to write comment.