Color spaces of #dce161
RGB | 220 | 225 | 97 |
---|---|---|---|
HSL | 0.17 | 0.68 | 0.63 |
HSV | 62° | 57° | 88° |
CMYK | 0.02 | 0.00 | 0.57 0.12 |
XYZ | 58.5981 | 69.9291 | 21.7185 |
Yxy | 69.9291 | 0.3900 | 0.4654 |
Hunter Lab | 83.6236 | -21.2599 | 43.1379 |
CIE-Lab | 86.9621 | -18.2510 | 60.6642 |
#dce161 color RGB value is (220,225,97).
#dce161 hex color red value is 220, green value is 225 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #dce161 hue: 0.17 , saturation: 0.68 and the lightness value of dce161 is 0.63.
The process color (four color CMYK) of #dce161 color hex is 0.02, 0.00, 0.57, 0.12. Web safe color of #dce161 is #cccc66. Color #dce161 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100001 | 01100001 |
Octal | 334 | 341 | 141 |
Decimal | 220 | 225 | 97 |
Hex | DC | E1 | 61 |
Shades of #dce161
Tints of #dce161
RGB Percentages of Color #dce161
CMYK Percentages of Color #dce161
Complementary Color
#dce161 | #6661e1 |
#dce161 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce161 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce161 Color CSS Codes
.mybgcolor {background-color:#dce161; } .myforecolor {color:#dce161; } .mybordercolor {border:3px solid #dce161; }
#dce161 Text Font Color
<p style="color:#dce161">Text here</p>
This sample text font color is #dce161
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.
#dce161 Background Color
<div style="background-color:#dce161">
Div content here</div>
This div background color is #dce161
#dce161 Border Color
<div style="border:3px solid #dce161">
Div here</div>
This div border color is #dce161
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,225,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce161; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce161; -webkit-box-shadow: 1px 1px 3px 2px #dce161; box-shadow: 1px 1px 3px 2px #dce161; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,225,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce161">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce161; -webkit-box-shadow: 1px 1px 3px 2px #dce161; box-shadow: 1px 1px 3px 2px #dce161;">
Div content here</div>
This div box has shadow with color #dce161
Comments
No comments written yet.
Please login to write comment.