Color spaces of #ebbada
RGB | 235 | 186 | 218 |
---|---|---|---|
HSL | 0.89 | 0.55 | 0.83 |
HSV | 321° | 21° | 92° |
CMYK | 0.00 | 0.21 | 0.07 0.08 |
XYZ | 64.4747 | 57.8419 | 74.0961 |
Yxy | 57.8419 | 0.3283 | 0.2945 |
Hunter Lab | 76.0539 | 18.2292 | -4.5261 |
CIE-Lab | 80.6508 | 22.7277 | -9.2779 |
#ebbada color RGB value is (235,186,218).
#ebbada hex color red value is 235, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ebbada hue: 0.89 , saturation: 0.55 and the lightness value of ebbada is 0.83.
The process color (four color CMYK) of #ebbada color hex is 0.00, 0.21, 0.07, 0.08. Web safe color of #ebbada is #ffcccc. Color #ebbada contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111010 | 11011010 |
Octal | 353 | 272 | 332 |
Decimal | 235 | 186 | 218 |
Hex | EB | BA | DA |
Shades of #ebbada
Tints of #ebbada
RGB Percentages of Color #ebbada
CMYK Percentages of Color #ebbada
Complementary Color
#ebbada | #baebcb |
#ebbada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbada Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbada Color CSS Codes
.mybgcolor {background-color:#ebbada; } .myforecolor {color:#ebbada; } .mybordercolor {border:3px solid #ebbada; }
#ebbada Text Font Color
<p style="color:#ebbada">Text here</p>
This sample text font color is #ebbada
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.
#ebbada Background Color
<div style="background-color:#ebbada">
Div content here</div>
This div background color is #ebbada
#ebbada Border Color
<div style="border:3px solid #ebbada">
Div here</div>
This div border color is #ebbada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,186,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbada; -webkit-box-shadow: 1px 1px 3px 2px #ebbada; box-shadow: 1px 1px 3px 2px #ebbada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,186,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbada; -webkit-box-shadow: 1px 1px 3px 2px #ebbada; box-shadow: 1px 1px 3px 2px #ebbada;">
Div content here</div>
This div box has shadow with color #ebbada
Comments
No comments written yet.
Please login to write comment.