Color spaces of #ebbfdc
RGB | 235 | 191 | 220 |
---|---|---|---|
HSL | 0.89 | 0.52 | 0.84 |
HSV | 320° | 19° | 92° |
CMYK | 0.00 | 0.19 | 0.06 0.08 |
XYZ | 65.8100 | 60.0911 | 75.8403 |
Yxy | 60.0911 | 0.3262 | 0.2979 |
Hunter Lab | 77.5184 | 15.8819 | -3.7436 |
CIE-Lab | 81.8877 | 20.4086 | -8.5150 |
#ebbfdc color RGB value is (235,191,220).
#ebbfdc hex color red value is 235, green value is 191 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebbfdc hue: 0.89 , saturation: 0.52 and the lightness value of ebbfdc is 0.84.
The process color (four color CMYK) of #ebbfdc color hex is 0.00, 0.19, 0.06, 0.08. Web safe color of #ebbfdc is #ffcccc. Color #ebbfdc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111111 | 11011100 |
Octal | 353 | 277 | 334 |
Decimal | 235 | 191 | 220 |
Hex | EB | BF | DC |
Shades of #ebbfdc
Tints of #ebbfdc
RGB Percentages of Color #ebbfdc
CMYK Percentages of Color #ebbfdc
Complementary Color
#ebbfdc | #bfebce |
#ebbfdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbfdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbfdc Color CSS Codes
.mybgcolor {background-color:#ebbfdc; } .myforecolor {color:#ebbfdc; } .mybordercolor {border:3px solid #ebbfdc; }
#ebbfdc Text Font Color
<p style="color:#ebbfdc">Text here</p>
This sample text font color is #ebbfdc
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.
#ebbfdc Background Color
<div style="background-color:#ebbfdc">
Div content here</div>
This div background color is #ebbfdc
#ebbfdc Border Color
<div style="border:3px solid #ebbfdc">
Div here</div>
This div border color is #ebbfdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,191,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbfdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbfdc; -webkit-box-shadow: 1px 1px 3px 2px #ebbfdc; box-shadow: 1px 1px 3px 2px #ebbfdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,191,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbfdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbfdc; -webkit-box-shadow: 1px 1px 3px 2px #ebbfdc; box-shadow: 1px 1px 3px 2px #ebbfdc;">
Div content here</div>
This div box has shadow with color #ebbfdc
Comments
No comments written yet.
Please login to write comment.