Color spaces of #dbf9ce
RGB | 219 | 249 | 206 |
---|---|---|---|
HSL | 0.28 | 0.78 | 0.89 |
HSV | 102° | 17° | 98° |
CMYK | 0.12 | 0.00 | 0.17 0.02 |
XYZ | 74.2297 | 87.2677 | 71.3245 |
Yxy | 87.2677 | 0.3188 | 0.3748 |
Hunter Lab | 93.4172 | -21.6432 | 20.1238 |
CIE-Lab | 94.8517 | -17.3585 | 17.4278 |
#dbf9ce color RGB value is (219,249,206).
#dbf9ce hex color red value is 219, green value is 249 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbf9ce hue: 0.28 , saturation: 0.78 and the lightness value of dbf9ce is 0.89.
The process color (four color CMYK) of #dbf9ce color hex is 0.12, 0.00, 0.17, 0.02. Web safe color of #dbf9ce is #ccffcc. Color #dbf9ce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11111001 | 11001110 |
Octal | 333 | 371 | 316 |
Decimal | 219 | 249 | 206 |
Hex | DB | F9 | CE |
Shades of #dbf9ce
Tints of #dbf9ce
RGB Percentages of Color #dbf9ce
CMYK Percentages of Color #dbf9ce
Complementary Color
#dbf9ce | #eccef9 |
#dbf9ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbf9ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbf9ce Color CSS Codes
.mybgcolor {background-color:#dbf9ce; } .myforecolor {color:#dbf9ce; } .mybordercolor {border:3px solid #dbf9ce; }
#dbf9ce Text Font Color
<p style="color:#dbf9ce">Text here</p>
This sample text font color is #dbf9ce
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.
#dbf9ce Background Color
<div style="background-color:#dbf9ce">
Div content here</div>
This div background color is #dbf9ce
#dbf9ce Border Color
<div style="border:3px solid #dbf9ce">
Div here</div>
This div border color is #dbf9ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,249,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbf9ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbf9ce; -webkit-box-shadow: 1px 1px 3px 2px #dbf9ce; box-shadow: 1px 1px 3px 2px #dbf9ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,249,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbf9ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbf9ce; -webkit-box-shadow: 1px 1px 3px 2px #dbf9ce; box-shadow: 1px 1px 3px 2px #dbf9ce;">
Div content here</div>
This div box has shadow with color #dbf9ce
Comments
No comments written yet.
Please login to write comment.