Color spaces of #dbedce
RGB | 219 | 237 | 206 |
---|---|---|---|
HSL | 0.26 | 0.46 | 0.87 |
HSV | 95° | 13° | 93° |
CMYK | 0.08 | 0.00 | 0.13 0.07 |
XYZ | 70.6382 | 80.0847 | 70.1274 |
Yxy | 80.0847 | 0.3198 | 0.3626 |
Hunter Lab | 89.4901 | -15.7102 | 16.1814 |
CIE-Lab | 91.7229 | -11.4212 | 13.0104 |
#dbedce color RGB value is (219,237,206).
#dbedce hex color red value is 219, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dbedce hue: 0.26 , saturation: 0.46 and the lightness value of dbedce is 0.87.
The process color (four color CMYK) of #dbedce color hex is 0.08, 0.00, 0.13, 0.07. Web safe color of #dbedce is #ccffcc. Color #dbedce contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011011 | 11101101 | 11001110 |
Octal | 333 | 355 | 316 |
Decimal | 219 | 237 | 206 |
Hex | DB | ED | CE |
Shades of #dbedce
Tints of #dbedce
RGB Percentages of Color #dbedce
CMYK Percentages of Color #dbedce
Complementary Color
#dbedce | #e0ceed |
#dbedce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#dbedce Color Preview on White Background
Lorem ipsum dolor sit amet.
#dbedce Color CSS Codes
.mybgcolor {background-color:#dbedce; } .myforecolor {color:#dbedce; } .mybordercolor {border:3px solid #dbedce; }
#dbedce Text Font Color
<p style="color:#dbedce">Text here</p>
This sample text font color is #dbedce
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.
#dbedce Background Color
<div style="background-color:#dbedce">
Div content here</div>
This div background color is #dbedce
#dbedce Border Color
<div style="border:3px solid #dbedce">
Div here</div>
This div border color is #dbedce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(219,237,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #dbedce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #dbedce; -webkit-box-shadow: 1px 1px 3px 2px #dbedce; box-shadow: 1px 1px 3px 2px #dbedce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(219,237,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 #dbedce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #dbedce; -webkit-box-shadow: 1px 1px 3px 2px #dbedce; box-shadow: 1px 1px 3px 2px #dbedce;">
Div content here</div>
This div box has shadow with color #dbedce
Comments
No comments written yet.
Please login to write comment.