Color spaces of #f0eaed
RGB | 240 | 234 | 237 |
---|---|---|---|
HSL | 0.92 | 0.17 | 0.93 |
HSV | 330° | 3° | 94° |
CMYK | 0.00 | 0.03 | 0.01 0.06 |
XYZ | 80.6441 | 83.4853 | 91.9846 |
Yxy | 83.4853 | 0.3149 | 0.3260 |
Hunter Lab | 91.3703 | -2.3526 | 4.2706 |
CIE-Lab | 93.2265 | 2.5451 | -0.7451 |
#f0eaed color RGB value is (240,234,237).
#f0eaed hex color red value is 240, green value is 234 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f0eaed hue: 0.92 , saturation: 0.17 and the lightness value of f0eaed is 0.93.
The process color (four color CMYK) of #f0eaed color hex is 0.00, 0.03, 0.01, 0.06. Web safe color of #f0eaed is #ffffff. Color #f0eaed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 11101010 | 11101101 |
Octal | 360 | 352 | 355 |
Decimal | 240 | 234 | 237 |
Hex | F0 | EA | ED |
Shades of #f0eaed
Tints of #f0eaed
RGB Percentages of Color #f0eaed
CMYK Percentages of Color #f0eaed
Complementary Color
#f0eaed | #eaf0ed |
#f0eaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f0eaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#f0eaed Color CSS Codes
.mybgcolor {background-color:#f0eaed; } .myforecolor {color:#f0eaed; } .mybordercolor {border:3px solid #f0eaed; }
#f0eaed Text Font Color
<p style="color:#f0eaed">Text here</p>
This sample text font color is #f0eaed
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.
#f0eaed Background Color
<div style="background-color:#f0eaed">
Div content here</div>
This div background color is #f0eaed
#f0eaed Border Color
<div style="border:3px solid #f0eaed">
Div here</div>
This div border color is #f0eaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,234,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f0eaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f0eaed; -webkit-box-shadow: 1px 1px 3px 2px #f0eaed; box-shadow: 1px 1px 3px 2px #f0eaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,234,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f0eaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f0eaed; -webkit-box-shadow: 1px 1px 3px 2px #f0eaed; box-shadow: 1px 1px 3px 2px #f0eaed;">
Div content here</div>
This div box has shadow with color #f0eaed
Comments
No comments written yet.
Please login to write comment.