Color spaces of #ffdbcd
RGB | 255 | 219 | 205 |
---|---|---|---|
HSL | 0.05 | 1.00 | 0.90 |
HSV | 17° | 20° | 100° |
CMYK | 0.00 | 0.14 | 0.20 0.00 |
XYZ | 77.5910 | 76.3308 | 68.4014 |
Yxy | 76.3308 | 0.3490 | 0.3433 |
Hunter Lab | 87.3675 | 5.6326 | 14.7382 |
CIE-Lab | 90.0127 | 10.3471 | 11.4907 |
#ffdbcd color RGB value is (255,219,205).
#ffdbcd hex color red value is 255, green value is 219 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ffdbcd hue: 0.05 , saturation: 1.00 and the lightness value of ffdbcd is 0.90.
The process color (four color CMYK) of #ffdbcd color hex is 0.00, 0.14, 0.20, 0.00. Web safe color of #ffdbcd is #ffcccc. Color #ffdbcd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011011 | 11001101 |
Octal | 377 | 333 | 315 |
Decimal | 255 | 219 | 205 |
Hex | FF | DB | CD |
Shades of #ffdbcd
Tints of #ffdbcd
RGB Percentages of Color #ffdbcd
CMYK Percentages of Color #ffdbcd
Complementary Color
#ffdbcd | #cdf1ff |
#ffdbcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdbcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdbcd Color CSS Codes
.mybgcolor {background-color:#ffdbcd; } .myforecolor {color:#ffdbcd; } .mybordercolor {border:3px solid #ffdbcd; }
#ffdbcd Text Font Color
<p style="color:#ffdbcd">Text here</p>
This sample text font color is #ffdbcd
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.
#ffdbcd Background Color
<div style="background-color:#ffdbcd">
Div content here</div>
This div background color is #ffdbcd
#ffdbcd Border Color
<div style="border:3px solid #ffdbcd">
Div here</div>
This div border color is #ffdbcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,219,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdbcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdbcd; -webkit-box-shadow: 1px 1px 3px 2px #ffdbcd; box-shadow: 1px 1px 3px 2px #ffdbcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,219,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdbcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdbcd; -webkit-box-shadow: 1px 1px 3px 2px #ffdbcd; box-shadow: 1px 1px 3px 2px #ffdbcd;">
Div content here</div>
This div box has shadow with color #ffdbcd
Comments
No comments written yet.
Please login to write comment.