Color spaces of #ebc1ec
RGB | 235 | 193 | 236 |
---|---|---|---|
HSL | 0.83 | 0.53 | 0.84 |
HSV | 299° | 18° | 93° |
CMYK | 0.00 | 0.18 | 0.00 0.07 |
XYZ | 68.4712 | 61.8582 | 87.6879 |
Yxy | 61.8582 | 0.3141 | 0.2837 |
Hunter Lab | 78.6500 | 17.7613 | -11.0482 |
CIE-Lab | 82.8380 | 22.1963 | -15.6655 |
#ebc1ec color RGB value is (235,193,236).
#ebc1ec hex color red value is 235, green value is 193 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ebc1ec hue: 0.83 , saturation: 0.53 and the lightness value of ebc1ec is 0.84.
The process color (four color CMYK) of #ebc1ec color hex is 0.00, 0.18, 0.00, 0.07. Web safe color of #ebc1ec is #ffccff. Color #ebc1ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000001 | 11101100 |
Octal | 353 | 301 | 354 |
Decimal | 235 | 193 | 236 |
Hex | EB | C1 | EC |
Shades of #ebc1ec
Tints of #ebc1ec
RGB Percentages of Color #ebc1ec
CMYK Percentages of Color #ebc1ec
Complementary Color
#ebc1ec | #c2ecc1 |
#ebc1ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc1ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc1ec Color CSS Codes
.mybgcolor {background-color:#ebc1ec; } .myforecolor {color:#ebc1ec; } .mybordercolor {border:3px solid #ebc1ec; }
#ebc1ec Text Font Color
<p style="color:#ebc1ec">Text here</p>
This sample text font color is #ebc1ec
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.
#ebc1ec Background Color
<div style="background-color:#ebc1ec">
Div content here</div>
This div background color is #ebc1ec
#ebc1ec Border Color
<div style="border:3px solid #ebc1ec">
Div here</div>
This div border color is #ebc1ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,193,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc1ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc1ec; -webkit-box-shadow: 1px 1px 3px 2px #ebc1ec; box-shadow: 1px 1px 3px 2px #ebc1ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,193,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc1ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc1ec; -webkit-box-shadow: 1px 1px 3px 2px #ebc1ec; box-shadow: 1px 1px 3px 2px #ebc1ec;">
Div content here</div>
This div box has shadow with color #ebc1ec
Comments
No comments written yet.
Please login to write comment.