Color spaces of #fdd59e
RGB | 253 | 213 | 158 |
---|---|---|---|
HSL | 0.10 | 0.96 | 0.81 |
HSV | 35° | 38° | 99° |
CMYK | 0.00 | 0.16 | 0.38 0.01 |
XYZ | 70.4738 | 70.9398 | 42.3261 |
Yxy | 70.9398 | 0.3836 | 0.3861 |
Hunter Lab | 84.2258 | 1.9603 | 29.1629 |
CIE-Lab | 87.4558 | 6.6199 | 32.4079 |
#fdd59e color RGB value is (253,213,158).
#fdd59e hex color red value is 253, green value is 213 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fdd59e hue: 0.10 , saturation: 0.96 and the lightness value of fdd59e is 0.81.
The process color (four color CMYK) of #fdd59e color hex is 0.00, 0.16, 0.38, 0.01. Web safe color of #fdd59e is #ffcc99. Color #fdd59e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11010101 | 10011110 |
Octal | 375 | 325 | 236 |
Decimal | 253 | 213 | 158 |
Hex | FD | D5 | 9E |
Shades of #fdd59e
Tints of #fdd59e
RGB Percentages of Color #fdd59e
CMYK Percentages of Color #fdd59e
Complementary Color
#fdd59e | #9ec6fd |
#fdd59e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdd59e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdd59e Color CSS Codes
.mybgcolor {background-color:#fdd59e; } .myforecolor {color:#fdd59e; } .mybordercolor {border:3px solid #fdd59e; }
#fdd59e Text Font Color
<p style="color:#fdd59e">Text here</p>
This sample text font color is #fdd59e
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.
#fdd59e Background Color
<div style="background-color:#fdd59e">
Div content here</div>
This div background color is #fdd59e
#fdd59e Border Color
<div style="border:3px solid #fdd59e">
Div here</div>
This div border color is #fdd59e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,213,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdd59e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdd59e; -webkit-box-shadow: 1px 1px 3px 2px #fdd59e; box-shadow: 1px 1px 3px 2px #fdd59e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,213,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdd59e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdd59e; -webkit-box-shadow: 1px 1px 3px 2px #fdd59e; box-shadow: 1px 1px 3px 2px #fdd59e;">
Div content here</div>
This div box has shadow with color #fdd59e
Comments
No comments written yet.
Please login to write comment.