Color spaces of #ebbdea
RGB | 235 | 189 | 234 |
---|---|---|---|
HSL | 0.84 | 0.53 | 0.83 |
HSV | 301° | 20° | 92° |
CMYK | 0.00 | 0.20 | 0.00 0.08 |
XYZ | 67.3098 | 59.9979 | 85.8750 |
Yxy | 59.9979 | 0.3157 | 0.2814 |
Hunter Lab | 77.4583 | 19.5611 | -11.5117 |
CIE-Lab | 81.8370 | 23.9619 | -16.0999 |
#ebbdea color RGB value is (235,189,234).
#ebbdea hex color red value is 235, green value is 189 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ebbdea hue: 0.84 , saturation: 0.53 and the lightness value of ebbdea is 0.83.
The process color (four color CMYK) of #ebbdea color hex is 0.00, 0.20, 0.00, 0.08. Web safe color of #ebbdea is #ffccff. Color #ebbdea contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111101 | 11101010 |
Octal | 353 | 275 | 352 |
Decimal | 235 | 189 | 234 |
Hex | EB | BD | EA |
Shades of #ebbdea
Tints of #ebbdea
RGB Percentages of Color #ebbdea
CMYK Percentages of Color #ebbdea
Complementary Color
#ebbdea | #bdebbe |
#ebbdea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbdea Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbdea Color CSS Codes
.mybgcolor {background-color:#ebbdea; } .myforecolor {color:#ebbdea; } .mybordercolor {border:3px solid #ebbdea; }
#ebbdea Text Font Color
<p style="color:#ebbdea">Text here</p>
This sample text font color is #ebbdea
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.
#ebbdea Background Color
<div style="background-color:#ebbdea">
Div content here</div>
This div background color is #ebbdea
#ebbdea Border Color
<div style="border:3px solid #ebbdea">
Div here</div>
This div border color is #ebbdea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,189,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbdea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbdea; -webkit-box-shadow: 1px 1px 3px 2px #ebbdea; box-shadow: 1px 1px 3px 2px #ebbdea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,189,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbdea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbdea; -webkit-box-shadow: 1px 1px 3px 2px #ebbdea; box-shadow: 1px 1px 3px 2px #ebbdea;">
Div content here</div>
This div box has shadow with color #ebbdea
Comments
No comments written yet.
Please login to write comment.