Color spaces of #fcdf29
RGB | 252 | 223 | 41 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.57 |
HSV | 52° | 84° | 99° |
CMYK | 0.00 | 0.12 | 0.84 0.01 |
XYZ | 66.9328 | 73.6309 | 12.7823 |
Yxy | 73.6309 | 0.4365 | 0.4802 |
Hunter Lab | 85.8084 | -10.9302 | 51.2339 |
CIE-Lab | 88.7477 | -6.6592 | 82.6702 |
#fcdf29 color RGB value is (252,223,41).
#fcdf29 hex color red value is 252, green value is 223 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #fcdf29 hue: 0.14 , saturation: 0.97 and the lightness value of fcdf29 is 0.57.
The process color (four color CMYK) of #fcdf29 color hex is 0.00, 0.12, 0.84, 0.01. Web safe color of #fcdf29 is #ffcc33. Color #fcdf29 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011111 | 00101001 |
Octal | 374 | 337 | 51 |
Decimal | 252 | 223 | 41 |
Hex | FC | DF | 29 |
Shades of #fcdf29
Tints of #fcdf29
RGB Percentages of Color #fcdf29
CMYK Percentages of Color #fcdf29
Complementary Color
#fcdf29 | #2946fc |
#fcdf29 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdf29 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdf29 Color CSS Codes
.mybgcolor {background-color:#fcdf29; } .myforecolor {color:#fcdf29; } .mybordercolor {border:3px solid #fcdf29; }
#fcdf29 Text Font Color
<p style="color:#fcdf29">Text here</p>
This sample text font color is #fcdf29
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.
#fcdf29 Background Color
<div style="background-color:#fcdf29">
Div content here</div>
This div background color is #fcdf29
#fcdf29 Border Color
<div style="border:3px solid #fcdf29">
Div here</div>
This div border color is #fcdf29
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,223,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdf29; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdf29; -webkit-box-shadow: 1px 1px 3px 2px #fcdf29; box-shadow: 1px 1px 3px 2px #fcdf29; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,223,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdf29">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdf29; -webkit-box-shadow: 1px 1px 3px 2px #fcdf29; box-shadow: 1px 1px 3px 2px #fcdf29;">
Div content here</div>
This div box has shadow with color #fcdf29
Comments
No comments written yet.
Please login to write comment.