Color spaces of #dbffac
RGB | 219 | 255 | 172 |
---|---|---|---|
HSL | 0.24 | 1.00 | 0.84 |
HSV | 86° | 33° | 100° |
CMYK | 0.14 | 0.00 | 0.33 0.00 |
XYZ | 72.4198 | 89.5586 | 52.4993 |
Yxy | 89.5586 | 0.3377 | 0.4176 |
Hunter Lab | 94.6354 | -29.0147 | 33.3535 |
CIE-Lab | 95.8134 | -25.2767 | 35.9522 |
#dbffac color RGB value is (219,255,172).
#dbffac hex color red value is 219, green value is 255 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dbffac hue: 0.24 , saturation: 1.00 and the lightness value of dbffac is 0.84.
The process color (four color CMYK) of #dbffac color hex is 0.14, 0.00, 0.33, 0.00. Web safe color of #dbffac is #ccff99. Color #dbffac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111111 | 10101100 |
Octal | 333 | 377 | 254 |
Decimal | 219 | 255 | 172 |
Hex | DB | FF | AC |
Shades of #dbffac
Tints of #dbffac
RGB Percentages of Color #dbffac
CMYK Percentages of Color #dbffac
Complementary Color
#dbffac | #d0acff |
#dbffac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbffac Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbffac Color CSS Codes
.mybgcolor {background-color:#dbffac; } .myforecolor {color:#dbffac; } .mybordercolor {border:3px solid #dbffac; }
#dbffac Text Font Color
<p style="color:#dbffac">Text here</p>
This sample text font color is #dbffac
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.
#dbffac Background Color
<div style="background-color:#dbffac">
Div content here</div>
This div background color is #dbffac
#dbffac Border Color
<div style="border:3px solid #dbffac">
Div here</div>
This div border color is #dbffac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,255,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbffac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbffac; -webkit-box-shadow: 1px 1px 3px 2px #dbffac; box-shadow: 1px 1px 3px 2px #dbffac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,255,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbffac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbffac; -webkit-box-shadow: 1px 1px 3px 2px #dbffac; box-shadow: 1px 1px 3px 2px #dbffac;">
Div content here</div>
This div box has shadow with color #dbffac
Comments
No comments written yet.
Please login to write comment.