Color spaces of #ebc4bd
RGB | 235 | 196 | 189 |
---|---|---|---|
HSL | 0.03 | 0.53 | 0.83 |
HSV | 9° | 20° | 92° |
CMYK | 0.00 | 0.17 | 0.20 0.08 |
XYZ | 63.1862 | 60.8161 | 56.5525 |
Yxy | 60.8161 | 0.3500 | 0.3368 |
Hunter Lab | 77.9847 | 8.1544 | 11.5937 |
CIE-Lab | 82.2798 | 12.7600 | 8.6820 |
#ebc4bd color RGB value is (235,196,189).
#ebc4bd hex color red value is 235, green value is 196 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebc4bd hue: 0.03 , saturation: 0.53 and the lightness value of ebc4bd is 0.83.
The process color (four color CMYK) of #ebc4bd color hex is 0.00, 0.17, 0.20, 0.08. Web safe color of #ebc4bd is #ffcccc. Color #ebc4bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000100 | 10111101 |
Octal | 353 | 304 | 275 |
Decimal | 235 | 196 | 189 |
Hex | EB | C4 | BD |
Shades of #ebc4bd
Tints of #ebc4bd
RGB Percentages of Color #ebc4bd
CMYK Percentages of Color #ebc4bd
Complementary Color
#ebc4bd | #bde4eb |
#ebc4bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc4bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc4bd Color CSS Codes
.mybgcolor {background-color:#ebc4bd; } .myforecolor {color:#ebc4bd; } .mybordercolor {border:3px solid #ebc4bd; }
#ebc4bd Text Font Color
<p style="color:#ebc4bd">Text here</p>
This sample text font color is #ebc4bd
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.
#ebc4bd Background Color
<div style="background-color:#ebc4bd">
Div content here</div>
This div background color is #ebc4bd
#ebc4bd Border Color
<div style="border:3px solid #ebc4bd">
Div here</div>
This div border color is #ebc4bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,196,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc4bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc4bd; -webkit-box-shadow: 1px 1px 3px 2px #ebc4bd; box-shadow: 1px 1px 3px 2px #ebc4bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,196,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc4bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc4bd; -webkit-box-shadow: 1px 1px 3px 2px #ebc4bd; box-shadow: 1px 1px 3px 2px #ebc4bd;">
Div content here</div>
This div box has shadow with color #ebc4bd
Comments
No comments written yet.
Please login to write comment.