Color spaces of #dcfbda
RGB | 220 | 251 | 218 |
---|---|---|---|
HSL | 0.32 | 0.80 | 0.92 |
HSV | 116° | 13° | 98° |
CMYK | 0.12 | 0.00 | 0.13 0.02 |
XYZ | 76.6673 | 89.2720 | 79.5201 |
Yxy | 89.2720 | 0.3123 | 0.3637 |
Hunter Lab | 94.4839 | -20.5060 | 16.2387 |
CIE-Lab | 95.6940 | -16.0029 | 12.4667 |
#dcfbda color RGB value is (220,251,218).
#dcfbda hex color red value is 220, green value is 251 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dcfbda hue: 0.32 , saturation: 0.80 and the lightness value of dcfbda is 0.92.
The process color (four color CMYK) of #dcfbda color hex is 0.12, 0.00, 0.13, 0.02. Web safe color of #dcfbda is #ccffcc. Color #dcfbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111011 | 11011010 |
Octal | 334 | 373 | 332 |
Decimal | 220 | 251 | 218 |
Hex | DC | FB | DA |
Shades of #dcfbda
Tints of #dcfbda
RGB Percentages of Color #dcfbda
CMYK Percentages of Color #dcfbda
Complementary Color
#dcfbda | #f9dafb |
#dcfbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfbda Color CSS Codes
.mybgcolor {background-color:#dcfbda; } .myforecolor {color:#dcfbda; } .mybordercolor {border:3px solid #dcfbda; }
#dcfbda Text Font Color
<p style="color:#dcfbda">Text here</p>
This sample text font color is #dcfbda
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.
#dcfbda Background Color
<div style="background-color:#dcfbda">
Div content here</div>
This div background color is #dcfbda
#dcfbda Border Color
<div style="border:3px solid #dcfbda">
Div here</div>
This div border color is #dcfbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,251,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfbda; -webkit-box-shadow: 1px 1px 3px 2px #dcfbda; box-shadow: 1px 1px 3px 2px #dcfbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,251,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfbda; -webkit-box-shadow: 1px 1px 3px 2px #dcfbda; box-shadow: 1px 1px 3px 2px #dcfbda;">
Div content here</div>
This div box has shadow with color #dcfbda
Comments
No comments written yet.
Please login to write comment.