Color spaces of #dffacd
RGB | 223 | 250 | 205 |
---|---|---|---|
HSL | 0.27 | 0.82 | 0.89 |
HSV | 96° | 18° | 98° |
CMYK | 0.11 | 0.00 | 0.18 0.02 |
XYZ | 75.6365 | 88.4670 | 70.8470 |
Yxy | 88.4670 | 0.3219 | 0.3765 |
Hunter Lab | 94.0569 | -21.0576 | 21.1805 |
CIE-Lab | 95.3572 | -16.6468 | 18.6878 |
#dffacd color RGB value is (223,250,205).
#dffacd hex color red value is 223, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #dffacd hue: 0.27 , saturation: 0.82 and the lightness value of dffacd is 0.89.
The process color (four color CMYK) of #dffacd color hex is 0.11, 0.00, 0.18, 0.02. Web safe color of #dffacd is #ccffcc. Color #dffacd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111010 | 11001101 |
Octal | 337 | 372 | 315 |
Decimal | 223 | 250 | 205 |
Hex | DF | FA | CD |
Shades of #dffacd
Tints of #dffacd
RGB Percentages of Color #dffacd
CMYK Percentages of Color #dffacd
Complementary Color
#dffacd | #e8cdfa |
#dffacd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffacd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffacd Color CSS Codes
.mybgcolor {background-color:#dffacd; } .myforecolor {color:#dffacd; } .mybordercolor {border:3px solid #dffacd; }
#dffacd Text Font Color
<p style="color:#dffacd">Text here</p>
This sample text font color is #dffacd
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.
#dffacd Background Color
<div style="background-color:#dffacd">
Div content here</div>
This div background color is #dffacd
#dffacd Border Color
<div style="border:3px solid #dffacd">
Div here</div>
This div border color is #dffacd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,250,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffacd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffacd; -webkit-box-shadow: 1px 1px 3px 2px #dffacd; box-shadow: 1px 1px 3px 2px #dffacd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,250,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 #dffacd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffacd; -webkit-box-shadow: 1px 1px 3px 2px #dffacd; box-shadow: 1px 1px 3px 2px #dffacd;">
Div content here</div>
This div box has shadow with color #dffacd
Comments
No comments written yet.
Please login to write comment.