Color spaces of #ecd4cb
RGB | 236 | 212 | 203 |
---|---|---|---|
HSL | 0.05 | 0.46 | 0.86 |
HSV | 16° | 14° | 93° |
CMYK | 0.00 | 0.10 | 0.14 0.07 |
XYZ | 68.9150 | 69.2316 | 66.2307 |
Yxy | 69.2316 | 0.3372 | 0.3387 |
Hunter Lab | 83.2055 | 2.2330 | 11.0497 |
CIE-Lab | 86.6186 | 6.8667 | 7.4702 |
#ecd4cb color RGB value is (236,212,203).
#ecd4cb hex color red value is 236, green value is 212 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ecd4cb hue: 0.05 , saturation: 0.46 and the lightness value of ecd4cb is 0.86.
The process color (four color CMYK) of #ecd4cb color hex is 0.00, 0.10, 0.14, 0.07. Web safe color of #ecd4cb is #ffcccc. Color #ecd4cb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010100 | 11001011 |
Octal | 354 | 324 | 313 |
Decimal | 236 | 212 | 203 |
Hex | EC | D4 | CB |
Shades of #ecd4cb
Tints of #ecd4cb
RGB Percentages of Color #ecd4cb
CMYK Percentages of Color #ecd4cb
Complementary Color
#ecd4cb | #cbe3ec |
#ecd4cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd4cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd4cb Color CSS Codes
.mybgcolor {background-color:#ecd4cb; } .myforecolor {color:#ecd4cb; } .mybordercolor {border:3px solid #ecd4cb; }
#ecd4cb Text Font Color
<p style="color:#ecd4cb">Text here</p>
This sample text font color is #ecd4cb
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.
#ecd4cb Background Color
<div style="background-color:#ecd4cb">
Div content here</div>
This div background color is #ecd4cb
#ecd4cb Border Color
<div style="border:3px solid #ecd4cb">
Div here</div>
This div border color is #ecd4cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,212,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd4cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd4cb; -webkit-box-shadow: 1px 1px 3px 2px #ecd4cb; box-shadow: 1px 1px 3px 2px #ecd4cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,212,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd4cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd4cb; -webkit-box-shadow: 1px 1px 3px 2px #ecd4cb; box-shadow: 1px 1px 3px 2px #ecd4cb;">
Div content here</div>
This div box has shadow with color #ecd4cb
Comments
No comments written yet.
Please login to write comment.