Color spaces of #dcfdae
RGB | 220 | 253 | 174 |
---|---|---|---|
HSL | 0.24 | 0.95 | 0.84 |
HSV | 85° | 31° | 99° |
CMYK | 0.13 | 0.00 | 0.31 0.01 |
XYZ | 72.2805 | 88.5222 | 53.3213 |
Yxy | 88.5222 | 0.3376 | 0.4134 |
Hunter Lab | 94.0862 | -27.5207 | 32.2591 |
CIE-Lab | 95.3804 | -23.7033 | 34.3914 |
#dcfdae color RGB value is (220,253,174).
#dcfdae hex color red value is 220, green value is 253 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcfdae hue: 0.24 , saturation: 0.95 and the lightness value of dcfdae is 0.84.
The process color (four color CMYK) of #dcfdae color hex is 0.13, 0.00, 0.31, 0.01. Web safe color of #dcfdae is #ccff99. Color #dcfdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11111101 | 10101110 |
Octal | 334 | 375 | 256 |
Decimal | 220 | 253 | 174 |
Hex | DC | FD | AE |
Shades of #dcfdae
Tints of #dcfdae
RGB Percentages of Color #dcfdae
CMYK Percentages of Color #dcfdae
Complementary Color
#dcfdae | #cfaefd |
#dcfdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcfdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcfdae Color CSS Codes
.mybgcolor {background-color:#dcfdae; } .myforecolor {color:#dcfdae; } .mybordercolor {border:3px solid #dcfdae; }
#dcfdae Text Font Color
<p style="color:#dcfdae">Text here</p>
This sample text font color is #dcfdae
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.
#dcfdae Background Color
<div style="background-color:#dcfdae">
Div content here</div>
This div background color is #dcfdae
#dcfdae Border Color
<div style="border:3px solid #dcfdae">
Div here</div>
This div border color is #dcfdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,253,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcfdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcfdae; -webkit-box-shadow: 1px 1px 3px 2px #dcfdae; box-shadow: 1px 1px 3px 2px #dcfdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,253,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcfdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcfdae; -webkit-box-shadow: 1px 1px 3px 2px #dcfdae; box-shadow: 1px 1px 3px 2px #dcfdae;">
Div content here</div>
This div box has shadow with color #dcfdae
Comments
No comments written yet.
Please login to write comment.