Color spaces of #fdc09d
RGB | 253 | 192 | 157 |
---|---|---|---|
HSL | 0.06 | 0.96 | 0.80 |
HSV | 22° | 38° | 99° |
CMYK | 0.00 | 0.24 | 0.38 0.01 |
XYZ | 65.4435 | 61.0162 | 40.2264 |
Yxy | 61.0162 | 0.3926 | 0.3661 |
Hunter Lab | 78.1129 | 12.8510 | 24.1460 |
CIE-Lab | 82.3875 | 17.4317 | 26.1241 |
#fdc09d color RGB value is (253,192,157).
#fdc09d hex color red value is 253, green value is 192 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fdc09d hue: 0.06 , saturation: 0.96 and the lightness value of fdc09d is 0.80.
The process color (four color CMYK) of #fdc09d color hex is 0.00, 0.24, 0.38, 0.01. Web safe color of #fdc09d is #ffcc99. Color #fdc09d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11000000 | 10011101 |
Octal | 375 | 300 | 235 |
Decimal | 253 | 192 | 157 |
Hex | FD | C0 | 9D |
Shades of #fdc09d
Tints of #fdc09d
RGB Percentages of Color #fdc09d
CMYK Percentages of Color #fdc09d
Complementary Color
#fdc09d | #9ddafd |
#fdc09d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdc09d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdc09d Color CSS Codes
.mybgcolor {background-color:#fdc09d; } .myforecolor {color:#fdc09d; } .mybordercolor {border:3px solid #fdc09d; }
#fdc09d Text Font Color
<p style="color:#fdc09d">Text here</p>
This sample text font color is #fdc09d
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.
#fdc09d Background Color
<div style="background-color:#fdc09d">
Div content here</div>
This div background color is #fdc09d
#fdc09d Border Color
<div style="border:3px solid #fdc09d">
Div here</div>
This div border color is #fdc09d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,192,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdc09d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdc09d; -webkit-box-shadow: 1px 1px 3px 2px #fdc09d; box-shadow: 1px 1px 3px 2px #fdc09d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,192,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdc09d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdc09d; -webkit-box-shadow: 1px 1px 3px 2px #fdc09d; box-shadow: 1px 1px 3px 2px #fdc09d;">
Div content here</div>
This div box has shadow with color #fdc09d
Comments
No comments written yet.
Please login to write comment.