Color spaces of #dbef4a
RGB | 219 | 239 | 74 |
---|---|---|---|
HSL | 0.19 | 0.84 | 0.61 |
HSV | 67° | 69° | 94° |
CMYK | 0.08 | 0.00 | 0.69 0.06 |
XYZ | 61.3160 | 77.2875 | 18.1648 |
Yxy | 77.2875 | 0.3911 | 0.4930 |
Hunter Lab | 87.9133 | -29.3517 | 49.2887 |
CIE-Lab | 90.4538 | -26.8213 | 73.4411 |
#dbef4a color RGB value is (219,239,74).
#dbef4a hex color red value is 219, green value is 239 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbef4a hue: 0.19 , saturation: 0.84 and the lightness value of dbef4a is 0.61.
The process color (four color CMYK) of #dbef4a color hex is 0.08, 0.00, 0.69, 0.06. Web safe color of #dbef4a is #ccff33. Color #dbef4a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101111 | 01001010 |
Octal | 333 | 357 | 112 |
Decimal | 219 | 239 | 74 |
Hex | DB | EF | 4A |
Shades of #dbef4a
Tints of #dbef4a
RGB Percentages of Color #dbef4a
CMYK Percentages of Color #dbef4a
Complementary Color
#dbef4a | #5e4aef |
#dbef4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbef4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbef4a Color CSS Codes
.mybgcolor {background-color:#dbef4a; } .myforecolor {color:#dbef4a; } .mybordercolor {border:3px solid #dbef4a; }
#dbef4a Text Font Color
<p style="color:#dbef4a">Text here</p>
This sample text font color is #dbef4a
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.
#dbef4a Background Color
<div style="background-color:#dbef4a">
Div content here</div>
This div background color is #dbef4a
#dbef4a Border Color
<div style="border:3px solid #dbef4a">
Div here</div>
This div border color is #dbef4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,239,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbef4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbef4a; -webkit-box-shadow: 1px 1px 3px 2px #dbef4a; box-shadow: 1px 1px 3px 2px #dbef4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,239,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 #dbef4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbef4a; -webkit-box-shadow: 1px 1px 3px 2px #dbef4a; box-shadow: 1px 1px 3px 2px #dbef4a;">
Div content here</div>
This div box has shadow with color #dbef4a
Comments
No comments written yet.
Please login to write comment.