Color spaces of #dbf48e
RGB | 219 | 244 | 142 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.76 |
HSV | 75° | 42° | 96° |
CMYK | 0.10 | 0.00 | 0.42 0.04 |
XYZ | 66.4466 | 81.7144 | 37.8615 |
Yxy | 81.7144 | 0.3572 | 0.4393 |
Hunter Lab | 90.3960 | -26.9846 | 38.4442 |
CIE-Lab | 92.4487 | -23.6912 | 46.3403 |
#dbf48e color RGB value is (219,244,142).
#dbf48e hex color red value is 219, green value is 244 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dbf48e hue: 0.21 , saturation: 0.82 and the lightness value of dbf48e is 0.76.
The process color (four color CMYK) of #dbf48e color hex is 0.10, 0.00, 0.42, 0.04. Web safe color of #dbf48e is #ccff99. Color #dbf48e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110100 | 10001110 |
Octal | 333 | 364 | 216 |
Decimal | 219 | 244 | 142 |
Hex | DB | F4 | 8E |
Shades of #dbf48e
Tints of #dbf48e
RGB Percentages of Color #dbf48e
CMYK Percentages of Color #dbf48e
Complementary Color
#dbf48e | #a78ef4 |
#dbf48e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf48e Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf48e Color CSS Codes
.mybgcolor {background-color:#dbf48e; } .myforecolor {color:#dbf48e; } .mybordercolor {border:3px solid #dbf48e; }
#dbf48e Text Font Color
<p style="color:#dbf48e">Text here</p>
This sample text font color is #dbf48e
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.
#dbf48e Background Color
<div style="background-color:#dbf48e">
Div content here</div>
This div background color is #dbf48e
#dbf48e Border Color
<div style="border:3px solid #dbf48e">
Div here</div>
This div border color is #dbf48e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,244,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf48e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf48e; -webkit-box-shadow: 1px 1px 3px 2px #dbf48e; box-shadow: 1px 1px 3px 2px #dbf48e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,244,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf48e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf48e; -webkit-box-shadow: 1px 1px 3px 2px #dbf48e; box-shadow: 1px 1px 3px 2px #dbf48e;">
Div content here</div>
This div box has shadow with color #dbf48e
Comments
No comments written yet.
Please login to write comment.