Color spaces of #ddefda
RGB | 221 | 239 | 218 |
---|---|---|---|
HSL | 0.31 | 0.40 | 0.90 |
HSV | 111° | 9° | 94° |
CMYK | 0.08 | 0.00 | 0.09 0.06 |
XYZ | 73.3402 | 82.1671 | 78.3241 |
Yxy | 82.1671 | 0.3136 | 0.3514 |
Hunter Lab | 90.6461 | -14.2093 | 12.2218 |
CIE-Lab | 92.6486 | -9.7087 | 8.1235 |
#ddefda color RGB value is (221,239,218).
#ddefda hex color red value is 221, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ddefda hue: 0.31 , saturation: 0.40 and the lightness value of ddefda is 0.90.
The process color (four color CMYK) of #ddefda color hex is 0.08, 0.00, 0.09, 0.06. Web safe color of #ddefda is #ccffcc. Color #ddefda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11101111 | 11011010 |
Octal | 335 | 357 | 332 |
Decimal | 221 | 239 | 218 |
Hex | DD | EF | DA |
Shades of #ddefda
Tints of #ddefda
RGB Percentages of Color #ddefda
CMYK Percentages of Color #ddefda
Complementary Color
#ddefda | #ecdaef |
#ddefda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddefda Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddefda Color CSS Codes
.mybgcolor {background-color:#ddefda; } .myforecolor {color:#ddefda; } .mybordercolor {border:3px solid #ddefda; }
#ddefda Text Font Color
<p style="color:#ddefda">Text here</p>
This sample text font color is #ddefda
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.
#ddefda Background Color
<div style="background-color:#ddefda">
Div content here</div>
This div background color is #ddefda
#ddefda Border Color
<div style="border:3px solid #ddefda">
Div here</div>
This div border color is #ddefda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,239,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddefda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddefda; -webkit-box-shadow: 1px 1px 3px 2px #ddefda; box-shadow: 1px 1px 3px 2px #ddefda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,239,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddefda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddefda; -webkit-box-shadow: 1px 1px 3px 2px #ddefda; box-shadow: 1px 1px 3px 2px #ddefda;">
Div content here</div>
This div box has shadow with color #ddefda
Comments
No comments written yet.
Please login to write comment.