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