Color spaces of #fcfdef
RGB | 252 | 253 | 239 |
---|---|---|---|
HSL | 0.18 | 0.78 | 0.96 |
HSV | 64° | 6° | 99° |
CMYK | 0.00 | 0.00 | 0.06 0.01 |
XYZ | 90.8502 | 97.1780 | 95.6303 |
Yxy | 97.1780 | 0.3203 | 0.3426 |
Hunter Lab | 98.5789 | -8.0077 | 11.4887 |
CIE-Lab | 98.8984 | -2.7219 | 6.5685 |
#fcfdef color RGB value is (252,253,239).
#fcfdef hex color red value is 252, green value is 253 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fcfdef hue: 0.18 , saturation: 0.78 and the lightness value of fcfdef is 0.96.
The process color (four color CMYK) of #fcfdef color hex is 0.00, 0.00, 0.06, 0.01. Web safe color of #fcfdef is #ffffff. Color #fcfdef contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11111101 | 11101111 |
Octal | 374 | 375 | 357 |
Decimal | 252 | 253 | 239 |
Hex | FC | FD | EF |
Shades of #fcfdef
Tints of #fcfdef
RGB Percentages of Color #fcfdef
CMYK Percentages of Color #fcfdef
Complementary Color
#fcfdef | #f0effd |
#fcfdef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcfdef Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcfdef Color CSS Codes
.mybgcolor {background-color:#fcfdef; } .myforecolor {color:#fcfdef; } .mybordercolor {border:3px solid #fcfdef; }
#fcfdef Text Font Color
<p style="color:#fcfdef">Text here</p>
This sample text font color is #fcfdef
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.
#fcfdef Background Color
<div style="background-color:#fcfdef">
Div content here</div>
This div background color is #fcfdef
#fcfdef Border Color
<div style="border:3px solid #fcfdef">
Div here</div>
This div border color is #fcfdef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,253,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcfdef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcfdef; -webkit-box-shadow: 1px 1px 3px 2px #fcfdef; box-shadow: 1px 1px 3px 2px #fcfdef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,253,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcfdef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcfdef; -webkit-box-shadow: 1px 1px 3px 2px #fcfdef; box-shadow: 1px 1px 3px 2px #fcfdef;">
Div content here</div>
This div box has shadow with color #fcfdef
Related Colors
Comments
No comments written yet.
Please login to write comment.