Color spaces of #ffc9eb
RGB | 255 | 201 | 235 |
---|---|---|---|
HSL | 0.90 | 1.00 | 0.89 |
HSV | 322° | 21° | 100° |
CMYK | 0.00 | 0.21 | 0.08 0.00 |
XYZ | 77.1220 | 69.0314 | 87.8569 |
Yxy | 69.0314 | 0.3296 | 0.2950 |
Hunter Lab | 83.0851 | 20.2898 | -4.5356 |
CIE-Lab | 86.5196 | 24.4602 | -9.4373 |
#ffc9eb color RGB value is (255,201,235).
#ffc9eb hex color red value is 255, green value is 201 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ffc9eb hue: 0.90 , saturation: 1.00 and the lightness value of ffc9eb is 0.89.
The process color (four color CMYK) of #ffc9eb color hex is 0.00, 0.21, 0.08, 0.00. Web safe color of #ffc9eb is #ffccff. Color #ffc9eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11001001 | 11101011 |
Octal | 377 | 311 | 353 |
Decimal | 255 | 201 | 235 |
Hex | FF | C9 | EB |
Shades of #ffc9eb
Tints of #ffc9eb
RGB Percentages of Color #ffc9eb
CMYK Percentages of Color #ffc9eb
Complementary Color
#ffc9eb | #c9ffdd |
#ffc9eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc9eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc9eb Color CSS Codes
.mybgcolor {background-color:#ffc9eb; } .myforecolor {color:#ffc9eb; } .mybordercolor {border:3px solid #ffc9eb; }
#ffc9eb Text Font Color
<p style="color:#ffc9eb">Text here</p>
This sample text font color is #ffc9eb
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.
#ffc9eb Background Color
<div style="background-color:#ffc9eb">
Div content here</div>
This div background color is #ffc9eb
#ffc9eb Border Color
<div style="border:3px solid #ffc9eb">
Div here</div>
This div border color is #ffc9eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,201,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc9eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc9eb; -webkit-box-shadow: 1px 1px 3px 2px #ffc9eb; box-shadow: 1px 1px 3px 2px #ffc9eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,201,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc9eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc9eb; -webkit-box-shadow: 1px 1px 3px 2px #ffc9eb; box-shadow: 1px 1px 3px 2px #ffc9eb;">
Div content here</div>
This div box has shadow with color #ffc9eb
Comments
No comments written yet.
Please login to write comment.