Color spaces of #ffd5eb
RGB | 255 | 213 | 235 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.92 |
HSV | 329° | 16° | 100° |
CMYK | 0.00 | 0.16 | 0.08 0.00 |
XYZ | 80.0296 | 74.8467 | 88.8261 |
Yxy | 74.8467 | 0.3284 | 0.3071 |
Hunter Lab | 86.5140 | 13.7216 | -0.3148 |
CIE-Lab | 89.3211 | 18.1732 | -5.2893 |
#ffd5eb color RGB value is (255,213,235).
#ffd5eb hex color red value is 255, green value is 213 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ffd5eb hue: 0.91 , saturation: 1.00 and the lightness value of ffd5eb is 0.92.
The process color (four color CMYK) of #ffd5eb color hex is 0.00, 0.16, 0.08, 0.00. Web safe color of #ffd5eb is #ffccff. Color #ffd5eb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010101 | 11101011 |
Octal | 377 | 325 | 353 |
Decimal | 255 | 213 | 235 |
Hex | FF | D5 | EB |
Shades of #ffd5eb
Tints of #ffd5eb
RGB Percentages of Color #ffd5eb
CMYK Percentages of Color #ffd5eb
Complementary Color
#ffd5eb | #d5ffe9 |
#ffd5eb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd5eb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd5eb Color CSS Codes
.mybgcolor {background-color:#ffd5eb; } .myforecolor {color:#ffd5eb; } .mybordercolor {border:3px solid #ffd5eb; }
#ffd5eb Text Font Color
<p style="color:#ffd5eb">Text here</p>
This sample text font color is #ffd5eb
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.
#ffd5eb Background Color
<div style="background-color:#ffd5eb">
Div content here</div>
This div background color is #ffd5eb
#ffd5eb Border Color
<div style="border:3px solid #ffd5eb">
Div here</div>
This div border color is #ffd5eb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,213,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd5eb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd5eb; -webkit-box-shadow: 1px 1px 3px 2px #ffd5eb; box-shadow: 1px 1px 3px 2px #ffd5eb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,213,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 #ffd5eb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd5eb; -webkit-box-shadow: 1px 1px 3px 2px #ffd5eb; box-shadow: 1px 1px 3px 2px #ffd5eb;">
Div content here</div>
This div box has shadow with color #ffd5eb
Comments
No comments written yet.
Please login to write comment.