Color spaces of #dbed38
RGB | 219 | 237 | 56 |
---|---|---|---|
HSL | 0.18 | 0.83 | 0.57 |
HSV | 66° | 76° | 93° |
CMYK | 0.08 | 0.00 | 0.76 0.07 |
XYZ | 60.2114 | 75.9140 | 15.2208 |
Yxy | 75.9140 | 0.3978 | 0.5016 |
Hunter Lab | 87.1286 | -29.1203 | 50.6325 |
CIE-Lab | 89.8194 | -26.6969 | 78.6492 |
#dbed38 color RGB value is (219,237,56).
#dbed38 hex color red value is 219, green value is 237 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #dbed38 hue: 0.18 , saturation: 0.83 and the lightness value of dbed38 is 0.57.
The process color (four color CMYK) of #dbed38 color hex is 0.08, 0.00, 0.76, 0.07. Web safe color of #dbed38 is #ccff33. Color #dbed38 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101101 | 00111000 |
Octal | 333 | 355 | 70 |
Decimal | 219 | 237 | 56 |
Hex | DB | ED | 38 |
Shades of #dbed38
Tints of #dbed38
RGB Percentages of Color #dbed38
CMYK Percentages of Color #dbed38
Complementary Color
#dbed38 | #4a38ed |
#dbed38 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbed38 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbed38 Color CSS Codes
.mybgcolor {background-color:#dbed38; } .myforecolor {color:#dbed38; } .mybordercolor {border:3px solid #dbed38; }
#dbed38 Text Font Color
<p style="color:#dbed38">Text here</p>
This sample text font color is #dbed38
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.
#dbed38 Background Color
<div style="background-color:#dbed38">
Div content here</div>
This div background color is #dbed38
#dbed38 Border Color
<div style="border:3px solid #dbed38">
Div here</div>
This div border color is #dbed38
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,237,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbed38; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbed38; -webkit-box-shadow: 1px 1px 3px 2px #dbed38; box-shadow: 1px 1px 3px 2px #dbed38; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,237,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbed38">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbed38; -webkit-box-shadow: 1px 1px 3px 2px #dbed38; box-shadow: 1px 1px 3px 2px #dbed38;">
Div content here</div>
This div box has shadow with color #dbed38
Comments
No comments written yet.
Please login to write comment.