Color spaces of #d0ecda
RGB | 208 | 236 | 218 |
---|---|---|---|
HSL | 0.39 | 0.42 | 0.87 |
HSV | 141° | 12° | 93° |
CMYK | 0.12 | 0.00 | 0.08 0.07 |
XYZ | 68.6628 | 78.4628 | 77.8556 |
Yxy | 78.4628 | 0.3052 | 0.3488 |
Hunter Lab | 88.5792 | -16.6481 | 9.8933 |
CIE-Lab | 90.9907 | -12.5270 | 5.6231 |
#d0ecda color RGB value is (208,236,218).
#d0ecda hex color red value is 208, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d0ecda hue: 0.39 , saturation: 0.42 and the lightness value of d0ecda is 0.87.
The process color (four color CMYK) of #d0ecda color hex is 0.12, 0.00, 0.08, 0.07. Web safe color of #d0ecda is #ccffcc. Color #d0ecda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010000 | 11101100 | 11011010 |
Octal | 320 | 354 | 332 |
Decimal | 208 | 236 | 218 |
Hex | D0 | EC | DA |
Shades of #d0ecda
Tints of #d0ecda
RGB Percentages of Color #d0ecda
CMYK Percentages of Color #d0ecda
Complementary Color
#d0ecda | #ecd0e2 |
#d0ecda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d0ecda Color Preview on White Background
Lorem ipsum dolor sit amet.
#d0ecda Color CSS Codes
.mybgcolor {background-color:#d0ecda; } .myforecolor {color:#d0ecda; } .mybordercolor {border:3px solid #d0ecda; }
#d0ecda Text Font Color
<p style="color:#d0ecda">Text here</p>
This sample text font color is #d0ecda
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.
#d0ecda Background Color
<div style="background-color:#d0ecda">
Div content here</div>
This div background color is #d0ecda
#d0ecda Border Color
<div style="border:3px solid #d0ecda">
Div here</div>
This div border color is #d0ecda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(208,236,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d0ecda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d0ecda; -webkit-box-shadow: 1px 1px 3px 2px #d0ecda; box-shadow: 1px 1px 3px 2px #d0ecda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(208,236,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d0ecda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d0ecda; -webkit-box-shadow: 1px 1px 3px 2px #d0ecda; box-shadow: 1px 1px 3px 2px #d0ecda;">
Div content here</div>
This div box has shadow with color #d0ecda
Comments
No comments written yet.
Please login to write comment.