Color spaces of #ddf6bd
RGB | 221 | 246 | 189 |
---|---|---|---|
HSL | 0.24 | 0.76 | 0.85 |
HSV | 86° | 23° | 96° |
CMYK | 0.10 | 0.00 | 0.23 0.04 |
XYZ | 71.9599 | 84.9578 | 60.7499 |
Yxy | 84.9578 | 0.3306 | 0.3903 |
Hunter Lab | 92.1726 | -21.9455 | 25.4434 |
CIE-Lab | 93.8649 | -17.8470 | 24.7735 |
#ddf6bd color RGB value is (221,246,189).
#ddf6bd hex color red value is 221, green value is 246 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddf6bd hue: 0.24 , saturation: 0.76 and the lightness value of ddf6bd is 0.85.
The process color (four color CMYK) of #ddf6bd color hex is 0.10, 0.00, 0.23, 0.04. Web safe color of #ddf6bd is #ccffcc. Color #ddf6bd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11110110 | 10111101 |
Octal | 335 | 366 | 275 |
Decimal | 221 | 246 | 189 |
Hex | DD | F6 | BD |
Shades of #ddf6bd
Tints of #ddf6bd
RGB Percentages of Color #ddf6bd
CMYK Percentages of Color #ddf6bd
Complementary Color
#ddf6bd | #d6bdf6 |
#ddf6bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddf6bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddf6bd Color CSS Codes
.mybgcolor {background-color:#ddf6bd; } .myforecolor {color:#ddf6bd; } .mybordercolor {border:3px solid #ddf6bd; }
#ddf6bd Text Font Color
<p style="color:#ddf6bd">Text here</p>
This sample text font color is #ddf6bd
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.
#ddf6bd Background Color
<div style="background-color:#ddf6bd">
Div content here</div>
This div background color is #ddf6bd
#ddf6bd Border Color
<div style="border:3px solid #ddf6bd">
Div here</div>
This div border color is #ddf6bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,246,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddf6bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddf6bd; -webkit-box-shadow: 1px 1px 3px 2px #ddf6bd; box-shadow: 1px 1px 3px 2px #ddf6bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,246,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddf6bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddf6bd; -webkit-box-shadow: 1px 1px 3px 2px #ddf6bd; box-shadow: 1px 1px 3px 2px #ddf6bd;">
Div content here</div>
This div box has shadow with color #ddf6bd
Comments
No comments written yet.
Please login to write comment.