Color spaces of #eb9cba
RGB | 235 | 156 | 186 |
---|---|---|---|
HSL | 0.94 | 0.66 | 0.77 |
HSV | 337° | 34° | 92° |
CMYK | 0.00 | 0.34 | 0.21 0.08 |
XYZ | 55.0123 | 44.9843 | 52.2377 |
Yxy | 44.9843 | 0.3614 | 0.2955 |
Hunter Lab | 67.0703 | 29.0358 | 0.7712 |
CIE-Lab | 72.8816 | 33.5773 | -3.3245 |
#eb9cba color RGB value is (235,156,186).
#eb9cba hex color red value is 235, green value is 156 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb9cba hue: 0.94 , saturation: 0.66 and the lightness value of eb9cba is 0.77.
The process color (four color CMYK) of #eb9cba color hex is 0.00, 0.34, 0.21, 0.08. Web safe color of #eb9cba is #ff99cc. Color #eb9cba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10011100 | 10111010 |
Octal | 353 | 234 | 272 |
Decimal | 235 | 156 | 186 |
Hex | EB | 9C | BA |
Shades of #eb9cba
Tints of #eb9cba
RGB Percentages of Color #eb9cba
CMYK Percentages of Color #eb9cba
Complementary Color
#eb9cba | #9cebcd |
#eb9cba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb9cba Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb9cba Color CSS Codes
.mybgcolor {background-color:#eb9cba; } .myforecolor {color:#eb9cba; } .mybordercolor {border:3px solid #eb9cba; }
#eb9cba Text Font Color
<p style="color:#eb9cba">Text here</p>
This sample text font color is #eb9cba
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.
#eb9cba Background Color
<div style="background-color:#eb9cba">
Div content here</div>
This div background color is #eb9cba
#eb9cba Border Color
<div style="border:3px solid #eb9cba">
Div here</div>
This div border color is #eb9cba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,156,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb9cba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb9cba; -webkit-box-shadow: 1px 1px 3px 2px #eb9cba; box-shadow: 1px 1px 3px 2px #eb9cba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,156,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb9cba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb9cba; -webkit-box-shadow: 1px 1px 3px 2px #eb9cba; box-shadow: 1px 1px 3px 2px #eb9cba;">
Div content here</div>
This div box has shadow with color #eb9cba
Comments
No comments written yet.
Please login to write comment.