Color spaces of #fdff55
RGB | 253 | 255 | 85 |
---|---|---|---|
HSL | 0.17 | 1.00 | 0.67 |
HSV | 61° | 67° | 100° |
CMYK | 0.01 | 0.00 | 0.67 0.00 |
XYZ | 77.9077 | 93.0585 | 22.4502 |
Yxy | 93.0585 | 0.4028 | 0.4811 |
Hunter Lab | 96.4668 | -24.6584 | 53.7285 |
CIE-Lab | 97.2513 | -20.2190 | 77.1065 |
#fdff55 color RGB value is (253,255,85).
#fdff55 hex color red value is 253, green value is 255 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #fdff55 hue: 0.17 , saturation: 1.00 and the lightness value of fdff55 is 0.67.
The process color (four color CMYK) of #fdff55 color hex is 0.01, 0.00, 0.67, 0.00. Web safe color of #fdff55 is #ffff66. Color #fdff55 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111111 | 01010101 |
Octal | 375 | 377 | 125 |
Decimal | 253 | 255 | 85 |
Hex | FD | FF | 55 |
Shades of #fdff55
Tints of #fdff55
RGB Percentages of Color #fdff55
CMYK Percentages of Color #fdff55
Complementary Color
#fdff55 | #5755ff |
#fdff55 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdff55 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdff55 Color CSS Codes
.mybgcolor {background-color:#fdff55; } .myforecolor {color:#fdff55; } .mybordercolor {border:3px solid #fdff55; }
#fdff55 Text Font Color
<p style="color:#fdff55">Text here</p>
This sample text font color is #fdff55
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.
#fdff55 Background Color
<div style="background-color:#fdff55">
Div content here</div>
This div background color is #fdff55
#fdff55 Border Color
<div style="border:3px solid #fdff55">
Div here</div>
This div border color is #fdff55
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,255,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdff55; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdff55; -webkit-box-shadow: 1px 1px 3px 2px #fdff55; box-shadow: 1px 1px 3px 2px #fdff55; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,255,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdff55">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdff55; -webkit-box-shadow: 1px 1px 3px 2px #fdff55; box-shadow: 1px 1px 3px 2px #fdff55;">
Div content here</div>
This div box has shadow with color #fdff55
Related Colors
#fdff55 Color Palettes
Comments
No comments written yet.
Please login to write comment.