Color spaces of #dbdf70
RGB | 219 | 223 | 112 |
---|---|---|---|
HSL | 0.17 | 0.63 | 0.66 |
HSV | 62° | 50° | 87° |
CMYK | 0.02 | 0.00 | 0.50 0.13 |
XYZ | 58.5257 | 69.0053 | 25.5639 |
Yxy | 69.0053 | 0.3823 | 0.4507 |
Hunter Lab | 83.0694 | -19.6112 | 39.9026 |
CIE-Lab | 86.5067 | -16.4633 | 53.3535 |
#dbdf70 color RGB value is (219,223,112).
#dbdf70 hex color red value is 219, green value is 223 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #dbdf70 hue: 0.17 , saturation: 0.63 and the lightness value of dbdf70 is 0.66.
The process color (four color CMYK) of #dbdf70 color hex is 0.02, 0.00, 0.50, 0.13. Web safe color of #dbdf70 is #cccc66. Color #dbdf70 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011111 | 01110000 |
Octal | 333 | 337 | 160 |
Decimal | 219 | 223 | 112 |
Hex | DB | DF | 70 |
Shades of #dbdf70
Tints of #dbdf70
RGB Percentages of Color #dbdf70
CMYK Percentages of Color #dbdf70
Complementary Color
#dbdf70 | #7470df |
#dbdf70 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdf70 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdf70 Color CSS Codes
.mybgcolor {background-color:#dbdf70; } .myforecolor {color:#dbdf70; } .mybordercolor {border:3px solid #dbdf70; }
#dbdf70 Text Font Color
<p style="color:#dbdf70">Text here</p>
This sample text font color is #dbdf70
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.
#dbdf70 Background Color
<div style="background-color:#dbdf70">
Div content here</div>
This div background color is #dbdf70
#dbdf70 Border Color
<div style="border:3px solid #dbdf70">
Div here</div>
This div border color is #dbdf70
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,223,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdf70; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdf70; -webkit-box-shadow: 1px 1px 3px 2px #dbdf70; box-shadow: 1px 1px 3px 2px #dbdf70; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,223,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdf70">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdf70; -webkit-box-shadow: 1px 1px 3px 2px #dbdf70; box-shadow: 1px 1px 3px 2px #dbdf70;">
Div content here</div>
This div box has shadow with color #dbdf70
Comments
No comments written yet.
Please login to write comment.