Color spaces of #dbdc4a
RGB | 219 | 220 | 74 |
---|---|---|---|
HSL | 0.17 | 0.68 | 0.58 |
HSV | 60° | 66° | 86° |
CMYK | 0.00 | 0.00 | 0.66 0.14 |
XYZ | 56.0426 | 66.7409 | 16.4071 |
Yxy | 66.7409 | 0.4026 | 0.4795 |
Hunter Lab | 81.6951 | -20.5160 | 45.2792 |
CIE-Lab | 85.3729 | -17.6796 | 68.3534 |
#dbdc4a color RGB value is (219,220,74).
#dbdc4a hex color red value is 219, green value is 220 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbdc4a hue: 0.17 , saturation: 0.68 and the lightness value of dbdc4a is 0.58.
The process color (four color CMYK) of #dbdc4a color hex is 0.00, 0.00, 0.66, 0.14. Web safe color of #dbdc4a is #cccc33. Color #dbdc4a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011100 | 01001010 |
Octal | 333 | 334 | 112 |
Decimal | 219 | 220 | 74 |
Hex | DB | DC | 4A |
Shades of #dbdc4a
Tints of #dbdc4a
RGB Percentages of Color #dbdc4a
CMYK Percentages of Color #dbdc4a
Complementary Color
#dbdc4a | #4b4adc |
#dbdc4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdc4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdc4a Color CSS Codes
.mybgcolor {background-color:#dbdc4a; } .myforecolor {color:#dbdc4a; } .mybordercolor {border:3px solid #dbdc4a; }
#dbdc4a Text Font Color
<p style="color:#dbdc4a">Text here</p>
This sample text font color is #dbdc4a
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.
#dbdc4a Background Color
<div style="background-color:#dbdc4a">
Div content here</div>
This div background color is #dbdc4a
#dbdc4a Border Color
<div style="border:3px solid #dbdc4a">
Div here</div>
This div border color is #dbdc4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,220,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdc4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdc4a; -webkit-box-shadow: 1px 1px 3px 2px #dbdc4a; box-shadow: 1px 1px 3px 2px #dbdc4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,220,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdc4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdc4a; -webkit-box-shadow: 1px 1px 3px 2px #dbdc4a; box-shadow: 1px 1px 3px 2px #dbdc4a;">
Div content here</div>
This div box has shadow with color #dbdc4a
Comments
No comments written yet.
Please login to write comment.