Color spaces of #dbfba7
RGB | 219 | 251 | 167 |
---|---|---|---|
HSL | 0.23 | 0.91 | 0.82 |
HSV | 83° | 33° | 98° |
CMYK | 0.13 | 0.00 | 0.33 0.02 |
XYZ | 70.6856 | 86.8445 | 49.5963 |
Yxy | 86.8445 | 0.3413 | 0.4193 |
Hunter Lab | 93.1904 | -27.6896 | 33.6789 |
CIE-Lab | 94.6723 | -24.0328 | 36.9304 |
#dbfba7 color RGB value is (219,251,167).
#dbfba7 hex color red value is 219, green value is 251 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dbfba7 hue: 0.23 , saturation: 0.91 and the lightness value of dbfba7 is 0.82.
The process color (four color CMYK) of #dbfba7 color hex is 0.13, 0.00, 0.33, 0.02. Web safe color of #dbfba7 is #ccff99. Color #dbfba7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111011 | 10100111 |
Octal | 333 | 373 | 247 |
Decimal | 219 | 251 | 167 |
Hex | DB | FB | A7 |
Shades of #dbfba7
Tints of #dbfba7
RGB Percentages of Color #dbfba7
CMYK Percentages of Color #dbfba7
Complementary Color
#dbfba7 | #c7a7fb |
#dbfba7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfba7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfba7 Color CSS Codes
.mybgcolor {background-color:#dbfba7; } .myforecolor {color:#dbfba7; } .mybordercolor {border:3px solid #dbfba7; }
#dbfba7 Text Font Color
<p style="color:#dbfba7">Text here</p>
This sample text font color is #dbfba7
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.
#dbfba7 Background Color
<div style="background-color:#dbfba7">
Div content here</div>
This div background color is #dbfba7
#dbfba7 Border Color
<div style="border:3px solid #dbfba7">
Div here</div>
This div border color is #dbfba7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,251,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfba7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfba7; -webkit-box-shadow: 1px 1px 3px 2px #dbfba7; box-shadow: 1px 1px 3px 2px #dbfba7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,251,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfba7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfba7; -webkit-box-shadow: 1px 1px 3px 2px #dbfba7; box-shadow: 1px 1px 3px 2px #dbfba7;">
Div content here</div>
This div box has shadow with color #dbfba7
Comments
No comments written yet.
Please login to write comment.