Color spaces of #f1dafe
RGB | 241 | 218 | 254 |
---|---|---|---|
HSL | 0.77 | 0.95 | 0.93 |
HSV | 278° | 14° | 100° |
CMYK | 0.05 | 0.14 | 0.00 0.00 |
XYZ | 79.2364 | 75.9993 | 104.2591 |
Yxy | 75.9993 | 0.3053 | 0.2929 |
Hunter Lab | 87.1776 | 9.6793 | -9.8829 |
CIE-Lab | 89.8590 | 14.2897 | -14.6123 |
#f1dafe color RGB value is (241,218,254).
#f1dafe hex color red value is 241, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f1dafe hue: 0.77 , saturation: 0.95 and the lightness value of f1dafe is 0.93.
The process color (four color CMYK) of #f1dafe color hex is 0.05, 0.14, 0.00, 0.00. Web safe color of #f1dafe is #ffccff. Color #f1dafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110001 | 11011010 | 11111110 |
Octal | 361 | 332 | 376 |
Decimal | 241 | 218 | 254 |
Hex | F1 | DA | FE |
Shades of #f1dafe
Tints of #f1dafe
RGB Percentages of Color #f1dafe
CMYK Percentages of Color #f1dafe
Complementary Color
#f1dafe | #e7feda |
#f1dafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f1dafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f1dafe Color CSS Codes
.mybgcolor {background-color:#f1dafe; } .myforecolor {color:#f1dafe; } .mybordercolor {border:3px solid #f1dafe; }
#f1dafe Text Font Color
<p style="color:#f1dafe">Text here</p>
This sample text font color is #f1dafe
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.
#f1dafe Background Color
<div style="background-color:#f1dafe">
Div content here</div>
This div background color is #f1dafe
#f1dafe Border Color
<div style="border:3px solid #f1dafe">
Div here</div>
This div border color is #f1dafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(241,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f1dafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f1dafe; -webkit-box-shadow: 1px 1px 3px 2px #f1dafe; box-shadow: 1px 1px 3px 2px #f1dafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(241,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f1dafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f1dafe; -webkit-box-shadow: 1px 1px 3px 2px #f1dafe; box-shadow: 1px 1px 3px 2px #f1dafe;">
Div content here</div>
This div box has shadow with color #f1dafe
Comments
No comments written yet.
Please login to write comment.