Color spaces of #dbdf58
RGB | 219 | 223 | 88 |
---|---|---|---|
HSL | 0.17 | 0.68 | 0.61 |
HSV | 62° | 61° | 87° |
CMYK | 0.02 | 0.00 | 0.61 0.13 |
XYZ | 57.3625 | 68.5400 | 19.4387 |
Yxy | 68.5400 | 0.3947 | 0.4716 |
Hunter Lab | 82.7889 | -21.2020 | 44.0310 |
CIE-Lab | 86.2758 | -18.3050 | 63.7218 |
#dbdf58 color RGB value is (219,223,88).
#dbdf58 hex color red value is 219, green value is 223 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dbdf58 hue: 0.17 , saturation: 0.68 and the lightness value of dbdf58 is 0.61.
The process color (four color CMYK) of #dbdf58 color hex is 0.02, 0.00, 0.61, 0.13. Web safe color of #dbdf58 is #cccc66. Color #dbdf58 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11011111 | 01011000 |
Octal | 333 | 337 | 130 |
Decimal | 219 | 223 | 88 |
Hex | DB | DF | 58 |
Shades of #dbdf58
Tints of #dbdf58
RGB Percentages of Color #dbdf58
CMYK Percentages of Color #dbdf58
Complementary Color
#dbdf58 | #5c58df |
#dbdf58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbdf58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbdf58 Color CSS Codes
.mybgcolor {background-color:#dbdf58; } .myforecolor {color:#dbdf58; } .mybordercolor {border:3px solid #dbdf58; }
#dbdf58 Text Font Color
<p style="color:#dbdf58">Text here</p>
This sample text font color is #dbdf58
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.
#dbdf58 Background Color
<div style="background-color:#dbdf58">
Div content here</div>
This div background color is #dbdf58
#dbdf58 Border Color
<div style="border:3px solid #dbdf58">
Div here</div>
This div border color is #dbdf58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,223,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbdf58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbdf58; -webkit-box-shadow: 1px 1px 3px 2px #dbdf58; box-shadow: 1px 1px 3px 2px #dbdf58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,223,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbdf58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbdf58; -webkit-box-shadow: 1px 1px 3px 2px #dbdf58; box-shadow: 1px 1px 3px 2px #dbdf58;">
Div content here</div>
This div box has shadow with color #dbdf58
Comments
No comments written yet.
Please login to write comment.