Color spaces of #dce704
RGB | 220 | 231 | 4 |
---|---|---|---|
HSL | 0.17 | 0.97 | 0.46 |
HSV | 63° | 98° | 91° |
CMYK | 0.05 | 0.00 | 0.98 0.09 |
XYZ | 58.1130 | 72.3762 | 11.0220 |
Yxy | 72.3762 | 0.4107 | 0.5115 |
Hunter Lab | 85.0742 | -26.9490 | 51.8705 |
CIE-Lab | 88.1494 | -24.5461 | 86.3577 |
#dce704 color RGB value is (220,231,4).
#dce704 hex color red value is 220, green value is 231 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dce704 hue: 0.17 , saturation: 0.97 and the lightness value of dce704 is 0.46.
The process color (four color CMYK) of #dce704 color hex is 0.05, 0.00, 0.98, 0.09. Web safe color of #dce704 is #ccff00. Color #dce704 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011100 | 11100111 | 00000100 |
Octal | 334 | 347 | 4 |
Decimal | 220 | 231 | 4 |
Hex | DC | E7 | 4 |
Shades of #dce704
Tints of #dce704
RGB Percentages of Color #dce704
CMYK Percentages of Color #dce704
Complementary Color
#dce704 | #0f04e7 |
#dce704 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dce704 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dce704 Color CSS Codes
.mybgcolor {background-color:#dce704; } .myforecolor {color:#dce704; } .mybordercolor {border:3px solid #dce704; }
#dce704 Text Font Color
<p style="color:#dce704">Text here</p>
This sample text font color is #dce704
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.
#dce704 Background Color
<div style="background-color:#dce704">
Div content here</div>
This div background color is #dce704
#dce704 Border Color
<div style="border:3px solid #dce704">
Div here</div>
This div border color is #dce704
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(220,231,4, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dce704; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dce704; -webkit-box-shadow: 1px 1px 3px 2px #dce704; box-shadow: 1px 1px 3px 2px #dce704; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(220,231,4, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dce704">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dce704; -webkit-box-shadow: 1px 1px 3px 2px #dce704; box-shadow: 1px 1px 3px 2px #dce704;">
Div content here</div>
This div box has shadow with color #dce704
Comments
No comments written yet.
Please login to write comment.