Color spaces of #dce19c
RGB | 220 | 225 | 156 |
---|---|---|---|
HSL | 0.18 | 0.53 | 0.75 |
HSV | 64° | 31° | 88° |
CMYK | 0.02 | 0.00 | 0.31 0.12 |
XYZ | 62.4412 | 71.4664 | 41.9559 |
Yxy | 71.4664 | 0.3551 | 0.4064 |
Hunter Lab | 84.5378 | -16.0977 | 29.7510 |
CIE-Lab | 87.7111 | -12.3727 | 33.2750 |
#dce19c color RGB value is (220,225,156).
#dce19c hex color red value is 220, green value is 225 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #dce19c hue: 0.18 , saturation: 0.53 and the lightness value of dce19c is 0.75.
The process color (four color CMYK) of #dce19c color hex is 0.02, 0.00, 0.31, 0.12. Web safe color of #dce19c is #cccc99. Color #dce19c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100001 | 10011100 |
Octal | 334 | 341 | 234 |
Decimal | 220 | 225 | 156 |
Hex | DC | E1 | 9C |
Shades of #dce19c
Tints of #dce19c
RGB Percentages of Color #dce19c
CMYK Percentages of Color #dce19c
Complementary Color
#dce19c | #a19ce1 |
#dce19c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce19c Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce19c Color CSS Codes
.mybgcolor {background-color:#dce19c; } .myforecolor {color:#dce19c; } .mybordercolor {border:3px solid #dce19c; }
#dce19c Text Font Color
<p style="color:#dce19c">Text here</p>
This sample text font color is #dce19c
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.
#dce19c Background Color
<div style="background-color:#dce19c">
Div content here</div>
This div background color is #dce19c
#dce19c Border Color
<div style="border:3px solid #dce19c">
Div here</div>
This div border color is #dce19c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,225,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce19c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce19c; -webkit-box-shadow: 1px 1px 3px 2px #dce19c; box-shadow: 1px 1px 3px 2px #dce19c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,225,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce19c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce19c; -webkit-box-shadow: 1px 1px 3px 2px #dce19c; box-shadow: 1px 1px 3px 2px #dce19c;">
Div content here</div>
This div box has shadow with color #dce19c
Comments
No comments written yet.
Please login to write comment.