Color spaces of #d5dc2c
RGB | 213 | 220 | 44 |
---|---|---|---|
HSL | 0.17 | 0.72 | 0.52 |
HSV | 62° | 80° | 86° |
CMYK | 0.03 | 0.00 | 0.80 0.14 |
XYZ | 53.4884 | 65.5144 | 12.2093 |
Yxy | 65.5144 | 0.4076 | 0.4993 |
Hunter Lab | 80.9410 | -23.6881 | 47.7153 |
CIE-Lab | 84.7481 | -21.4553 | 77.2600 |
#d5dc2c color RGB value is (213,220,44).
#d5dc2c hex color red value is 213, green value is 220 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #d5dc2c hue: 0.17 , saturation: 0.72 and the lightness value of d5dc2c is 0.52.
The process color (four color CMYK) of #d5dc2c color hex is 0.03, 0.00, 0.80, 0.14. Web safe color of #d5dc2c is #cccc33. Color #d5dc2c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010101 | 11011100 | 00101100 |
Octal | 325 | 334 | 54 |
Decimal | 213 | 220 | 44 |
Hex | D5 | DC | 2C |
Shades of #d5dc2c
Tints of #d5dc2c
RGB Percentages of Color #d5dc2c
CMYK Percentages of Color #d5dc2c
Complementary Color
#d5dc2c | #332cdc |
#d5dc2c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d5dc2c Color Preview on White Background
Lorem ipsum dolor sit amet.
#d5dc2c Color CSS Codes
.mybgcolor {background-color:#d5dc2c; } .myforecolor {color:#d5dc2c; } .mybordercolor {border:3px solid #d5dc2c; }
#d5dc2c Text Font Color
<p style="color:#d5dc2c">Text here</p>
This sample text font color is #d5dc2c
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.
#d5dc2c Background Color
<div style="background-color:#d5dc2c">
Div content here</div>
This div background color is #d5dc2c
#d5dc2c Border Color
<div style="border:3px solid #d5dc2c">
Div here</div>
This div border color is #d5dc2c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(213,220,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d5dc2c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d5dc2c; -webkit-box-shadow: 1px 1px 3px 2px #d5dc2c; box-shadow: 1px 1px 3px 2px #d5dc2c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(213,220,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d5dc2c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d5dc2c; -webkit-box-shadow: 1px 1px 3px 2px #d5dc2c; box-shadow: 1px 1px 3px 2px #d5dc2c;">
Div content here</div>
This div box has shadow with color #d5dc2c
Comments
No comments written yet.
Please login to write comment.