Color spaces of #fcd81e
RGB | 252 | 216 | 30 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.55 |
HSV | 50° | 88° | 99° |
CMYK | 0.00 | 0.14 | 0.88 0.01 |
XYZ | 64.9351 | 69.9009 | 11.2981 |
Yxy | 69.9009 | 0.4444 | 0.4783 |
Hunter Lab | 83.6068 | -7.6757 | 50.5126 |
CIE-Lab | 86.9482 | -3.3731 | 83.5149 |
#fcd81e color RGB value is (252,216,30).
#fcd81e hex color red value is 252, green value is 216 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fcd81e hue: 0.14 , saturation: 0.97 and the lightness value of fcd81e is 0.55.
The process color (four color CMYK) of #fcd81e color hex is 0.00, 0.14, 0.88, 0.01. Web safe color of #fcd81e is #ffcc33. Color #fcd81e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011000 | 00011110 |
Octal | 374 | 330 | 36 |
Decimal | 252 | 216 | 30 |
Hex | FC | D8 | 1E |
Shades of #fcd81e
Tints of #fcd81e
RGB Percentages of Color #fcd81e
CMYK Percentages of Color #fcd81e
Complementary Color
#fcd81e | #1e42fc |
#fcd81e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd81e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd81e Color CSS Codes
.mybgcolor {background-color:#fcd81e; } .myforecolor {color:#fcd81e; } .mybordercolor {border:3px solid #fcd81e; }
#fcd81e Text Font Color
<p style="color:#fcd81e">Text here</p>
This sample text font color is #fcd81e
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.
#fcd81e Background Color
<div style="background-color:#fcd81e">
Div content here</div>
This div background color is #fcd81e
#fcd81e Border Color
<div style="border:3px solid #fcd81e">
Div here</div>
This div border color is #fcd81e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,216,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd81e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd81e; -webkit-box-shadow: 1px 1px 3px 2px #fcd81e; box-shadow: 1px 1px 3px 2px #fcd81e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,216,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd81e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd81e; -webkit-box-shadow: 1px 1px 3px 2px #fcd81e; box-shadow: 1px 1px 3px 2px #fcd81e;">
Div content here</div>
This div box has shadow with color #fcd81e
Comments
No comments written yet.
Please login to write comment.