Color spaces of #dbf4bb
RGB | 219 | 244 | 187 |
---|---|---|---|
HSL | 0.24 | 0.72 | 0.85 |
HSV | 86° | 23° | 96° |
CMYK | 0.10 | 0.00 | 0.23 0.04 |
XYZ | 70.5337 | 83.3493 | 59.3842 |
Yxy | 83.3493 | 0.3307 | 0.3908 |
Hunter Lab | 91.2958 | -21.8615 | 25.3414 |
CIE-Lab | 93.1672 | -17.8700 | 24.8136 |
#dbf4bb color RGB value is (219,244,187).
#dbf4bb hex color red value is 219, green value is 244 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbf4bb hue: 0.24 , saturation: 0.72 and the lightness value of dbf4bb is 0.85.
The process color (four color CMYK) of #dbf4bb color hex is 0.10, 0.00, 0.23, 0.04. Web safe color of #dbf4bb is #ccffcc. Color #dbf4bb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11110100 | 10111011 |
Octal | 333 | 364 | 273 |
Decimal | 219 | 244 | 187 |
Hex | DB | F4 | BB |
Shades of #dbf4bb
Tints of #dbf4bb
RGB Percentages of Color #dbf4bb
CMYK Percentages of Color #dbf4bb
Complementary Color
#dbf4bb | #d4bbf4 |
#dbf4bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf4bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf4bb Color CSS Codes
.mybgcolor {background-color:#dbf4bb; } .myforecolor {color:#dbf4bb; } .mybordercolor {border:3px solid #dbf4bb; }
#dbf4bb Text Font Color
<p style="color:#dbf4bb">Text here</p>
This sample text font color is #dbf4bb
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.
#dbf4bb Background Color
<div style="background-color:#dbf4bb">
Div content here</div>
This div background color is #dbf4bb
#dbf4bb Border Color
<div style="border:3px solid #dbf4bb">
Div here</div>
This div border color is #dbf4bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,244,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf4bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf4bb; -webkit-box-shadow: 1px 1px 3px 2px #dbf4bb; box-shadow: 1px 1px 3px 2px #dbf4bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,244,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 #dbf4bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf4bb; -webkit-box-shadow: 1px 1px 3px 2px #dbf4bb; box-shadow: 1px 1px 3px 2px #dbf4bb;">
Div content here</div>
This div box has shadow with color #dbf4bb
Comments
No comments written yet.
Please login to write comment.