Color spaces of #ddfaec
RGB | 221 | 250 | 236 |
---|---|---|---|
HSL | 0.42 | 0.74 | 0.92 |
HSV | 151° | 12° | 98° |
CMYK | 0.12 | 0.00 | 0.06 0.02 |
XYZ | 79.1447 | 89.7995 | 92.5185 |
Yxy | 89.7995 | 0.3027 | 0.3435 |
Hunter Lab | 94.7626 | -16.7533 | 8.4479 |
CIE-Lab | 95.9135 | -11.9890 | 3.5226 |
#ddfaec color RGB value is (221,250,236).
#ddfaec hex color red value is 221, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ddfaec hue: 0.42 , saturation: 0.74 and the lightness value of ddfaec is 0.92.
The process color (four color CMYK) of #ddfaec color hex is 0.12, 0.00, 0.06, 0.02. Web safe color of #ddfaec is #ccffff. Color #ddfaec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111010 | 11101100 |
Octal | 335 | 372 | 354 |
Decimal | 221 | 250 | 236 |
Hex | DD | FA | EC |
Shades of #ddfaec
Tints of #ddfaec
RGB Percentages of Color #ddfaec
CMYK Percentages of Color #ddfaec
Complementary Color
#ddfaec | #faddeb |
#ddfaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfaec Color CSS Codes
.mybgcolor {background-color:#ddfaec; } .myforecolor {color:#ddfaec; } .mybordercolor {border:3px solid #ddfaec; }
#ddfaec Text Font Color
<p style="color:#ddfaec">Text here</p>
This sample text font color is #ddfaec
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.
#ddfaec Background Color
<div style="background-color:#ddfaec">
Div content here</div>
This div background color is #ddfaec
#ddfaec Border Color
<div style="border:3px solid #ddfaec">
Div here</div>
This div border color is #ddfaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,250,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfaec; -webkit-box-shadow: 1px 1px 3px 2px #ddfaec; box-shadow: 1px 1px 3px 2px #ddfaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,250,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddfaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfaec; -webkit-box-shadow: 1px 1px 3px 2px #ddfaec; box-shadow: 1px 1px 3px 2px #ddfaec;">
Div content here</div>
This div box has shadow with color #ddfaec
Comments
No comments written yet.
Please login to write comment.