Color spaces of #dbff4a
RGB | 219 | 255 | 74 |
---|---|---|---|
HSL | 0.20 | 1.00 | 0.65 |
HSV | 72° | 71° | 100° |
CMYK | 0.14 | 0.00 | 0.71 0.00 |
XYZ | 66.2094 | 87.0745 | 19.7960 |
Yxy | 87.0745 | 0.3825 | 0.5031 |
Hunter Lab | 93.3137 | -36.6469 | 52.7416 |
CIE-Lab | 94.7699 | -34.2250 | 77.6810 |
#dbff4a color RGB value is (219,255,74).
#dbff4a hex color red value is 219, green value is 255 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dbff4a hue: 0.20 , saturation: 1.00 and the lightness value of dbff4a is 0.65.
The process color (four color CMYK) of #dbff4a color hex is 0.14, 0.00, 0.71, 0.00. Web safe color of #dbff4a is #ccff33. Color #dbff4a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111111 | 01001010 |
Octal | 333 | 377 | 112 |
Decimal | 219 | 255 | 74 |
Hex | DB | FF | 4A |
Shades of #dbff4a
Tints of #dbff4a
RGB Percentages of Color #dbff4a
CMYK Percentages of Color #dbff4a
Complementary Color
#dbff4a | #6e4aff |
#dbff4a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbff4a Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbff4a Color CSS Codes
.mybgcolor {background-color:#dbff4a; } .myforecolor {color:#dbff4a; } .mybordercolor {border:3px solid #dbff4a; }
#dbff4a Text Font Color
<p style="color:#dbff4a">Text here</p>
This sample text font color is #dbff4a
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.
#dbff4a Background Color
<div style="background-color:#dbff4a">
Div content here</div>
This div background color is #dbff4a
#dbff4a Border Color
<div style="border:3px solid #dbff4a">
Div here</div>
This div border color is #dbff4a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,255,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbff4a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbff4a; -webkit-box-shadow: 1px 1px 3px 2px #dbff4a; box-shadow: 1px 1px 3px 2px #dbff4a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,255,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 #dbff4a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbff4a; -webkit-box-shadow: 1px 1px 3px 2px #dbff4a; box-shadow: 1px 1px 3px 2px #dbff4a;">
Div content here</div>
This div box has shadow with color #dbff4a
#dbff4a Color Palettes
Comments
No comments written yet.
Please login to write comment.