Color spaces of #ecd4bb
RGB | 236 | 212 | 187 |
---|---|---|---|
HSL | 0.09 | 0.56 | 0.83 |
HSV | 31° | 21° | 93° |
CMYK | 0.00 | 0.10 | 0.21 0.07 |
XYZ | 67.1052 | 68.5077 | 56.7002 |
Yxy | 68.5077 | 0.3489 | 0.3562 |
Hunter Lab | 82.7694 | -0.1277 | 17.3226 |
CIE-Lab | 86.2597 | 4.4468 | 15.4041 |
#ecd4bb color RGB value is (236,212,187).
#ecd4bb hex color red value is 236, green value is 212 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ecd4bb hue: 0.09 , saturation: 0.56 and the lightness value of ecd4bb is 0.83.
The process color (four color CMYK) of #ecd4bb color hex is 0.00, 0.10, 0.21, 0.07. Web safe color of #ecd4bb is #ffcccc. Color #ecd4bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101100 | 11010100 | 10111011 |
Octal | 354 | 324 | 273 |
Decimal | 236 | 212 | 187 |
Hex | EC | D4 | BB |
Shades of #ecd4bb
Tints of #ecd4bb
RGB Percentages of Color #ecd4bb
CMYK Percentages of Color #ecd4bb
Complementary Color
#ecd4bb | #bbd3ec |
#ecd4bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ecd4bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ecd4bb Color CSS Codes
.mybgcolor {background-color:#ecd4bb; } .myforecolor {color:#ecd4bb; } .mybordercolor {border:3px solid #ecd4bb; }
#ecd4bb Text Font Color
<p style="color:#ecd4bb">Text here</p>
This sample text font color is #ecd4bb
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.
#ecd4bb Background Color
<div style="background-color:#ecd4bb">
Div content here</div>
This div background color is #ecd4bb
#ecd4bb Border Color
<div style="border:3px solid #ecd4bb">
Div here</div>
This div border color is #ecd4bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(236,212,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ecd4bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ecd4bb; -webkit-box-shadow: 1px 1px 3px 2px #ecd4bb; box-shadow: 1px 1px 3px 2px #ecd4bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(236,212,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ecd4bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ecd4bb; -webkit-box-shadow: 1px 1px 3px 2px #ecd4bb; box-shadow: 1px 1px 3px 2px #ecd4bb;">
Div content here</div>
This div box has shadow with color #ecd4bb
Comments
No comments written yet.
Please login to write comment.