Color spaces of #dcfdcc
RGB | 220 | 253 | 204 |
---|---|---|---|
HSL | 0.28 | 0.92 | 0.90 |
HSV | 100° | 19° | 99° |
CMYK | 0.13 | 0.00 | 0.19 0.01 |
XYZ | 75.5396 | 89.8258 | 70.4835 |
Yxy | 89.8258 | 0.3203 | 0.3809 |
Hunter Lab | 94.7765 | -23.5891 | 22.2507 |
CIE-Lab | 95.9245 | -19.2897 | 19.9627 |
#dcfdcc color RGB value is (220,253,204).
#dcfdcc hex color red value is 220, green value is 253 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dcfdcc hue: 0.28 , saturation: 0.92 and the lightness value of dcfdcc is 0.90.
The process color (four color CMYK) of #dcfdcc color hex is 0.13, 0.00, 0.19, 0.01. Web safe color of #dcfdcc is #ccffcc. Color #dcfdcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111101 | 11001100 |
Octal | 334 | 375 | 314 |
Decimal | 220 | 253 | 204 |
Hex | DC | FD | CC |
Shades of #dcfdcc
Tints of #dcfdcc
RGB Percentages of Color #dcfdcc
CMYK Percentages of Color #dcfdcc
Complementary Color
#dcfdcc | #edccfd |
#dcfdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfdcc Color CSS Codes
.mybgcolor {background-color:#dcfdcc; } .myforecolor {color:#dcfdcc; } .mybordercolor {border:3px solid #dcfdcc; }
#dcfdcc Text Font Color
<p style="color:#dcfdcc">Text here</p>
This sample text font color is #dcfdcc
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.
#dcfdcc Background Color
<div style="background-color:#dcfdcc">
Div content here</div>
This div background color is #dcfdcc
#dcfdcc Border Color
<div style="border:3px solid #dcfdcc">
Div here</div>
This div border color is #dcfdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,253,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfdcc; -webkit-box-shadow: 1px 1px 3px 2px #dcfdcc; box-shadow: 1px 1px 3px 2px #dcfdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,253,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 #dcfdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfdcc; -webkit-box-shadow: 1px 1px 3px 2px #dcfdcc; box-shadow: 1px 1px 3px 2px #dcfdcc;">
Div content here</div>
This div box has shadow with color #dcfdcc
Comments
No comments written yet.
Please login to write comment.