Color spaces of #f8fcde
RGB | 248 | 252 | 222 |
---|---|---|---|
HSL | 0.19 | 0.83 | 0.93 |
HSV | 68° | 12° | 99° |
CMYK | 0.02 | 0.00 | 0.12 0.01 |
XYZ | 86.7066 | 94.8512 | 82.8454 |
Yxy | 94.8512 | 0.3279 | 0.3587 |
Hunter Lab | 97.3916 | -11.5188 | 17.7395 |
CIE-Lab | 97.9739 | -6.3420 | 13.9214 |
#f8fcde color RGB value is (248,252,222).
#f8fcde hex color red value is 248, green value is 252 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f8fcde hue: 0.19 , saturation: 0.83 and the lightness value of f8fcde is 0.93.
The process color (four color CMYK) of #f8fcde color hex is 0.02, 0.00, 0.12, 0.01. Web safe color of #f8fcde is #ffffcc. Color #f8fcde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11111100 | 11011110 |
Octal | 370 | 374 | 336 |
Decimal | 248 | 252 | 222 |
Hex | F8 | FC | DE |
Shades of #f8fcde
Tints of #f8fcde
RGB Percentages of Color #f8fcde
CMYK Percentages of Color #f8fcde
Complementary Color
#f8fcde | #e2defc |
#f8fcde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8fcde Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8fcde Color CSS Codes
.mybgcolor {background-color:#f8fcde; } .myforecolor {color:#f8fcde; } .mybordercolor {border:3px solid #f8fcde; }
#f8fcde Text Font Color
<p style="color:#f8fcde">Text here</p>
This sample text font color is #f8fcde
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.
#f8fcde Background Color
<div style="background-color:#f8fcde">
Div content here</div>
This div background color is #f8fcde
#f8fcde Border Color
<div style="border:3px solid #f8fcde">
Div here</div>
This div border color is #f8fcde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,252,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8fcde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8fcde; -webkit-box-shadow: 1px 1px 3px 2px #f8fcde; box-shadow: 1px 1px 3px 2px #f8fcde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,252,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f8fcde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8fcde; -webkit-box-shadow: 1px 1px 3px 2px #f8fcde; box-shadow: 1px 1px 3px 2px #f8fcde;">
Div content here</div>
This div box has shadow with color #f8fcde
Comments
No comments written yet.
Please login to write comment.