Color spaces of #dfffde
RGB | 223 | 255 | 222 |
---|---|---|---|
HSL | 0.33 | 1.00 | 0.94 |
HSV | 118° | 13° | 100° |
CMYK | 0.13 | 0.00 | 0.13 0.00 |
XYZ | 79.3762 | 92.4819 | 82.7745 |
Yxy | 92.4819 | 0.3117 | 0.3632 |
Hunter Lab | 96.1675 | -20.9601 | 16.2844 |
CIE-Lab | 97.0169 | -16.2869 | 12.3235 |
#dfffde color RGB value is (223,255,222).
#dfffde hex color red value is 223, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dfffde hue: 0.33 , saturation: 1.00 and the lightness value of dfffde is 0.94.
The process color (four color CMYK) of #dfffde color hex is 0.13, 0.00, 0.13, 0.00. Web safe color of #dfffde is #ccffcc. Color #dfffde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111111 | 11011110 |
Octal | 337 | 377 | 336 |
Decimal | 223 | 255 | 222 |
Hex | DF | FF | DE |
Shades of #dfffde
Tints of #dfffde
RGB Percentages of Color #dfffde
CMYK Percentages of Color #dfffde
Complementary Color
#dfffde | #fedeff |
#dfffde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfffde Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfffde Color CSS Codes
.mybgcolor {background-color:#dfffde; } .myforecolor {color:#dfffde; } .mybordercolor {border:3px solid #dfffde; }
#dfffde Text Font Color
<p style="color:#dfffde">Text here</p>
This sample text font color is #dfffde
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.
#dfffde Background Color
<div style="background-color:#dfffde">
Div content here</div>
This div background color is #dfffde
#dfffde Border Color
<div style="border:3px solid #dfffde">
Div here</div>
This div border color is #dfffde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,255,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfffde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfffde; -webkit-box-shadow: 1px 1px 3px 2px #dfffde; box-shadow: 1px 1px 3px 2px #dfffde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,255,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfffde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfffde; -webkit-box-shadow: 1px 1px 3px 2px #dfffde; box-shadow: 1px 1px 3px 2px #dfffde;">
Div content here</div>
This div box has shadow with color #dfffde
#dfffde Color Palettes
Comments
No comments written yet.
Please login to write comment.