Color spaces of #ddfbd0
RGB | 221 | 251 | 208 |
---|---|---|---|
HSL | 0.28 | 0.84 | 0.90 |
HSV | 102° | 17° | 98° |
CMYK | 0.12 | 0.00 | 0.17 0.02 |
XYZ | 75.7011 | 88.9206 | 72.8480 |
Yxy | 88.9206 | 0.3188 | 0.3745 |
Hunter Lab | 94.2977 | -21.7233 | 20.2050 |
CIE-Lab | 95.5472 | -17.3339 | 17.3989 |
#ddfbd0 color RGB value is (221,251,208).
#ddfbd0 hex color red value is 221, green value is 251 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ddfbd0 hue: 0.28 , saturation: 0.84 and the lightness value of ddfbd0 is 0.90.
The process color (four color CMYK) of #ddfbd0 color hex is 0.12, 0.00, 0.17, 0.02. Web safe color of #ddfbd0 is #ccffcc. Color #ddfbd0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111011 | 11010000 |
Octal | 335 | 373 | 320 |
Decimal | 221 | 251 | 208 |
Hex | DD | FB | D0 |
Shades of #ddfbd0
Tints of #ddfbd0
RGB Percentages of Color #ddfbd0
CMYK Percentages of Color #ddfbd0
Complementary Color
#ddfbd0 | #eed0fb |
#ddfbd0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfbd0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfbd0 Color CSS Codes
.mybgcolor {background-color:#ddfbd0; } .myforecolor {color:#ddfbd0; } .mybordercolor {border:3px solid #ddfbd0; }
#ddfbd0 Text Font Color
<p style="color:#ddfbd0">Text here</p>
This sample text font color is #ddfbd0
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.
#ddfbd0 Background Color
<div style="background-color:#ddfbd0">
Div content here</div>
This div background color is #ddfbd0
#ddfbd0 Border Color
<div style="border:3px solid #ddfbd0">
Div here</div>
This div border color is #ddfbd0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,251,208, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfbd0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfbd0; -webkit-box-shadow: 1px 1px 3px 2px #ddfbd0; box-shadow: 1px 1px 3px 2px #ddfbd0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,251,208, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddfbd0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfbd0; -webkit-box-shadow: 1px 1px 3px 2px #ddfbd0; box-shadow: 1px 1px 3px 2px #ddfbd0;">
Div content here</div>
This div box has shadow with color #ddfbd0
Comments
No comments written yet.
Please login to write comment.