Color spaces of #ebbafc
RGB | 235 | 186 | 252 |
---|---|---|---|
HSL | 0.79 | 0.92 | 0.86 |
HSV | 285° | 26° | 99° |
CMYK | 0.07 | 0.26 | 0.00 0.01 |
XYZ | 69.3905 | 59.8083 | 99.9823 |
Yxy | 59.8083 | 0.3028 | 0.2610 |
Hunter Lab | 77.3358 | 24.8236 | -22.5170 |
CIE-Lab | 81.7339 | 28.9523 | -25.8880 |
#ebbafc color RGB value is (235,186,252).
#ebbafc hex color red value is 235, green value is 186 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebbafc hue: 0.79 , saturation: 0.92 and the lightness value of ebbafc is 0.86.
The process color (four color CMYK) of #ebbafc color hex is 0.07, 0.26, 0.00, 0.01. Web safe color of #ebbafc is #ffccff. Color #ebbafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111010 | 11111100 |
Octal | 353 | 272 | 374 |
Decimal | 235 | 186 | 252 |
Hex | EB | BA | FC |
Shades of #ebbafc
Tints of #ebbafc
RGB Percentages of Color #ebbafc
CMYK Percentages of Color #ebbafc
Complementary Color
#ebbafc | #cbfcba |
#ebbafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbafc Color CSS Codes
.mybgcolor {background-color:#ebbafc; } .myforecolor {color:#ebbafc; } .mybordercolor {border:3px solid #ebbafc; }
#ebbafc Text Font Color
<p style="color:#ebbafc">Text here</p>
This sample text font color is #ebbafc
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.
#ebbafc Background Color
<div style="background-color:#ebbafc">
Div content here</div>
This div background color is #ebbafc
#ebbafc Border Color
<div style="border:3px solid #ebbafc">
Div here</div>
This div border color is #ebbafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,186,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbafc; -webkit-box-shadow: 1px 1px 3px 2px #ebbafc; box-shadow: 1px 1px 3px 2px #ebbafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,186,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 #ebbafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbafc; -webkit-box-shadow: 1px 1px 3px 2px #ebbafc; box-shadow: 1px 1px 3px 2px #ebbafc;">
Div content here</div>
This div box has shadow with color #ebbafc
Comments
No comments written yet.
Please login to write comment.