Color spaces of #fdf0bc
RGB | 253 | 240 | 188 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.86 |
HSV | 48° | 26° | 99° |
CMYK | 0.00 | 0.05 | 0.26 0.01 |
XYZ | 80.7452 | 86.8337 | 60.0818 |
Yxy | 86.8337 | 0.3547 | 0.3814 |
Hunter Lab | 93.1846 | -8.4014 | 27.0013 |
CIE-Lab | 94.6677 | -3.4692 | 26.7634 |
#fdf0bc color RGB value is (253,240,188).
#fdf0bc hex color red value is 253, green value is 240 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fdf0bc hue: 0.13 , saturation: 0.94 and the lightness value of fdf0bc is 0.86.
The process color (four color CMYK) of #fdf0bc color hex is 0.00, 0.05, 0.26, 0.01. Web safe color of #fdf0bc is #ffffcc. Color #fdf0bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11110000 | 10111100 |
Octal | 375 | 360 | 274 |
Decimal | 253 | 240 | 188 |
Hex | FD | F0 | BC |
Shades of #fdf0bc
Tints of #fdf0bc
RGB Percentages of Color #fdf0bc
CMYK Percentages of Color #fdf0bc
Complementary Color
#fdf0bc | #bcc9fd |
#fdf0bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdf0bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdf0bc Color CSS Codes
.mybgcolor {background-color:#fdf0bc; } .myforecolor {color:#fdf0bc; } .mybordercolor {border:3px solid #fdf0bc; }
#fdf0bc Text Font Color
<p style="color:#fdf0bc">Text here</p>
This sample text font color is #fdf0bc
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.
#fdf0bc Background Color
<div style="background-color:#fdf0bc">
Div content here</div>
This div background color is #fdf0bc
#fdf0bc Border Color
<div style="border:3px solid #fdf0bc">
Div here</div>
This div border color is #fdf0bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,240,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdf0bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdf0bc; -webkit-box-shadow: 1px 1px 3px 2px #fdf0bc; box-shadow: 1px 1px 3px 2px #fdf0bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,240,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdf0bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdf0bc; -webkit-box-shadow: 1px 1px 3px 2px #fdf0bc; box-shadow: 1px 1px 3px 2px #fdf0bc;">
Div content here</div>
This div box has shadow with color #fdf0bc
#fdf0bc Color Palettes
Comments
No comments written yet.
Please login to write comment.