Color spaces of #fdd774
RGB | 253 | 215 | 116 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.72 |
HSV | 43° | 54° | 99° |
CMYK | 0.00 | 0.15 | 0.54 0.01 |
XYZ | 67.9608 | 70.7445 | 26.5961 |
Yxy | 70.7445 | 0.4111 | 0.4280 |
Hunter Lab | 84.1097 | -2.9638 | 40.1289 |
CIE-Lab | 87.3607 | 1.5851 | 53.1872 |
#fdd774 color RGB value is (253,215,116).
#fdd774 hex color red value is 253, green value is 215 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #fdd774 hue: 0.12 , saturation: 0.97 and the lightness value of fdd774 is 0.72.
The process color (four color CMYK) of #fdd774 color hex is 0.00, 0.15, 0.54, 0.01. Web safe color of #fdd774 is #ffcc66. Color #fdd774 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11010111 | 01110100 |
Octal | 375 | 327 | 164 |
Decimal | 253 | 215 | 116 |
Hex | FD | D7 | 74 |
Shades of #fdd774
Tints of #fdd774
RGB Percentages of Color #fdd774
CMYK Percentages of Color #fdd774
Complementary Color
#fdd774 | #749afd |
#fdd774 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd774 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd774 Color CSS Codes
.mybgcolor {background-color:#fdd774; } .myforecolor {color:#fdd774; } .mybordercolor {border:3px solid #fdd774; }
#fdd774 Text Font Color
<p style="color:#fdd774">Text here</p>
This sample text font color is #fdd774
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.
#fdd774 Background Color
<div style="background-color:#fdd774">
Div content here</div>
This div background color is #fdd774
#fdd774 Border Color
<div style="border:3px solid #fdd774">
Div here</div>
This div border color is #fdd774
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,215,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd774; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd774; -webkit-box-shadow: 1px 1px 3px 2px #fdd774; box-shadow: 1px 1px 3px 2px #fdd774; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,215,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdd774">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd774; -webkit-box-shadow: 1px 1px 3px 2px #fdd774; box-shadow: 1px 1px 3px 2px #fdd774;">
Div content here</div>
This div box has shadow with color #fdd774
#fdd774 Color Palettes
Comments
No comments written yet.
Please login to write comment.