Color spaces of #dffdfb
RGB | 223 | 253 | 251 |
---|---|---|---|
HSL | 0.49 | 0.88 | 0.93 |
HSV | 176° | 12° | 99° |
CMYK | 0.12 | 0.00 | 0.01 0.01 |
XYZ | 82.9693 | 92.9036 | 104.8260 |
Yxy | 92.9036 | 0.2956 | 0.3310 |
Hunter Lab | 96.3865 | -15.0240 | 2.9892 |
CIE-Lab | 97.1885 | -10.0261 | -2.3320 |
#dffdfb color RGB value is (223,253,251).
#dffdfb hex color red value is 223, green value is 253 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dffdfb hue: 0.49 , saturation: 0.88 and the lightness value of dffdfb is 0.93.
The process color (four color CMYK) of #dffdfb color hex is 0.12, 0.00, 0.01, 0.01. Web safe color of #dffdfb is #ccffff. Color #dffdfb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11111101 | 11111011 |
Octal | 337 | 375 | 373 |
Decimal | 223 | 253 | 251 |
Hex | DF | FD | FB |
Shades of #dffdfb
Tints of #dffdfb
RGB Percentages of Color #dffdfb
CMYK Percentages of Color #dffdfb
Complementary Color
#dffdfb | #fddfe1 |
#dffdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dffdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dffdfb Color CSS Codes
.mybgcolor {background-color:#dffdfb; } .myforecolor {color:#dffdfb; } .mybordercolor {border:3px solid #dffdfb; }
#dffdfb Text Font Color
<p style="color:#dffdfb">Text here</p>
This sample text font color is #dffdfb
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.
#dffdfb Background Color
<div style="background-color:#dffdfb">
Div content here</div>
This div background color is #dffdfb
#dffdfb Border Color
<div style="border:3px solid #dffdfb">
Div here</div>
This div border color is #dffdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,253,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dffdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dffdfb; -webkit-box-shadow: 1px 1px 3px 2px #dffdfb; box-shadow: 1px 1px 3px 2px #dffdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,253,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dffdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dffdfb; -webkit-box-shadow: 1px 1px 3px 2px #dffdfb; box-shadow: 1px 1px 3px 2px #dffdfb;">
Div content here</div>
This div box has shadow with color #dffdfb
Related Colors
Comments
No comments written yet.
Please login to write comment.