Color spaces of #fdecaa
RGB | 253 | 236 | 170 |
---|---|---|---|
HSL | 0.13 | 0.95 | 0.83 |
HSV | 48° | 33° | 99° |
CMYK | 0.00 | 0.07 | 0.33 0.01 |
XYZ | 77.7592 | 83.7758 | 50.1022 |
Yxy | 83.7758 | 0.3674 | 0.3958 |
Hunter Lab | 91.5291 | -8.5300 | 31.6156 |
CIE-Lab | 93.3530 | -3.7135 | 34.1344 |
#fdecaa color RGB value is (253,236,170).
#fdecaa hex color red value is 253, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fdecaa hue: 0.13 , saturation: 0.95 and the lightness value of fdecaa is 0.83.
The process color (four color CMYK) of #fdecaa color hex is 0.00, 0.07, 0.33, 0.01. Web safe color of #fdecaa is #ffff99. Color #fdecaa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11101100 | 10101010 |
Octal | 375 | 354 | 252 |
Decimal | 253 | 236 | 170 |
Hex | FD | EC | AA |
Shades of #fdecaa
Tints of #fdecaa
RGB Percentages of Color #fdecaa
CMYK Percentages of Color #fdecaa
Complementary Color
#fdecaa | #aabbfd |
#fdecaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdecaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdecaa Color CSS Codes
.mybgcolor {background-color:#fdecaa; } .myforecolor {color:#fdecaa; } .mybordercolor {border:3px solid #fdecaa; }
#fdecaa Text Font Color
<p style="color:#fdecaa">Text here</p>
This sample text font color is #fdecaa
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.
#fdecaa Background Color
<div style="background-color:#fdecaa">
Div content here</div>
This div background color is #fdecaa
#fdecaa Border Color
<div style="border:3px solid #fdecaa">
Div here</div>
This div border color is #fdecaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,236,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdecaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdecaa; -webkit-box-shadow: 1px 1px 3px 2px #fdecaa; box-shadow: 1px 1px 3px 2px #fdecaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,236,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdecaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdecaa; -webkit-box-shadow: 1px 1px 3px 2px #fdecaa; box-shadow: 1px 1px 3px 2px #fdecaa;">
Div content here</div>
This div box has shadow with color #fdecaa
Comments
No comments written yet.
Please login to write comment.