Color spaces of #ecbdab
RGB | 236 | 189 | 171 |
---|---|---|---|
HSL | 0.05 | 0.63 | 0.80 |
HSV | 17° | 28° | 93° |
CMYK | 0.00 | 0.20 | 0.28 0.07 |
XYZ | 60.1404 | 57.1683 | 46.3929 |
Yxy | 57.1683 | 0.3674 | 0.3492 |
Hunter Lab | 75.6097 | 9.6629 | 16.5474 |
CIE-Lab | 80.2742 | 14.2775 | 15.4932 |
#ecbdab color RGB value is (236,189,171).
#ecbdab hex color red value is 236, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ecbdab hue: 0.05 , saturation: 0.63 and the lightness value of ecbdab is 0.80.
The process color (four color CMYK) of #ecbdab color hex is 0.00, 0.20, 0.28, 0.07. Web safe color of #ecbdab is #ffcc99. Color #ecbdab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 10111101 | 10101011 |
Octal | 354 | 275 | 253 |
Decimal | 236 | 189 | 171 |
Hex | EC | BD | AB |
Shades of #ecbdab
Tints of #ecbdab
RGB Percentages of Color #ecbdab
CMYK Percentages of Color #ecbdab
Complementary Color
#ecbdab | #abdaec |
#ecbdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecbdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecbdab Color CSS Codes
.mybgcolor {background-color:#ecbdab; } .myforecolor {color:#ecbdab; } .mybordercolor {border:3px solid #ecbdab; }
#ecbdab Text Font Color
<p style="color:#ecbdab">Text here</p>
This sample text font color is #ecbdab
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.
#ecbdab Background Color
<div style="background-color:#ecbdab">
Div content here</div>
This div background color is #ecbdab
#ecbdab Border Color
<div style="border:3px solid #ecbdab">
Div here</div>
This div border color is #ecbdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecbdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecbdab; -webkit-box-shadow: 1px 1px 3px 2px #ecbdab; box-shadow: 1px 1px 3px 2px #ecbdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,189,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecbdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecbdab; -webkit-box-shadow: 1px 1px 3px 2px #ecbdab; box-shadow: 1px 1px 3px 2px #ecbdab;">
Div content here</div>
This div box has shadow with color #ecbdab
Comments
No comments written yet.
Please login to write comment.