Color spaces of #fddc7a
RGB | 253 | 220 | 122 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.74 |
HSV | 45° | 52° | 99° |
CMYK | 0.00 | 0.13 | 0.52 0.01 |
XYZ | 69.6141 | 73.4742 | 28.9252 |
Yxy | 73.4742 | 0.4047 | 0.4271 |
Hunter Lab | 85.7171 | -5.0383 | 39.9946 |
CIE-Lab | 88.6734 | -0.4763 | 51.9026 |
#fddc7a color RGB value is (253,220,122).
#fddc7a hex color red value is 253, green value is 220 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fddc7a hue: 0.12 , saturation: 0.97 and the lightness value of fddc7a is 0.74.
The process color (four color CMYK) of #fddc7a color hex is 0.00, 0.13, 0.52, 0.01. Web safe color of #fddc7a is #ffcc66. Color #fddc7a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011100 | 01111010 |
Octal | 375 | 334 | 172 |
Decimal | 253 | 220 | 122 |
Hex | FD | DC | 7A |
Shades of #fddc7a
Tints of #fddc7a
RGB Percentages of Color #fddc7a
CMYK Percentages of Color #fddc7a
Complementary Color
#fddc7a | #7a9bfd |
#fddc7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddc7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddc7a Color CSS Codes
.mybgcolor {background-color:#fddc7a; } .myforecolor {color:#fddc7a; } .mybordercolor {border:3px solid #fddc7a; }
#fddc7a Text Font Color
<p style="color:#fddc7a">Text here</p>
This sample text font color is #fddc7a
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.
#fddc7a Background Color
<div style="background-color:#fddc7a">
Div content here</div>
This div background color is #fddc7a
#fddc7a Border Color
<div style="border:3px solid #fddc7a">
Div here</div>
This div border color is #fddc7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,220,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddc7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddc7a; -webkit-box-shadow: 1px 1px 3px 2px #fddc7a; box-shadow: 1px 1px 3px 2px #fddc7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,220,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddc7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddc7a; -webkit-box-shadow: 1px 1px 3px 2px #fddc7a; box-shadow: 1px 1px 3px 2px #fddc7a;">
Div content here</div>
This div box has shadow with color #fddc7a
Comments
No comments written yet.
Please login to write comment.