Color spaces of #fdd577
RGB | 253 | 213 | 119 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.73 |
HSV | 42° | 53° | 99° |
CMYK | 0.00 | 0.16 | 0.53 0.01 |
XYZ | 67.6320 | 69.8031 | 27.3615 |
Yxy | 69.8031 | 0.4104 | 0.4236 |
Hunter Lab | 83.5482 | -1.7143 | 39.0667 |
CIE-Lab | 86.9002 | 2.8480 | 51.2053 |
#fdd577 color RGB value is (253,213,119).
#fdd577 hex color red value is 253, green value is 213 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #fdd577 hue: 0.12 , saturation: 0.97 and the lightness value of fdd577 is 0.73.
The process color (four color CMYK) of #fdd577 color hex is 0.00, 0.16, 0.53, 0.01. Web safe color of #fdd577 is #ffcc66. Color #fdd577 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11010101 | 01110111 |
Octal | 375 | 325 | 167 |
Decimal | 253 | 213 | 119 |
Hex | FD | D5 | 77 |
Shades of #fdd577
Tints of #fdd577
RGB Percentages of Color #fdd577
CMYK Percentages of Color #fdd577
Complementary Color
#fdd577 | #779ffd |
#fdd577 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd577 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd577 Color CSS Codes
.mybgcolor {background-color:#fdd577; } .myforecolor {color:#fdd577; } .mybordercolor {border:3px solid #fdd577; }
#fdd577 Text Font Color
<p style="color:#fdd577">Text here</p>
This sample text font color is #fdd577
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.
#fdd577 Background Color
<div style="background-color:#fdd577">
Div content here</div>
This div background color is #fdd577
#fdd577 Border Color
<div style="border:3px solid #fdd577">
Div here</div>
This div border color is #fdd577
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,213,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd577; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd577; -webkit-box-shadow: 1px 1px 3px 2px #fdd577; box-shadow: 1px 1px 3px 2px #fdd577; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,213,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdd577">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd577; -webkit-box-shadow: 1px 1px 3px 2px #fdd577; box-shadow: 1px 1px 3px 2px #fdd577;">
Div content here</div>
This div box has shadow with color #fdd577
Comments
No comments written yet.
Please login to write comment.