Color spaces of #dfeecf
RGB | 223 | 238 | 207 |
---|---|---|---|
HSL | 0.25 | 0.48 | 0.87 |
HSV | 89° | 13° | 93° |
CMYK | 0.06 | 0.00 | 0.13 0.07 |
XYZ | 72.2684 | 81.3420 | 70.9231 |
Yxy | 81.3420 | 0.3219 | 0.3623 |
Hunter Lab | 90.1898 | -14.8015 | 16.5086 |
CIE-Lab | 92.2837 | -10.3809 | 13.3265 |
#dfeecf color RGB value is (223,238,207).
#dfeecf hex color red value is 223, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dfeecf hue: 0.25 , saturation: 0.48 and the lightness value of dfeecf is 0.87.
The process color (four color CMYK) of #dfeecf color hex is 0.06, 0.00, 0.13, 0.07. Web safe color of #dfeecf is #ccffcc. Color #dfeecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011111 | 11101110 | 11001111 |
Octal | 337 | 356 | 317 |
Decimal | 223 | 238 | 207 |
Hex | DF | EE | CF |
Shades of #dfeecf
Tints of #dfeecf
RGB Percentages of Color #dfeecf
CMYK Percentages of Color #dfeecf
Complementary Color
#dfeecf | #decfee |
#dfeecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dfeecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#dfeecf Color CSS Codes
.mybgcolor {background-color:#dfeecf; } .myforecolor {color:#dfeecf; } .mybordercolor {border:3px solid #dfeecf; }
#dfeecf Text Font Color
<p style="color:#dfeecf">Text here</p>
This sample text font color is #dfeecf
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.
#dfeecf Background Color
<div style="background-color:#dfeecf">
Div content here</div>
This div background color is #dfeecf
#dfeecf Border Color
<div style="border:3px solid #dfeecf">
Div here</div>
This div border color is #dfeecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(223,238,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dfeecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dfeecf; -webkit-box-shadow: 1px 1px 3px 2px #dfeecf; box-shadow: 1px 1px 3px 2px #dfeecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(223,238,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dfeecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dfeecf; -webkit-box-shadow: 1px 1px 3px 2px #dfeecf; box-shadow: 1px 1px 3px 2px #dfeecf;">
Div content here</div>
This div box has shadow with color #dfeecf
Comments
No comments written yet.
Please login to write comment.