Color spaces of #dbf1cb
RGB | 219 | 241 | 203 |
---|---|---|---|
HSL | 0.26 | 0.58 | 0.87 |
HSV | 95° | 16° | 95° |
CMYK | 0.09 | 0.00 | 0.16 0.05 |
XYZ | 71.4482 | 82.2825 | 68.6163 |
Yxy | 82.2825 | 0.3213 | 0.3701 |
Hunter Lab | 90.7097 | -18.1451 | 18.6476 |
CIE-Lab | 92.6994 | -13.9059 | 15.9437 |
#dbf1cb color RGB value is (219,241,203).
#dbf1cb hex color red value is 219, green value is 241 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #dbf1cb hue: 0.26 , saturation: 0.58 and the lightness value of dbf1cb is 0.87.
The process color (four color CMYK) of #dbf1cb color hex is 0.09, 0.00, 0.16, 0.05. Web safe color of #dbf1cb is #ccffcc. Color #dbf1cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110001 | 11001011 |
Octal | 333 | 361 | 313 |
Decimal | 219 | 241 | 203 |
Hex | DB | F1 | CB |
Shades of #dbf1cb
Tints of #dbf1cb
RGB Percentages of Color #dbf1cb
CMYK Percentages of Color #dbf1cb
Complementary Color
#dbf1cb | #e1cbf1 |
#dbf1cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf1cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf1cb Color CSS Codes
.mybgcolor {background-color:#dbf1cb; } .myforecolor {color:#dbf1cb; } .mybordercolor {border:3px solid #dbf1cb; }
#dbf1cb Text Font Color
<p style="color:#dbf1cb">Text here</p>
This sample text font color is #dbf1cb
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.
#dbf1cb Background Color
<div style="background-color:#dbf1cb">
Div content here</div>
This div background color is #dbf1cb
#dbf1cb Border Color
<div style="border:3px solid #dbf1cb">
Div here</div>
This div border color is #dbf1cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,241,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf1cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf1cb; -webkit-box-shadow: 1px 1px 3px 2px #dbf1cb; box-shadow: 1px 1px 3px 2px #dbf1cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,241,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf1cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf1cb; -webkit-box-shadow: 1px 1px 3px 2px #dbf1cb; box-shadow: 1px 1px 3px 2px #dbf1cb;">
Div content here</div>
This div box has shadow with color #dbf1cb
Comments
No comments written yet.
Please login to write comment.