Color spaces of #ecddbd
RGB | 236 | 221 | 189 |
---|---|---|---|
HSL | 0.11 | 0.55 | 0.83 |
HSV | 41° | 20° | 93° |
CMYK | 0.00 | 0.06 | 0.20 0.07 |
XYZ | 69.6338 | 73.2199 | 58.6069 |
Yxy | 73.2199 | 0.3456 | 0.3634 |
Hunter Lab | 85.5686 | -4.4859 | 19.2897 |
CIE-Lab | 88.5525 | 0.0874 | 17.5734 |
#ecddbd color RGB value is (236,221,189).
#ecddbd hex color red value is 236, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ecddbd hue: 0.11 , saturation: 0.55 and the lightness value of ecddbd is 0.83.
The process color (four color CMYK) of #ecddbd color hex is 0.00, 0.06, 0.20, 0.07. Web safe color of #ecddbd is #ffcccc. Color #ecddbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011101 | 10111101 |
Octal | 354 | 335 | 275 |
Decimal | 236 | 221 | 189 |
Hex | EC | DD | BD |
Shades of #ecddbd
Tints of #ecddbd
RGB Percentages of Color #ecddbd
CMYK Percentages of Color #ecddbd
Complementary Color
#ecddbd | #bdccec |
#ecddbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecddbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecddbd Color CSS Codes
.mybgcolor {background-color:#ecddbd; } .myforecolor {color:#ecddbd; } .mybordercolor {border:3px solid #ecddbd; }
#ecddbd Text Font Color
<p style="color:#ecddbd">Text here</p>
This sample text font color is #ecddbd
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.
#ecddbd Background Color
<div style="background-color:#ecddbd">
Div content here</div>
This div background color is #ecddbd
#ecddbd Border Color
<div style="border:3px solid #ecddbd">
Div here</div>
This div border color is #ecddbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,221,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecddbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecddbd; -webkit-box-shadow: 1px 1px 3px 2px #ecddbd; box-shadow: 1px 1px 3px 2px #ecddbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,221,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecddbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecddbd; -webkit-box-shadow: 1px 1px 3px 2px #ecddbd; box-shadow: 1px 1px 3px 2px #ecddbd;">
Div content here</div>
This div box has shadow with color #ecddbd
Comments
No comments written yet.
Please login to write comment.