Color spaces of #dcfecc
RGB | 220 | 254 | 204 |
---|---|---|---|
HSL | 0.28 | 0.96 | 0.90 |
HSV | 101° | 20° | 100° |
CMYK | 0.13 | 0.00 | 0.20 0.00 |
XYZ | 75.8561 | 90.4589 | 70.5890 |
Yxy | 90.4589 | 0.3202 | 0.3818 |
Hunter Lab | 95.1099 | -24.0773 | 22.5729 |
CIE-Lab | 96.1868 | -19.7745 | 20.3287 |
#dcfecc color RGB value is (220,254,204).
#dcfecc hex color red value is 220, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcfecc hue: 0.28 , saturation: 0.96 and the lightness value of dcfecc is 0.90.
The process color (four color CMYK) of #dcfecc color hex is 0.13, 0.00, 0.20, 0.00. Web safe color of #dcfecc is #ccffcc. Color #dcfecc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111110 | 11001100 |
Octal | 334 | 376 | 314 |
Decimal | 220 | 254 | 204 |
Hex | DC | FE | CC |
Shades of #dcfecc
Tints of #dcfecc
RGB Percentages of Color #dcfecc
CMYK Percentages of Color #dcfecc
Complementary Color
#dcfecc | #eeccfe |
#dcfecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfecc Color CSS Codes
.mybgcolor {background-color:#dcfecc; } .myforecolor {color:#dcfecc; } .mybordercolor {border:3px solid #dcfecc; }
#dcfecc Text Font Color
<p style="color:#dcfecc">Text here</p>
This sample text font color is #dcfecc
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.
#dcfecc Background Color
<div style="background-color:#dcfecc">
Div content here</div>
This div background color is #dcfecc
#dcfecc Border Color
<div style="border:3px solid #dcfecc">
Div here</div>
This div border color is #dcfecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,254,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfecc; -webkit-box-shadow: 1px 1px 3px 2px #dcfecc; box-shadow: 1px 1px 3px 2px #dcfecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,254,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfecc; -webkit-box-shadow: 1px 1px 3px 2px #dcfecc; box-shadow: 1px 1px 3px 2px #dcfecc;">
Div content here</div>
This div box has shadow with color #dcfecc
Comments
No comments written yet.
Please login to write comment.