Color spaces of #ecbca4
RGB | 236 | 188 | 164 |
---|---|---|---|
HSL | 0.06 | 0.65 | 0.78 |
HSV | 20° | 31° | 93° |
CMYK | 0.00 | 0.20 | 0.31 0.07 |
XYZ | 59.2761 | 56.4796 | 42.8994 |
Yxy | 56.4796 | 0.3736 | 0.3560 |
Hunter Lab | 75.1529 | 9.2725 | 18.7626 |
CIE-Lab | 79.8860 | 13.8843 | 18.7005 |
#ecbca4 color RGB value is (236,188,164).
#ecbca4 hex color red value is 236, green value is 188 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ecbca4 hue: 0.06 , saturation: 0.65 and the lightness value of ecbca4 is 0.78.
The process color (four color CMYK) of #ecbca4 color hex is 0.00, 0.20, 0.31, 0.07. Web safe color of #ecbca4 is #ffcc99. Color #ecbca4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111100 | 10100100 |
Octal | 354 | 274 | 244 |
Decimal | 236 | 188 | 164 |
Hex | EC | BC | A4 |
Shades of #ecbca4
Tints of #ecbca4
RGB Percentages of Color #ecbca4
CMYK Percentages of Color #ecbca4
Complementary Color
#ecbca4 | #a4d4ec |
#ecbca4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbca4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbca4 Color CSS Codes
.mybgcolor {background-color:#ecbca4; } .myforecolor {color:#ecbca4; } .mybordercolor {border:3px solid #ecbca4; }
#ecbca4 Text Font Color
<p style="color:#ecbca4">Text here</p>
This sample text font color is #ecbca4
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.
#ecbca4 Background Color
<div style="background-color:#ecbca4">
Div content here</div>
This div background color is #ecbca4
#ecbca4 Border Color
<div style="border:3px solid #ecbca4">
Div here</div>
This div border color is #ecbca4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,188,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbca4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbca4; -webkit-box-shadow: 1px 1px 3px 2px #ecbca4; box-shadow: 1px 1px 3px 2px #ecbca4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,188,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbca4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbca4; -webkit-box-shadow: 1px 1px 3px 2px #ecbca4; box-shadow: 1px 1px 3px 2px #ecbca4;">
Div content here</div>
This div box has shadow with color #ecbca4
#ecbca4 Color Palettes
Comments
No comments written yet.
Please login to write comment.