Color spaces of #ffc0ed
RGB | 255 | 192 | 237 |
---|---|---|---|
HSL | 0.88 | 1.00 | 0.88 |
HSV | 317° | 25° | 100° |
CMYK | 0.00 | 0.25 | 0.07 0.00 |
XYZ | 75.3757 | 65.0737 | 88.7085 |
Yxy | 65.0737 | 0.3289 | 0.2840 |
Hunter Lab | 80.6683 | 25.6193 | -8.7317 |
CIE-Lab | 84.5217 | 29.5249 | -13.4816 |
#ffc0ed color RGB value is (255,192,237).
#ffc0ed hex color red value is 255, green value is 192 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ffc0ed hue: 0.88 , saturation: 1.00 and the lightness value of ffc0ed is 0.88.
The process color (four color CMYK) of #ffc0ed color hex is 0.00, 0.25, 0.07, 0.00. Web safe color of #ffc0ed is #ffccff. Color #ffc0ed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000000 | 11101101 |
Octal | 377 | 300 | 355 |
Decimal | 255 | 192 | 237 |
Hex | FF | C0 | ED |
Shades of #ffc0ed
Tints of #ffc0ed
RGB Percentages of Color #ffc0ed
CMYK Percentages of Color #ffc0ed
Complementary Color
#ffc0ed | #c0ffd2 |
#ffc0ed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc0ed Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc0ed Color CSS Codes
.mybgcolor {background-color:#ffc0ed; } .myforecolor {color:#ffc0ed; } .mybordercolor {border:3px solid #ffc0ed; }
#ffc0ed Text Font Color
<p style="color:#ffc0ed">Text here</p>
This sample text font color is #ffc0ed
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.
#ffc0ed Background Color
<div style="background-color:#ffc0ed">
Div content here</div>
This div background color is #ffc0ed
#ffc0ed Border Color
<div style="border:3px solid #ffc0ed">
Div here</div>
This div border color is #ffc0ed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,192,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc0ed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc0ed; -webkit-box-shadow: 1px 1px 3px 2px #ffc0ed; box-shadow: 1px 1px 3px 2px #ffc0ed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,192,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 #ffc0ed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc0ed; -webkit-box-shadow: 1px 1px 3px 2px #ffc0ed; box-shadow: 1px 1px 3px 2px #ffc0ed;">
Div content here</div>
This div box has shadow with color #ffc0ed
Comments
No comments written yet.
Please login to write comment.