Color spaces of #dbefdd
RGB | 219 | 239 | 221 |
---|---|---|---|
HSL | 0.35 | 0.38 | 0.90 |
HSV | 126° | 8° | 94° |
CMYK | 0.08 | 0.00 | 0.08 0.06 |
XYZ | 73.1311 | 82.0135 | 80.3824 |
Yxy | 82.0135 | 0.3105 | 0.3482 |
Hunter Lab | 90.5613 | -14.3379 | 10.7670 |
CIE-Lab | 92.5808 | -9.8530 | 6.4505 |
#dbefdd color RGB value is (219,239,221).
#dbefdd hex color red value is 219, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbefdd hue: 0.35 , saturation: 0.38 and the lightness value of dbefdd is 0.90.
The process color (four color CMYK) of #dbefdd color hex is 0.08, 0.00, 0.08, 0.06. Web safe color of #dbefdd is #ccffcc. Color #dbefdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101111 | 11011101 |
Octal | 333 | 357 | 335 |
Decimal | 219 | 239 | 221 |
Hex | DB | EF | DD |
Shades of #dbefdd
Tints of #dbefdd
RGB Percentages of Color #dbefdd
CMYK Percentages of Color #dbefdd
Complementary Color
#dbefdd | #efdbed |
#dbefdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbefdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbefdd Color CSS Codes
.mybgcolor {background-color:#dbefdd; } .myforecolor {color:#dbefdd; } .mybordercolor {border:3px solid #dbefdd; }
#dbefdd Text Font Color
<p style="color:#dbefdd">Text here</p>
This sample text font color is #dbefdd
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.
#dbefdd Background Color
<div style="background-color:#dbefdd">
Div content here</div>
This div background color is #dbefdd
#dbefdd Border Color
<div style="border:3px solid #dbefdd">
Div here</div>
This div border color is #dbefdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbefdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbefdd; -webkit-box-shadow: 1px 1px 3px 2px #dbefdd; box-shadow: 1px 1px 3px 2px #dbefdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #dbefdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbefdd; -webkit-box-shadow: 1px 1px 3px 2px #dbefdd; box-shadow: 1px 1px 3px 2px #dbefdd;">
Div content here</div>
This div box has shadow with color #dbefdd
Comments
No comments written yet.
Please login to write comment.