Color spaces of #fcdd37
RGB | 252 | 221 | 55 |
---|---|---|---|
HSL | 0.14 | 0.97 | 0.60 |
HSV | 51° | 78° | 99° |
CMYK | 0.00 | 0.12 | 0.78 0.01 |
XYZ | 66.6909 | 72.6842 | 14.1289 |
Yxy | 72.6842 | 0.4345 | 0.4735 |
Hunter Lab | 85.2550 | -9.5644 | 49.8527 |
CIE-Lab | 88.2969 | -5.2524 | 78.5681 |
#fcdd37 color RGB value is (252,221,55).
#fcdd37 hex color red value is 252, green value is 221 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #fcdd37 hue: 0.14 , saturation: 0.97 and the lightness value of fcdd37 is 0.60.
The process color (four color CMYK) of #fcdd37 color hex is 0.00, 0.12, 0.78, 0.01. Web safe color of #fcdd37 is #ffcc33. Color #fcdd37 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11011101 | 00110111 |
Octal | 374 | 335 | 67 |
Decimal | 252 | 221 | 55 |
Hex | FC | DD | 37 |
Shades of #fcdd37
Tints of #fcdd37
RGB Percentages of Color #fcdd37
CMYK Percentages of Color #fcdd37
Complementary Color
#fcdd37 | #3756fc |
#fcdd37 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcdd37 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcdd37 Color CSS Codes
.mybgcolor {background-color:#fcdd37; } .myforecolor {color:#fcdd37; } .mybordercolor {border:3px solid #fcdd37; }
#fcdd37 Text Font Color
<p style="color:#fcdd37">Text here</p>
This sample text font color is #fcdd37
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.
#fcdd37 Background Color
<div style="background-color:#fcdd37">
Div content here</div>
This div background color is #fcdd37
#fcdd37 Border Color
<div style="border:3px solid #fcdd37">
Div here</div>
This div border color is #fcdd37
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,221,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcdd37; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcdd37; -webkit-box-shadow: 1px 1px 3px 2px #fcdd37; box-shadow: 1px 1px 3px 2px #fcdd37; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,221,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcdd37">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcdd37; -webkit-box-shadow: 1px 1px 3px 2px #fcdd37; box-shadow: 1px 1px 3px 2px #fcdd37;">
Div content here</div>
This div box has shadow with color #fcdd37
Comments
No comments written yet.
Please login to write comment.