Color spaces of #fded2d
RGB | 253 | 237 | 45 |
---|---|---|---|
HSL | 0.15 | 0.98 | 0.58 |
HSV | 55° | 82° | 99° |
CMYK | 0.00 | 0.06 | 0.82 0.01 |
XYZ | 71.2659 | 81.6405 | 14.4847 |
Yxy | 81.6405 | 0.4257 | 0.4877 |
Hunter Lab | 90.3551 | -17.3330 | 53.7439 |
CIE-Lab | 92.4160 | -13.0711 | 84.8270 |
#fded2d color RGB value is (253,237,45).
#fded2d hex color red value is 253, green value is 237 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fded2d hue: 0.15 , saturation: 0.98 and the lightness value of fded2d is 0.58.
The process color (four color CMYK) of #fded2d color hex is 0.00, 0.06, 0.82, 0.01. Web safe color of #fded2d is #ffff33. Color #fded2d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101101 | 00101101 |
Octal | 375 | 355 | 55 |
Decimal | 253 | 237 | 45 |
Hex | FD | ED | 2D |
Shades of #fded2d
Tints of #fded2d
RGB Percentages of Color #fded2d
CMYK Percentages of Color #fded2d
Complementary Color
#fded2d | #2d3dfd |
#fded2d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fded2d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fded2d Color CSS Codes
.mybgcolor {background-color:#fded2d; } .myforecolor {color:#fded2d; } .mybordercolor {border:3px solid #fded2d; }
#fded2d Text Font Color
<p style="color:#fded2d">Text here</p>
This sample text font color is #fded2d
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.
#fded2d Background Color
<div style="background-color:#fded2d">
Div content here</div>
This div background color is #fded2d
#fded2d Border Color
<div style="border:3px solid #fded2d">
Div here</div>
This div border color is #fded2d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,237,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fded2d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fded2d; -webkit-box-shadow: 1px 1px 3px 2px #fded2d; box-shadow: 1px 1px 3px 2px #fded2d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,237,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fded2d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fded2d; -webkit-box-shadow: 1px 1px 3px 2px #fded2d; box-shadow: 1px 1px 3px 2px #fded2d;">
Div content here</div>
This div box has shadow with color #fded2d
Comments
No comments written yet.
Please login to write comment.