Color spaces of #ecdbba
RGB | 236 | 219 | 186 |
---|---|---|---|
HSL | 0.11 | 0.57 | 0.83 |
HSV | 40° | 21° | 93° |
CMYK | 0.00 | 0.07 | 0.21 0.07 |
XYZ | 68.7865 | 72.0411 | 56.7343 |
Yxy | 72.0411 | 0.3482 | 0.3647 |
Hunter Lab | 84.8770 | -3.8739 | 19.7827 |
CIE-Lab | 87.9884 | 0.6832 | 18.3523 |
#ecdbba color RGB value is (236,219,186).
#ecdbba hex color red value is 236, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ecdbba hue: 0.11 , saturation: 0.57 and the lightness value of ecdbba is 0.83.
The process color (four color CMYK) of #ecdbba color hex is 0.00, 0.07, 0.21, 0.07. Web safe color of #ecdbba is #ffcccc. Color #ecdbba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11011011 | 10111010 |
Octal | 354 | 333 | 272 |
Decimal | 236 | 219 | 186 |
Hex | EC | DB | BA |
Shades of #ecdbba
Tints of #ecdbba
RGB Percentages of Color #ecdbba
CMYK Percentages of Color #ecdbba
Complementary Color
#ecdbba | #bacbec |
#ecdbba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecdbba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecdbba Color CSS Codes
.mybgcolor {background-color:#ecdbba; } .myforecolor {color:#ecdbba; } .mybordercolor {border:3px solid #ecdbba; }
#ecdbba Text Font Color
<p style="color:#ecdbba">Text here</p>
This sample text font color is #ecdbba
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.
#ecdbba Background Color
<div style="background-color:#ecdbba">
Div content here</div>
This div background color is #ecdbba
#ecdbba Border Color
<div style="border:3px solid #ecdbba">
Div here</div>
This div border color is #ecdbba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,219,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecdbba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecdbba; -webkit-box-shadow: 1px 1px 3px 2px #ecdbba; box-shadow: 1px 1px 3px 2px #ecdbba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,219,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecdbba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecdbba; -webkit-box-shadow: 1px 1px 3px 2px #ecdbba; box-shadow: 1px 1px 3px 2px #ecdbba;">
Div content here</div>
This div box has shadow with color #ecdbba
#ecdbba Color Palettes
Comments
No comments written yet.
Please login to write comment.