Color spaces of #ebbbca
RGB | 235 | 187 | 202 |
---|---|---|---|
HSL | 0.95 | 0.55 | 0.83 |
HSV | 341° | 20° | 92° |
CMYK | 0.00 | 0.20 | 0.14 0.08 |
XYZ | 62.6919 | 57.4671 | 63.6651 |
Yxy | 57.4671 | 0.3410 | 0.3126 |
Hunter Lab | 75.8071 | 14.9559 | 3.2714 |
CIE-Lab | 80.4416 | 19.5423 | -0.9628 |
#ebbbca color RGB value is (235,187,202).
#ebbbca hex color red value is 235, green value is 187 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ebbbca hue: 0.95 , saturation: 0.55 and the lightness value of ebbbca is 0.83.
The process color (four color CMYK) of #ebbbca color hex is 0.00, 0.20, 0.14, 0.08. Web safe color of #ebbbca is #ffcccc. Color #ebbbca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111011 | 11001010 |
Octal | 353 | 273 | 312 |
Decimal | 235 | 187 | 202 |
Hex | EB | BB | CA |
Shades of #ebbbca
Tints of #ebbbca
RGB Percentages of Color #ebbbca
CMYK Percentages of Color #ebbbca
Complementary Color
#ebbbca | #bbebdc |
#ebbbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbbca Color CSS Codes
.mybgcolor {background-color:#ebbbca; } .myforecolor {color:#ebbbca; } .mybordercolor {border:3px solid #ebbbca; }
#ebbbca Text Font Color
<p style="color:#ebbbca">Text here</p>
This sample text font color is #ebbbca
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.
#ebbbca Background Color
<div style="background-color:#ebbbca">
Div content here</div>
This div background color is #ebbbca
#ebbbca Border Color
<div style="border:3px solid #ebbbca">
Div here</div>
This div border color is #ebbbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,187,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbbca; -webkit-box-shadow: 1px 1px 3px 2px #ebbbca; box-shadow: 1px 1px 3px 2px #ebbbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,187,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbbca; -webkit-box-shadow: 1px 1px 3px 2px #ebbbca; box-shadow: 1px 1px 3px 2px #ebbbca;">
Div content here</div>
This div box has shadow with color #ebbbca
Comments
No comments written yet.
Please login to write comment.