Color spaces of #dbfbec
RGB | 219 | 251 | 236 |
---|---|---|---|
HSL | 0.42 | 0.80 | 0.92 |
HSV | 152° | 13° | 98° |
CMYK | 0.13 | 0.00 | 0.06 0.02 |
XYZ | 78.8509 | 90.1106 | 92.5941 |
Yxy | 90.1106 | 0.3015 | 0.3445 |
Hunter Lab | 94.9266 | -17.8503 | 8.6155 |
CIE-Lab | 96.0426 | -13.1282 | 3.6936 |
#dbfbec color RGB value is (219,251,236).
#dbfbec hex color red value is 219, green value is 251 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbfbec hue: 0.42 , saturation: 0.80 and the lightness value of dbfbec is 0.92.
The process color (four color CMYK) of #dbfbec color hex is 0.13, 0.00, 0.06, 0.02. Web safe color of #dbfbec is #ccffff. Color #dbfbec contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111011 | 11101100 |
Octal | 333 | 373 | 354 |
Decimal | 219 | 251 | 236 |
Hex | DB | FB | EC |
Shades of #dbfbec
Tints of #dbfbec
RGB Percentages of Color #dbfbec
CMYK Percentages of Color #dbfbec
Complementary Color
#dbfbec | #fbdbea |
#dbfbec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbfbec Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbfbec Color CSS Codes
.mybgcolor {background-color:#dbfbec; } .myforecolor {color:#dbfbec; } .mybordercolor {border:3px solid #dbfbec; }
#dbfbec Text Font Color
<p style="color:#dbfbec">Text here</p>
This sample text font color is #dbfbec
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.
#dbfbec Background Color
<div style="background-color:#dbfbec">
Div content here</div>
This div background color is #dbfbec
#dbfbec Border Color
<div style="border:3px solid #dbfbec">
Div here</div>
This div border color is #dbfbec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,251,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbfbec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbfbec; -webkit-box-shadow: 1px 1px 3px 2px #dbfbec; box-shadow: 1px 1px 3px 2px #dbfbec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,251,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbfbec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbfbec; -webkit-box-shadow: 1px 1px 3px 2px #dbfbec; box-shadow: 1px 1px 3px 2px #dbfbec;">
Div content here</div>
This div box has shadow with color #dbfbec
Comments
No comments written yet.
Please login to write comment.