Color spaces of #fdedb9
RGB | 253 | 237 | 185 |
---|---|---|---|
HSL | 0.13 | 0.94 | 0.86 |
HSV | 46° | 27° | 99° |
CMYK | 0.00 | 0.06 | 0.27 0.01 |
XYZ | 79.5492 | 84.9538 | 58.1040 |
Yxy | 84.9538 | 0.3574 | 0.3816 |
Hunter Lab | 92.1704 | -7.2408 | 27.1430 |
CIE-Lab | 93.8632 | -2.3513 | 27.1965 |
#fdedb9 color RGB value is (253,237,185).
#fdedb9 hex color red value is 253, green value is 237 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fdedb9 hue: 0.13 , saturation: 0.94 and the lightness value of fdedb9 is 0.86.
The process color (four color CMYK) of #fdedb9 color hex is 0.00, 0.06, 0.27, 0.01. Web safe color of #fdedb9 is #ffffcc. Color #fdedb9 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101101 | 10111001 |
Octal | 375 | 355 | 271 |
Decimal | 253 | 237 | 185 |
Hex | FD | ED | B9 |
Shades of #fdedb9
Tints of #fdedb9
RGB Percentages of Color #fdedb9
CMYK Percentages of Color #fdedb9
Complementary Color
#fdedb9 | #b9c9fd |
#fdedb9 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdedb9 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdedb9 Color CSS Codes
.mybgcolor {background-color:#fdedb9; } .myforecolor {color:#fdedb9; } .mybordercolor {border:3px solid #fdedb9; }
#fdedb9 Text Font Color
<p style="color:#fdedb9">Text here</p>
This sample text font color is #fdedb9
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.
#fdedb9 Background Color
<div style="background-color:#fdedb9">
Div content here</div>
This div background color is #fdedb9
#fdedb9 Border Color
<div style="border:3px solid #fdedb9">
Div here</div>
This div border color is #fdedb9
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,237,185, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdedb9; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdedb9; -webkit-box-shadow: 1px 1px 3px 2px #fdedb9; box-shadow: 1px 1px 3px 2px #fdedb9; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,237,185, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdedb9">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdedb9; -webkit-box-shadow: 1px 1px 3px 2px #fdedb9; box-shadow: 1px 1px 3px 2px #fdedb9;">
Div content here</div>
This div box has shadow with color #fdedb9
Comments
No comments written yet.
Please login to write comment.