Color spaces of #fdc215
RGB | 253 | 194 | 21 |
---|---|---|---|
HSL | 0.12 | 0.98 | 0.54 |
HSV | 45° | 92° | 99° |
CMYK | 0.00 | 0.23 | 0.92 0.01 |
XYZ | 59.9352 | 59.5204 | 9.0391 |
Yxy | 59.5204 | 0.4664 | 0.4632 |
Hunter Lab | 77.1495 | 3.6600 | 47.0580 |
CIE-Lab | 81.5768 | 8.1739 | 80.9886 |
#fdc215 color RGB value is (253,194,21).
#fdc215 hex color red value is 253, green value is 194 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fdc215 hue: 0.12 , saturation: 0.98 and the lightness value of fdc215 is 0.54.
The process color (four color CMYK) of #fdc215 color hex is 0.00, 0.23, 0.92, 0.01. Web safe color of #fdc215 is #ffcc00. Color #fdc215 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000010 | 00010101 |
Octal | 375 | 302 | 25 |
Decimal | 253 | 194 | 21 |
Hex | FD | C2 | 15 |
Shades of #fdc215
Tints of #fdc215
RGB Percentages of Color #fdc215
CMYK Percentages of Color #fdc215
Complementary Color
#fdc215 | #1550fd |
#fdc215 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc215 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc215 Color CSS Codes
.mybgcolor {background-color:#fdc215; } .myforecolor {color:#fdc215; } .mybordercolor {border:3px solid #fdc215; }
#fdc215 Text Font Color
<p style="color:#fdc215">Text here</p>
This sample text font color is #fdc215
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.
#fdc215 Background Color
<div style="background-color:#fdc215">
Div content here</div>
This div background color is #fdc215
#fdc215 Border Color
<div style="border:3px solid #fdc215">
Div here</div>
This div border color is #fdc215
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,194,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc215; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc215; -webkit-box-shadow: 1px 1px 3px 2px #fdc215; box-shadow: 1px 1px 3px 2px #fdc215; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,194,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc215">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc215; -webkit-box-shadow: 1px 1px 3px 2px #fdc215; box-shadow: 1px 1px 3px 2px #fdc215;">
Div content here</div>
This div box has shadow with color #fdc215
Comments
No comments written yet.
Please login to write comment.