Color spaces of #f09eed
RGB | 240 | 158 | 237 |
---|---|---|---|
HSL | 0.84 | 0.73 | 0.78 |
HSV | 302° | 34° | 94° |
CMYK | 0.00 | 0.34 | 0.01 0.06 |
XYZ | 63.4481 | 49.0934 | 86.2527 |
Yxy | 49.0934 | 0.3192 | 0.2470 |
Hunter Lab | 70.0667 | 39.0220 | -23.9398 |
CIE-Lab | 75.5094 | 42.5448 | -27.2802 |
#f09eed color RGB value is (240,158,237).
#f09eed hex color red value is 240, green value is 158 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f09eed hue: 0.84 , saturation: 0.73 and the lightness value of f09eed is 0.78.
The process color (four color CMYK) of #f09eed color hex is 0.00, 0.34, 0.01, 0.06. Web safe color of #f09eed is #ff99ff. Color #f09eed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110000 | 10011110 | 11101101 |
Octal | 360 | 236 | 355 |
Decimal | 240 | 158 | 237 |
Hex | F0 | 9E | ED |
Shades of #f09eed
Tints of #f09eed
RGB Percentages of Color #f09eed
CMYK Percentages of Color #f09eed
Complementary Color
#f09eed | #9ef0a1 |
#f09eed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f09eed Color Preview on White Background
Lorem ipsum dolor sit amet.
#f09eed Color CSS Codes
.mybgcolor {background-color:#f09eed; } .myforecolor {color:#f09eed; } .mybordercolor {border:3px solid #f09eed; }
#f09eed Text Font Color
<p style="color:#f09eed">Text here</p>
This sample text font color is #f09eed
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.
#f09eed Background Color
<div style="background-color:#f09eed">
Div content here</div>
This div background color is #f09eed
#f09eed Border Color
<div style="border:3px solid #f09eed">
Div here</div>
This div border color is #f09eed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(240,158,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f09eed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f09eed; -webkit-box-shadow: 1px 1px 3px 2px #f09eed; box-shadow: 1px 1px 3px 2px #f09eed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(240,158,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 #f09eed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f09eed; -webkit-box-shadow: 1px 1px 3px 2px #f09eed; box-shadow: 1px 1px 3px 2px #f09eed;">
Div content here</div>
This div box has shadow with color #f09eed
Comments
No comments written yet.
Please login to write comment.