Color spaces of #fdfd1e
RGB | 253 | 253 | 30 |
---|---|---|---|
HSL | 0.17 | 0.98 | 0.55 |
HSV | 60° | 88° | 99° |
CMYK | 0.00 | 0.00 | 0.88 0.01 |
XYZ | 75.8676 | 91.2269 | 14.8382 |
Yxy | 91.2269 | 0.4170 | 0.5014 |
Hunter Lab | 95.5128 | -25.3614 | 57.6481 |
CIE-Lab | 96.5034 | -21.1157 | 91.0504 |
#fdfd1e color RGB value is (253,253,30).
#fdfd1e hex color red value is 253, green value is 253 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fdfd1e hue: 0.17 , saturation: 0.98 and the lightness value of fdfd1e is 0.55.
The process color (four color CMYK) of #fdfd1e color hex is 0.00, 0.00, 0.88, 0.01. Web safe color of #fdfd1e is #ffff33. Color #fdfd1e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111101 | 00011110 |
Octal | 375 | 375 | 36 |
Decimal | 253 | 253 | 30 |
Hex | FD | FD | 1E |
Shades of #fdfd1e
Tints of #fdfd1e
RGB Percentages of Color #fdfd1e
CMYK Percentages of Color #fdfd1e
Complementary Color
#fdfd1e | #1e1efd |
#fdfd1e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfd1e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfd1e Color CSS Codes
.mybgcolor {background-color:#fdfd1e; } .myforecolor {color:#fdfd1e; } .mybordercolor {border:3px solid #fdfd1e; }
#fdfd1e Text Font Color
<p style="color:#fdfd1e">Text here</p>
This sample text font color is #fdfd1e
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.
#fdfd1e Background Color
<div style="background-color:#fdfd1e">
Div content here</div>
This div background color is #fdfd1e
#fdfd1e Border Color
<div style="border:3px solid #fdfd1e">
Div here</div>
This div border color is #fdfd1e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,253,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfd1e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfd1e; -webkit-box-shadow: 1px 1px 3px 2px #fdfd1e; box-shadow: 1px 1px 3px 2px #fdfd1e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,253,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 #fdfd1e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfd1e; -webkit-box-shadow: 1px 1px 3px 2px #fdfd1e; box-shadow: 1px 1px 3px 2px #fdfd1e;">
Div content here</div>
This div box has shadow with color #fdfd1e
Related Colors
Comments
No comments written yet.
Please login to write comment.