Color spaces of #fdc58e
RGB | 253 | 197 | 142 |
---|---|---|---|
HSL | 0.08 | 0.97 | 0.77 |
HSV | 30° | 44° | 99° |
CMYK | 0.00 | 0.22 | 0.44 0.01 |
XYZ | 65.3568 | 62.7681 | 34.2620 |
Yxy | 62.7681 | 0.4025 | 0.3865 |
Hunter Lab | 79.2263 | 8.6054 | 29.8180 |
CIE-Lab | 83.3202 | 13.2162 | 35.2077 |
#fdc58e color RGB value is (253,197,142).
#fdc58e hex color red value is 253, green value is 197 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fdc58e hue: 0.08 , saturation: 0.97 and the lightness value of fdc58e is 0.77.
The process color (four color CMYK) of #fdc58e color hex is 0.00, 0.22, 0.44, 0.01. Web safe color of #fdc58e is #ffcc99. Color #fdc58e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000101 | 10001110 |
Octal | 375 | 305 | 216 |
Decimal | 253 | 197 | 142 |
Hex | FD | C5 | 8E |
Shades of #fdc58e
Tints of #fdc58e
RGB Percentages of Color #fdc58e
CMYK Percentages of Color #fdc58e
Complementary Color
#fdc58e | #8ec6fd |
#fdc58e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc58e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc58e Color CSS Codes
.mybgcolor {background-color:#fdc58e; } .myforecolor {color:#fdc58e; } .mybordercolor {border:3px solid #fdc58e; }
#fdc58e Text Font Color
<p style="color:#fdc58e">Text here</p>
This sample text font color is #fdc58e
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.
#fdc58e Background Color
<div style="background-color:#fdc58e">
Div content here</div>
This div background color is #fdc58e
#fdc58e Border Color
<div style="border:3px solid #fdc58e">
Div here</div>
This div border color is #fdc58e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,197,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc58e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc58e; -webkit-box-shadow: 1px 1px 3px 2px #fdc58e; box-shadow: 1px 1px 3px 2px #fdc58e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,197,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc58e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc58e; -webkit-box-shadow: 1px 1px 3px 2px #fdc58e; box-shadow: 1px 1px 3px 2px #fdc58e;">
Div content here</div>
This div box has shadow with color #fdc58e
Related Colors
Comments
No comments written yet.
Please login to write comment.