Color spaces of #dcf0ce
RGB | 220 | 240 | 206 |
---|---|---|---|
HSL | 0.26 | 0.53 | 0.87 |
HSV | 95° | 14° | 94° |
CMYK | 0.08 | 0.00 | 0.14 0.06 |
XYZ | 71.8159 | 81.9921 | 70.4335 |
Yxy | 81.9921 | 0.3203 | 0.3656 |
Hunter Lab | 90.5495 | -16.8911 | 17.2662 |
CIE-Lab | 92.5714 | -12.5755 | 14.2224 |
#dcf0ce color RGB value is (220,240,206).
#dcf0ce hex color red value is 220, green value is 240 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcf0ce hue: 0.26 , saturation: 0.53 and the lightness value of dcf0ce is 0.87.
The process color (four color CMYK) of #dcf0ce color hex is 0.08, 0.00, 0.14, 0.06. Web safe color of #dcf0ce is #ccffcc. Color #dcf0ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11110000 | 11001110 |
Octal | 334 | 360 | 316 |
Decimal | 220 | 240 | 206 |
Hex | DC | F0 | CE |
Shades of #dcf0ce
Tints of #dcf0ce
RGB Percentages of Color #dcf0ce
CMYK Percentages of Color #dcf0ce
Complementary Color
#dcf0ce | #e2cef0 |
#dcf0ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcf0ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcf0ce Color CSS Codes
.mybgcolor {background-color:#dcf0ce; } .myforecolor {color:#dcf0ce; } .mybordercolor {border:3px solid #dcf0ce; }
#dcf0ce Text Font Color
<p style="color:#dcf0ce">Text here</p>
This sample text font color is #dcf0ce
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.
#dcf0ce Background Color
<div style="background-color:#dcf0ce">
Div content here</div>
This div background color is #dcf0ce
#dcf0ce Border Color
<div style="border:3px solid #dcf0ce">
Div here</div>
This div border color is #dcf0ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,240,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcf0ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcf0ce; -webkit-box-shadow: 1px 1px 3px 2px #dcf0ce; box-shadow: 1px 1px 3px 2px #dcf0ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,240,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcf0ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcf0ce; -webkit-box-shadow: 1px 1px 3px 2px #dcf0ce; box-shadow: 1px 1px 3px 2px #dcf0ce;">
Div content here</div>
This div box has shadow with color #dcf0ce
Comments
No comments written yet.
Please login to write comment.