Color spaces of #ffdce1
RGB | 255 | 220 | 225 |
---|---|---|---|
HSL | 0.98 | 1.00 | 0.93 |
HSV | 351° | 14° | 100° |
CMYK | 0.00 | 0.14 | 0.12 0.00 |
XYZ | 80.4238 | 77.8826 | 82.0282 |
Yxy | 77.8826 | 0.3346 | 0.3241 |
Hunter Lab | 88.2511 | 8.2287 | 6.6665 |
CIE-Lab | 90.7263 | 12.8903 | 2.0278 |
#ffdce1 color RGB value is (255,220,225).
#ffdce1 hex color red value is 255, green value is 220 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ffdce1 hue: 0.98 , saturation: 1.00 and the lightness value of ffdce1 is 0.93.
The process color (four color CMYK) of #ffdce1 color hex is 0.00, 0.14, 0.12, 0.00. Web safe color of #ffdce1 is #ffcccc. Color #ffdce1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011100 | 11100001 |
Octal | 377 | 334 | 341 |
Decimal | 255 | 220 | 225 |
Hex | FF | DC | E1 |
Shades of #ffdce1
Tints of #ffdce1
RGB Percentages of Color #ffdce1
CMYK Percentages of Color #ffdce1
Complementary Color
#ffdce1 | #dcfffa |
#ffdce1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdce1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdce1 Color CSS Codes
.mybgcolor {background-color:#ffdce1; } .myforecolor {color:#ffdce1; } .mybordercolor {border:3px solid #ffdce1; }
#ffdce1 Text Font Color
<p style="color:#ffdce1">Text here</p>
This sample text font color is #ffdce1
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.
#ffdce1 Background Color
<div style="background-color:#ffdce1">
Div content here</div>
This div background color is #ffdce1
#ffdce1 Border Color
<div style="border:3px solid #ffdce1">
Div here</div>
This div border color is #ffdce1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,220,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdce1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdce1; -webkit-box-shadow: 1px 1px 3px 2px #ffdce1; box-shadow: 1px 1px 3px 2px #ffdce1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,220,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdce1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdce1; -webkit-box-shadow: 1px 1px 3px 2px #ffdce1; box-shadow: 1px 1px 3px 2px #ffdce1;">
Div content here</div>
This div box has shadow with color #ffdce1
#ffdce1 Color Palettes
Comments
No comments written yet.
Please login to write comment.