Color spaces of #f0fddb
RGB | 240 | 253 | 219 |
---|---|---|---|
HSL | 0.23 | 0.89 | 0.93 |
HSV | 83° | 13° | 99° |
CMYK | 0.05 | 0.00 | 0.13 0.01 |
XYZ | 83.8466 | 93.8903 | 80.7213 |
Yxy | 93.8903 | 0.3244 | 0.3633 |
Hunter Lab | 96.8970 | -15.1107 | 18.4356 |
CIE-Lab | 97.5878 | -10.0689 | 14.8295 |
#f0fddb color RGB value is (240,253,219).
#f0fddb hex color red value is 240, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f0fddb hue: 0.23 , saturation: 0.89 and the lightness value of f0fddb is 0.93.
The process color (four color CMYK) of #f0fddb color hex is 0.05, 0.00, 0.13, 0.01. Web safe color of #f0fddb is #ffffcc. Color #f0fddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 11111101 | 11011011 |
Octal | 360 | 375 | 333 |
Decimal | 240 | 253 | 219 |
Hex | F0 | FD | DB |
Shades of #f0fddb
Tints of #f0fddb
RGB Percentages of Color #f0fddb
CMYK Percentages of Color #f0fddb
Complementary Color
#f0fddb | #e8dbfd |
#f0fddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0fddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0fddb Color CSS Codes
.mybgcolor {background-color:#f0fddb; } .myforecolor {color:#f0fddb; } .mybordercolor {border:3px solid #f0fddb; }
#f0fddb Text Font Color
<p style="color:#f0fddb">Text here</p>
This sample text font color is #f0fddb
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.
#f0fddb Background Color
<div style="background-color:#f0fddb">
Div content here</div>
This div background color is #f0fddb
#f0fddb Border Color
<div style="border:3px solid #f0fddb">
Div here</div>
This div border color is #f0fddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,253,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0fddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0fddb; -webkit-box-shadow: 1px 1px 3px 2px #f0fddb; box-shadow: 1px 1px 3px 2px #f0fddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,253,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0fddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0fddb; -webkit-box-shadow: 1px 1px 3px 2px #f0fddb; box-shadow: 1px 1px 3px 2px #f0fddb;">
Div content here</div>
This div box has shadow with color #f0fddb
Related Colors
Comments
No comments written yet.
Please login to write comment.