Color spaces of #fdfca0
RGB | 253 | 252 | 160 |
---|---|---|---|
HSL | 0.16 | 0.96 | 0.81 |
HSV | 59° | 37° | 99° |
CMYK | 0.00 | 0.00 | 0.37 0.01 |
XYZ | 81.6636 | 93.0415 | 46.9124 |
Yxy | 93.0415 | 0.3685 | 0.4198 |
Hunter Lab | 96.4580 | -17.6793 | 38.6849 |
CIE-Lab | 97.2444 | -12.7873 | 44.1926 |
#fdfca0 color RGB value is (253,252,160).
#fdfca0 hex color red value is 253, green value is 252 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fdfca0 hue: 0.16 , saturation: 0.96 and the lightness value of fdfca0 is 0.81.
The process color (four color CMYK) of #fdfca0 color hex is 0.00, 0.00, 0.37, 0.01. Web safe color of #fdfca0 is #ffff99. Color #fdfca0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11111100 | 10100000 |
Octal | 375 | 374 | 240 |
Decimal | 253 | 252 | 160 |
Hex | FD | FC | A0 |
Shades of #fdfca0
Tints of #fdfca0
RGB Percentages of Color #fdfca0
CMYK Percentages of Color #fdfca0
Complementary Color
#fdfca0 | #a0a1fd |
#fdfca0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fdfca0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fdfca0 Color CSS Codes
.mybgcolor {background-color:#fdfca0; } .myforecolor {color:#fdfca0; } .mybordercolor {border:3px solid #fdfca0; }
#fdfca0 Text Font Color
<p style="color:#fdfca0">Text here</p>
This sample text font color is #fdfca0
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.
#fdfca0 Background Color
<div style="background-color:#fdfca0">
Div content here</div>
This div background color is #fdfca0
#fdfca0 Border Color
<div style="border:3px solid #fdfca0">
Div here</div>
This div border color is #fdfca0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,252,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fdfca0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fdfca0; -webkit-box-shadow: 1px 1px 3px 2px #fdfca0; box-shadow: 1px 1px 3px 2px #fdfca0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,252,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fdfca0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fdfca0; -webkit-box-shadow: 1px 1px 3px 2px #fdfca0; box-shadow: 1px 1px 3px 2px #fdfca0;">
Div content here</div>
This div box has shadow with color #fdfca0
Comments
No comments written yet.
Please login to write comment.