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