Color spaces of #f45eec
RGB | 244 | 94 | 236 |
---|---|---|---|
HSL | 0.84 | 0.87 | 0.66 |
HSV | 303° | 61° | 96° |
CMYK | 0.00 | 0.61 | 0.03 0.04 |
XYZ | 56.4513 | 33.2946 | 82.8081 |
Yxy | 33.2946 | 0.3272 | 0.1930 |
Hunter Lab | 57.7015 | 73.6550 | -44.6968 |
CIE-Lab | 64.3987 | 73.7432 | -43.9395 |
#f45eec color RGB value is (244,94,236).
#f45eec hex color red value is 244, green value is 94 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f45eec hue: 0.84 , saturation: 0.87 and the lightness value of f45eec is 0.66.
The process color (four color CMYK) of #f45eec color hex is 0.00, 0.61, 0.03, 0.04. Web safe color of #f45eec is #ff66ff. Color #f45eec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01011110 | 11101100 |
Octal | 364 | 136 | 354 |
Decimal | 244 | 94 | 236 |
Hex | F4 | 5E | EC |
Shades of #f45eec
Tints of #f45eec
RGB Percentages of Color #f45eec
CMYK Percentages of Color #f45eec
Complementary Color
#f45eec | #5ef466 |
#f45eec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f45eec Color Preview on White Background
Lorem ipsum dolor sit amet.
#f45eec Color CSS Codes
.mybgcolor {background-color:#f45eec; } .myforecolor {color:#f45eec; } .mybordercolor {border:3px solid #f45eec; }
#f45eec Text Font Color
<p style="color:#f45eec">Text here</p>
This sample text font color is #f45eec
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.
#f45eec Background Color
<div style="background-color:#f45eec">
Div content here</div>
This div background color is #f45eec
#f45eec Border Color
<div style="border:3px solid #f45eec">
Div here</div>
This div border color is #f45eec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,94,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f45eec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f45eec; -webkit-box-shadow: 1px 1px 3px 2px #f45eec; box-shadow: 1px 1px 3px 2px #f45eec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,94,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f45eec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f45eec; -webkit-box-shadow: 1px 1px 3px 2px #f45eec; box-shadow: 1px 1px 3px 2px #f45eec;">
Div content here</div>
This div box has shadow with color #f45eec
Comments
No comments written yet.
Please login to write comment.