Color spaces of #dcce10
RGB | 220 | 206 | 16 |
---|---|---|---|
HSL | 0.16 | 0.86 | 0.46 |
HSV | 56° | 93° | 86° |
CMYK | 0.00 | 0.06 | 0.93 0.14 |
XYZ | 51.6800 | 59.3957 | 9.2309 |
Yxy | 59.3957 | 0.4296 | 0.4937 |
Hunter Lab | 77.0686 | -15.1731 | 46.8466 |
CIE-Lab | 81.5086 | -12.1975 | 80.2583 |
#dcce10 color RGB value is (220,206,16).
#dcce10 hex color red value is 220, green value is 206 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dcce10 hue: 0.16 , saturation: 0.86 and the lightness value of dcce10 is 0.46.
The process color (four color CMYK) of #dcce10 color hex is 0.00, 0.06, 0.93, 0.14. Web safe color of #dcce10 is #cccc00. Color #dcce10 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11001110 | 00010000 |
Octal | 334 | 316 | 20 |
Decimal | 220 | 206 | 16 |
Hex | DC | CE | 10 |
Shades of #dcce10
Tints of #dcce10
RGB Percentages of Color #dcce10
CMYK Percentages of Color #dcce10
Complementary Color
#dcce10 | #101edc |
#dcce10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dcce10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dcce10 Color CSS Codes
.mybgcolor {background-color:#dcce10; } .myforecolor {color:#dcce10; } .mybordercolor {border:3px solid #dcce10; }
#dcce10 Text Font Color
<p style="color:#dcce10">Text here</p>
This sample text font color is #dcce10
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.
#dcce10 Background Color
<div style="background-color:#dcce10">
Div content here</div>
This div background color is #dcce10
#dcce10 Border Color
<div style="border:3px solid #dcce10">
Div here</div>
This div border color is #dcce10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,206,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dcce10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dcce10; -webkit-box-shadow: 1px 1px 3px 2px #dcce10; box-shadow: 1px 1px 3px 2px #dcce10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,206,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dcce10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dcce10; -webkit-box-shadow: 1px 1px 3px 2px #dcce10; box-shadow: 1px 1px 3px 2px #dcce10;">
Div content here</div>
This div box has shadow with color #dcce10
Comments
No comments written yet.
Please login to write comment.