Color spaces of #ebbbfb
RGB | 235 | 187 | 251 |
---|---|---|---|
HSL | 0.79 | 0.89 | 0.86 |
HSV | 285° | 25° | 98° |
CMYK | 0.06 | 0.25 | 0.00 0.02 |
XYZ | 69.4439 | 60.1679 | 99.2203 |
Yxy | 60.1679 | 0.3035 | 0.2629 |
Hunter Lab | 77.5680 | 24.0609 | -21.5426 |
CIE-Lab | 81.9294 | 28.2252 | -25.0558 |
#ebbbfb color RGB value is (235,187,251).
#ebbbfb hex color red value is 235, green value is 187 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ebbbfb hue: 0.79 , saturation: 0.89 and the lightness value of ebbbfb is 0.86.
The process color (four color CMYK) of #ebbbfb color hex is 0.06, 0.25, 0.00, 0.02. Web safe color of #ebbbfb is #ffccff. Color #ebbbfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111011 | 11111011 |
Octal | 353 | 273 | 373 |
Decimal | 235 | 187 | 251 |
Hex | EB | BB | FB |
Shades of #ebbbfb
Tints of #ebbbfb
RGB Percentages of Color #ebbbfb
CMYK Percentages of Color #ebbbfb
Complementary Color
#ebbbfb | #cbfbbb |
#ebbbfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbbfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbbfb Color CSS Codes
.mybgcolor {background-color:#ebbbfb; } .myforecolor {color:#ebbbfb; } .mybordercolor {border:3px solid #ebbbfb; }
#ebbbfb Text Font Color
<p style="color:#ebbbfb">Text here</p>
This sample text font color is #ebbbfb
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.
#ebbbfb Background Color
<div style="background-color:#ebbbfb">
Div content here</div>
This div background color is #ebbbfb
#ebbbfb Border Color
<div style="border:3px solid #ebbbfb">
Div here</div>
This div border color is #ebbbfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,187,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbbfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbbfb; -webkit-box-shadow: 1px 1px 3px 2px #ebbbfb; box-shadow: 1px 1px 3px 2px #ebbbfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,187,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbbfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbbfb; -webkit-box-shadow: 1px 1px 3px 2px #ebbbfb; box-shadow: 1px 1px 3px 2px #ebbbfb;">
Div content here</div>
This div box has shadow with color #ebbbfb
Comments
No comments written yet.
Please login to write comment.