Color spaces of #dcfcdb
RGB | 220 | 252 | 219 |
---|---|---|---|
HSL | 0.33 | 0.85 | 0.92 |
HSV | 118° | 13° | 99° |
CMYK | 0.13 | 0.00 | 0.13 0.01 |
XYZ | 77.1118 | 89.9509 | 80.3159 |
Yxy | 89.9509 | 0.3117 | 0.3636 |
Hunter Lab | 94.8424 | -20.8446 | 16.1809 |
CIE-Lab | 95.9764 | -16.3225 | 12.3549 |
#dcfcdb color RGB value is (220,252,219).
#dcfcdb hex color red value is 220, green value is 252 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dcfcdb hue: 0.33 , saturation: 0.85 and the lightness value of dcfcdb is 0.92.
The process color (four color CMYK) of #dcfcdb color hex is 0.13, 0.00, 0.13, 0.01. Web safe color of #dcfcdb is #ccffcc. Color #dcfcdb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111100 | 11011011 |
Octal | 334 | 374 | 333 |
Decimal | 220 | 252 | 219 |
Hex | DC | FC | DB |
Shades of #dcfcdb
Tints of #dcfcdb
RGB Percentages of Color #dcfcdb
CMYK Percentages of Color #dcfcdb
Complementary Color
#dcfcdb | #fbdbfc |
#dcfcdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfcdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfcdb Color CSS Codes
.mybgcolor {background-color:#dcfcdb; } .myforecolor {color:#dcfcdb; } .mybordercolor {border:3px solid #dcfcdb; }
#dcfcdb Text Font Color
<p style="color:#dcfcdb">Text here</p>
This sample text font color is #dcfcdb
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.
#dcfcdb Background Color
<div style="background-color:#dcfcdb">
Div content here</div>
This div background color is #dcfcdb
#dcfcdb Border Color
<div style="border:3px solid #dcfcdb">
Div here</div>
This div border color is #dcfcdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,252,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfcdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfcdb; -webkit-box-shadow: 1px 1px 3px 2px #dcfcdb; box-shadow: 1px 1px 3px 2px #dcfcdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,252,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfcdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfcdb; -webkit-box-shadow: 1px 1px 3px 2px #dcfcdb; box-shadow: 1px 1px 3px 2px #dcfcdb;">
Div content here</div>
This div box has shadow with color #dcfcdb
Comments
No comments written yet.
Please login to write comment.