Color spaces of #f57ede
RGB | 245 | 126 | 222 |
---|---|---|---|
HSL | 0.87 | 0.86 | 0.73 |
HSV | 312° | 49° | 96° |
CMYK | 0.00 | 0.49 | 0.09 0.04 |
XYZ | 58.3019 | 39.6081 | 73.6795 |
Yxy | 39.6081 | 0.3398 | 0.2308 |
Hunter Lab | 62.9350 | 55.2232 | -25.3578 |
CIE-Lab | 69.1895 | 57.6368 | -28.7085 |
#f57ede color RGB value is (245,126,222).
#f57ede hex color red value is 245, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f57ede hue: 0.87 , saturation: 0.86 and the lightness value of f57ede is 0.73.
The process color (four color CMYK) of #f57ede color hex is 0.00, 0.49, 0.09, 0.04. Web safe color of #f57ede is #ff66cc. Color #f57ede contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 01111110 | 11011110 |
Octal | 365 | 176 | 336 |
Decimal | 245 | 126 | 222 |
Hex | F5 | 7E | DE |
Shades of #f57ede
Tints of #f57ede
RGB Percentages of Color #f57ede
CMYK Percentages of Color #f57ede
Complementary Color
#f57ede | #7ef595 |
#f57ede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f57ede Color Preview on White Background
Lorem ipsum dolor sit amet.
#f57ede Color CSS Codes
.mybgcolor {background-color:#f57ede; } .myforecolor {color:#f57ede; } .mybordercolor {border:3px solid #f57ede; }
#f57ede Text Font Color
<p style="color:#f57ede">Text here</p>
This sample text font color is #f57ede
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.
#f57ede Background Color
<div style="background-color:#f57ede">
Div content here</div>
This div background color is #f57ede
#f57ede Border Color
<div style="border:3px solid #f57ede">
Div here</div>
This div border color is #f57ede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(245,126,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f57ede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f57ede; -webkit-box-shadow: 1px 1px 3px 2px #f57ede; box-shadow: 1px 1px 3px 2px #f57ede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(245,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 #f57ede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f57ede; -webkit-box-shadow: 1px 1px 3px 2px #f57ede; box-shadow: 1px 1px 3px 2px #f57ede;">
Div content here</div>
This div box has shadow with color #f57ede
Comments
No comments written yet.
Please login to write comment.