Color spaces of #ebc6fc
RGB | 235 | 198 | 252 |
---|---|---|---|
HSL | 0.78 | 0.90 | 0.88 |
HSV | 281° | 21° | 99° |
CMYK | 0.07 | 0.21 | 0.00 0.01 |
XYZ | 72.0257 | 65.0786 | 100.8607 |
Yxy | 65.0786 | 0.3027 | 0.2735 |
Hunter Lab | 80.6713 | 18.1952 | -17.6584 |
CIE-Lab | 84.5242 | 22.5536 | -21.6447 |
#ebc6fc color RGB value is (235,198,252).
#ebc6fc hex color red value is 235, green value is 198 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebc6fc hue: 0.78 , saturation: 0.90 and the lightness value of ebc6fc is 0.88.
The process color (four color CMYK) of #ebc6fc color hex is 0.07, 0.21, 0.00, 0.01. Web safe color of #ebc6fc is #ffccff. Color #ebc6fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11000110 | 11111100 |
Octal | 353 | 306 | 374 |
Decimal | 235 | 198 | 252 |
Hex | EB | C6 | FC |
Shades of #ebc6fc
Tints of #ebc6fc
RGB Percentages of Color #ebc6fc
CMYK Percentages of Color #ebc6fc
Complementary Color
#ebc6fc | #d7fcc6 |
#ebc6fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebc6fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebc6fc Color CSS Codes
.mybgcolor {background-color:#ebc6fc; } .myforecolor {color:#ebc6fc; } .mybordercolor {border:3px solid #ebc6fc; }
#ebc6fc Text Font Color
<p style="color:#ebc6fc">Text here</p>
This sample text font color is #ebc6fc
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.
#ebc6fc Background Color
<div style="background-color:#ebc6fc">
Div content here</div>
This div background color is #ebc6fc
#ebc6fc Border Color
<div style="border:3px solid #ebc6fc">
Div here</div>
This div border color is #ebc6fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,198,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebc6fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebc6fc; -webkit-box-shadow: 1px 1px 3px 2px #ebc6fc; box-shadow: 1px 1px 3px 2px #ebc6fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,198,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebc6fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebc6fc; -webkit-box-shadow: 1px 1px 3px 2px #ebc6fc; box-shadow: 1px 1px 3px 2px #ebc6fc;">
Div content here</div>
This div box has shadow with color #ebc6fc
Comments
No comments written yet.
Please login to write comment.