Color spaces of #dffbdd
RGB | 223 | 251 | 221 |
---|---|---|---|
HSL | 0.32 | 0.79 | 0.93 |
HSV | 116° | 12° | 98° |
CMYK | 0.11 | 0.00 | 0.12 0.02 |
XYZ | 77.9798 | 89.9028 | 81.6496 |
Yxy | 89.9028 | 0.3125 | 0.3603 |
Hunter Lab | 94.8171 | -19.1273 | 15.3157 |
CIE-Lab | 95.9564 | -14.4932 | 11.3257 |
#dffbdd color RGB value is (223,251,221).
#dffbdd hex color red value is 223, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dffbdd hue: 0.32 , saturation: 0.79 and the lightness value of dffbdd is 0.93.
The process color (four color CMYK) of #dffbdd color hex is 0.11, 0.00, 0.12, 0.02. Web safe color of #dffbdd is #ccffcc. Color #dffbdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111011 | 11011101 |
Octal | 337 | 373 | 335 |
Decimal | 223 | 251 | 221 |
Hex | DF | FB | DD |
Shades of #dffbdd
Tints of #dffbdd
RGB Percentages of Color #dffbdd
CMYK Percentages of Color #dffbdd
Complementary Color
#dffbdd | #f9ddfb |
#dffbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffbdd Color CSS Codes
.mybgcolor {background-color:#dffbdd; } .myforecolor {color:#dffbdd; } .mybordercolor {border:3px solid #dffbdd; }
#dffbdd Text Font Color
<p style="color:#dffbdd">Text here</p>
This sample text font color is #dffbdd
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.
#dffbdd Background Color
<div style="background-color:#dffbdd">
Div content here</div>
This div background color is #dffbdd
#dffbdd Border Color
<div style="border:3px solid #dffbdd">
Div here</div>
This div border color is #dffbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,251,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffbdd; -webkit-box-shadow: 1px 1px 3px 2px #dffbdd; box-shadow: 1px 1px 3px 2px #dffbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,251,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffbdd; -webkit-box-shadow: 1px 1px 3px 2px #dffbdd; box-shadow: 1px 1px 3px 2px #dffbdd;">
Div content here</div>
This div box has shadow with color #dffbdd
Comments
No comments written yet.
Please login to write comment.