Color spaces of #f8effd
RGB | 248 | 239 | 253 |
---|---|---|---|
HSL | 0.77 | 0.78 | 0.96 |
HSV | 279° | 6° | 99° |
CMYK | 0.02 | 0.06 | 0.00 0.01 |
XYZ | 87.3075 | 88.7813 | 105.4634 |
Yxy | 88.7813 | 0.3101 | 0.3153 |
Hunter Lab | 94.2238 | 0.5058 | -0.4058 |
CIE-Lab | 95.4889 | 5.4868 | -5.6616 |
#f8effd color RGB value is (248,239,253).
#f8effd hex color red value is 248, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f8effd hue: 0.77 , saturation: 0.78 and the lightness value of f8effd is 0.96.
The process color (four color CMYK) of #f8effd color hex is 0.02, 0.06, 0.00, 0.01. Web safe color of #f8effd is #ffffff. Color #f8effd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11101111 | 11111101 |
Octal | 370 | 357 | 375 |
Decimal | 248 | 239 | 253 |
Hex | F8 | EF | FD |
Shades of #f8effd
Tints of #f8effd
RGB Percentages of Color #f8effd
CMYK Percentages of Color #f8effd
Complementary Color
#f8effd | #f4fdef |
#f8effd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8effd Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8effd Color CSS Codes
.mybgcolor {background-color:#f8effd; } .myforecolor {color:#f8effd; } .mybordercolor {border:3px solid #f8effd; }
#f8effd Text Font Color
<p style="color:#f8effd">Text here</p>
This sample text font color is #f8effd
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.
#f8effd Background Color
<div style="background-color:#f8effd">
Div content here</div>
This div background color is #f8effd
#f8effd Border Color
<div style="border:3px solid #f8effd">
Div here</div>
This div border color is #f8effd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,239,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8effd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8effd; -webkit-box-shadow: 1px 1px 3px 2px #f8effd; box-shadow: 1px 1px 3px 2px #f8effd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,239,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 #f8effd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8effd; -webkit-box-shadow: 1px 1px 3px 2px #f8effd; box-shadow: 1px 1px 3px 2px #f8effd;">
Div content here</div>
This div box has shadow with color #f8effd
Comments
No comments written yet.
Please login to write comment.