Color spaces of #f4dbff
RGB | 244 | 219 | 255 |
---|---|---|---|
HSL | 0.78 | 1.00 | 0.93 |
HSV | 282° | 14° | 100° |
CMYK | 0.04 | 0.14 | 0.00 0.00 |
XYZ | 80.6897 | 77.1161 | 105.2398 |
Yxy | 77.1161 | 0.3068 | 0.2932 |
Hunter Lab | 87.8158 | 10.3375 | -9.5830 |
CIE-Lab | 90.3750 | 14.9251 | -14.3388 |
#f4dbff color RGB value is (244,219,255).
#f4dbff hex color red value is 244, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4dbff hue: 0.78 , saturation: 1.00 and the lightness value of f4dbff is 0.93.
The process color (four color CMYK) of #f4dbff color hex is 0.04, 0.14, 0.00, 0.00. Web safe color of #f4dbff is #ffccff. Color #f4dbff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 11011011 | 11111111 |
Octal | 364 | 333 | 377 |
Decimal | 244 | 219 | 255 |
Hex | F4 | DB | FF |
Shades of #f4dbff
Tints of #f4dbff
RGB Percentages of Color #f4dbff
CMYK Percentages of Color #f4dbff
Complementary Color
#f4dbff | #e6ffdb |
#f4dbff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4dbff Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4dbff Color CSS Codes
.mybgcolor {background-color:#f4dbff; } .myforecolor {color:#f4dbff; } .mybordercolor {border:3px solid #f4dbff; }
#f4dbff Text Font Color
<p style="color:#f4dbff">Text here</p>
This sample text font color is #f4dbff
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.
#f4dbff Background Color
<div style="background-color:#f4dbff">
Div content here</div>
This div background color is #f4dbff
#f4dbff Border Color
<div style="border:3px solid #f4dbff">
Div here</div>
This div border color is #f4dbff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,219,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4dbff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4dbff; -webkit-box-shadow: 1px 1px 3px 2px #f4dbff; box-shadow: 1px 1px 3px 2px #f4dbff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,219,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4dbff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4dbff; -webkit-box-shadow: 1px 1px 3px 2px #f4dbff; box-shadow: 1px 1px 3px 2px #f4dbff;">
Div content here</div>
This div box has shadow with color #f4dbff
#f4dbff Color Palettes
Comments
No comments written yet.
Please login to write comment.