Color spaces of #f8edfe
RGB | 248 | 237 | 254 |
---|---|---|---|
HSL | 0.77 | 0.89 | 0.96 |
HSV | 279° | 7° | 100° |
CMYK | 0.02 | 0.07 | 0.00 0.00 |
XYZ | 86.8850 | 87.6806 | 106.1106 |
Yxy | 87.6806 | 0.3096 | 0.3124 |
Hunter Lab | 93.6379 | 1.7607 | -1.6410 |
CIE-Lab | 95.0263 | 6.6958 | -6.8633 |
#f8edfe color RGB value is (248,237,254).
#f8edfe hex color red value is 248, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f8edfe hue: 0.77 , saturation: 0.89 and the lightness value of f8edfe is 0.96.
The process color (four color CMYK) of #f8edfe color hex is 0.02, 0.07, 0.00, 0.00. Web safe color of #f8edfe is #ffffff. Color #f8edfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111000 | 11101101 | 11111110 |
Octal | 370 | 355 | 376 |
Decimal | 248 | 237 | 254 |
Hex | F8 | ED | FE |
Shades of #f8edfe
Tints of #f8edfe
RGB Percentages of Color #f8edfe
CMYK Percentages of Color #f8edfe
Complementary Color
#f8edfe | #f3feed |
#f8edfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f8edfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#f8edfe Color CSS Codes
.mybgcolor {background-color:#f8edfe; } .myforecolor {color:#f8edfe; } .mybordercolor {border:3px solid #f8edfe; }
#f8edfe Text Font Color
<p style="color:#f8edfe">Text here</p>
This sample text font color is #f8edfe
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.
#f8edfe Background Color
<div style="background-color:#f8edfe">
Div content here</div>
This div background color is #f8edfe
#f8edfe Border Color
<div style="border:3px solid #f8edfe">
Div here</div>
This div border color is #f8edfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(248,237,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f8edfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f8edfe; -webkit-box-shadow: 1px 1px 3px 2px #f8edfe; box-shadow: 1px 1px 3px 2px #f8edfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(248,237,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 #f8edfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f8edfe; -webkit-box-shadow: 1px 1px 3px 2px #f8edfe; box-shadow: 1px 1px 3px 2px #f8edfe;">
Div content here</div>
This div box has shadow with color #f8edfe
Comments
No comments written yet.
Please login to write comment.