Color spaces of #dbf1bb
RGB | 219 | 241 | 187 |
---|---|---|---|
HSL | 0.23 | 0.66 | 0.84 |
HSV | 84° | 22° | 95° |
CMYK | 0.09 | 0.00 | 0.22 0.05 |
XYZ | 69.6384 | 81.5585 | 59.0857 |
Yxy | 81.5585 | 0.3312 | 0.3879 |
Hunter Lab | 90.3097 | -20.3996 | 24.4260 |
CIE-Lab | 92.3796 | -16.3991 | 23.7301 |
#dbf1bb color RGB value is (219,241,187).
#dbf1bb hex color red value is 219, green value is 241 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbf1bb hue: 0.23 , saturation: 0.66 and the lightness value of dbf1bb is 0.84.
The process color (four color CMYK) of #dbf1bb color hex is 0.09, 0.00, 0.22, 0.05. Web safe color of #dbf1bb is #ccffcc. Color #dbf1bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110001 | 10111011 |
Octal | 333 | 361 | 273 |
Decimal | 219 | 241 | 187 |
Hex | DB | F1 | BB |
Shades of #dbf1bb
Tints of #dbf1bb
RGB Percentages of Color #dbf1bb
CMYK Percentages of Color #dbf1bb
Complementary Color
#dbf1bb | #d1bbf1 |
#dbf1bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf1bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf1bb Color CSS Codes
.mybgcolor {background-color:#dbf1bb; } .myforecolor {color:#dbf1bb; } .mybordercolor {border:3px solid #dbf1bb; }
#dbf1bb Text Font Color
<p style="color:#dbf1bb">Text here</p>
This sample text font color is #dbf1bb
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.
#dbf1bb Background Color
<div style="background-color:#dbf1bb">
Div content here</div>
This div background color is #dbf1bb
#dbf1bb Border Color
<div style="border:3px solid #dbf1bb">
Div here</div>
This div border color is #dbf1bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,241,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf1bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf1bb; -webkit-box-shadow: 1px 1px 3px 2px #dbf1bb; box-shadow: 1px 1px 3px 2px #dbf1bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,241,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf1bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf1bb; -webkit-box-shadow: 1px 1px 3px 2px #dbf1bb; box-shadow: 1px 1px 3px 2px #dbf1bb;">
Div content here</div>
This div box has shadow with color #dbf1bb
Comments
No comments written yet.
Please login to write comment.