Color spaces of #ebbce6
RGB | 235 | 188 | 230 |
---|---|---|---|
HSL | 0.85 | 0.54 | 0.83 |
HSV | 306° | 20° | 92° |
CMYK | 0.00 | 0.20 | 0.02 0.08 |
XYZ | 66.5271 | 59.3418 | 82.8107 |
Yxy | 59.3418 | 0.3188 | 0.2844 |
Hunter Lab | 77.0336 | 19.3457 | -9.8129 |
CIE-Lab | 81.4791 | 23.7705 | -14.4925 |
#ebbce6 color RGB value is (235,188,230).
#ebbce6 hex color red value is 235, green value is 188 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #ebbce6 hue: 0.85 , saturation: 0.54 and the lightness value of ebbce6 is 0.83.
The process color (four color CMYK) of #ebbce6 color hex is 0.00, 0.20, 0.02, 0.08. Web safe color of #ebbce6 is #ffccff. Color #ebbce6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111100 | 11100110 |
Octal | 353 | 274 | 346 |
Decimal | 235 | 188 | 230 |
Hex | EB | BC | E6 |
Shades of #ebbce6
Tints of #ebbce6
RGB Percentages of Color #ebbce6
CMYK Percentages of Color #ebbce6
Complementary Color
#ebbce6 | #bcebc1 |
#ebbce6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbce6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbce6 Color CSS Codes
.mybgcolor {background-color:#ebbce6; } .myforecolor {color:#ebbce6; } .mybordercolor {border:3px solid #ebbce6; }
#ebbce6 Text Font Color
<p style="color:#ebbce6">Text here</p>
This sample text font color is #ebbce6
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.
#ebbce6 Background Color
<div style="background-color:#ebbce6">
Div content here</div>
This div background color is #ebbce6
#ebbce6 Border Color
<div style="border:3px solid #ebbce6">
Div here</div>
This div border color is #ebbce6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,188,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbce6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbce6; -webkit-box-shadow: 1px 1px 3px 2px #ebbce6; box-shadow: 1px 1px 3px 2px #ebbce6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,188,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbce6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbce6; -webkit-box-shadow: 1px 1px 3px 2px #ebbce6; box-shadow: 1px 1px 3px 2px #ebbce6;">
Div content here</div>
This div box has shadow with color #ebbce6
Comments
No comments written yet.
Please login to write comment.