Color spaces of #f47ede
RGB | 244 | 126 | 222 |
---|---|---|---|
HSL | 0.86 | 0.84 | 0.73 |
HSV | 311° | 48° | 96° |
CMYK | 0.00 | 0.48 | 0.09 0.04 |
XYZ | 57.9539 | 39.4287 | 73.6632 |
Yxy | 39.4287 | 0.3388 | 0.2305 |
Hunter Lab | 62.7923 | 54.8594 | -25.6000 |
CIE-Lab | 69.0607 | 57.3451 | -28.9177 |
#f47ede color RGB value is (244,126,222).
#f47ede hex color red value is 244, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f47ede hue: 0.86 , saturation: 0.84 and the lightness value of f47ede is 0.73.
The process color (four color CMYK) of #f47ede color hex is 0.00, 0.48, 0.09, 0.04. Web safe color of #f47ede is #ff66cc. Color #f47ede contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 01111110 | 11011110 |
Octal | 364 | 176 | 336 |
Decimal | 244 | 126 | 222 |
Hex | F4 | 7E | DE |
Shades of #f47ede
Tints of #f47ede
RGB Percentages of Color #f47ede
CMYK Percentages of Color #f47ede
Complementary Color
#f47ede | #7ef494 |
#f47ede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f47ede Color Preview on White Background
Lorem ipsum dolor sit amet.
#f47ede Color CSS Codes
.mybgcolor {background-color:#f47ede; } .myforecolor {color:#f47ede; } .mybordercolor {border:3px solid #f47ede; }
#f47ede Text Font Color
<p style="color:#f47ede">Text here</p>
This sample text font color is #f47ede
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.
#f47ede Background Color
<div style="background-color:#f47ede">
Div content here</div>
This div background color is #f47ede
#f47ede Border Color
<div style="border:3px solid #f47ede">
Div here</div>
This div border color is #f47ede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,126,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f47ede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f47ede; -webkit-box-shadow: 1px 1px 3px 2px #f47ede; box-shadow: 1px 1px 3px 2px #f47ede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,126,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f47ede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f47ede; -webkit-box-shadow: 1px 1px 3px 2px #f47ede; box-shadow: 1px 1px 3px 2px #f47ede;">
Div content here</div>
This div box has shadow with color #f47ede
Comments
No comments written yet.
Please login to write comment.