Color spaces of #ebaecb
RGB | 235 | 174 | 203 |
---|---|---|---|
HSL | 0.92 | 0.60 | 0.80 |
HSV | 331° | 26° | 92° |
CMYK | 0.00 | 0.26 | 0.14 0.08 |
XYZ | 60.1765 | 52.2461 | 63.4128 |
Yxy | 52.2461 | 0.3422 | 0.2971 |
Hunter Lab | 72.2815 | 22.1141 | -1.4183 |
CIE-Lab | 77.4278 | 26.6323 | -5.9378 |
#ebaecb color RGB value is (235,174,203).
#ebaecb hex color red value is 235, green value is 174 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ebaecb hue: 0.92 , saturation: 0.60 and the lightness value of ebaecb is 0.80.
The process color (four color CMYK) of #ebaecb color hex is 0.00, 0.26, 0.14, 0.08. Web safe color of #ebaecb is #ff99cc. Color #ebaecb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10101110 | 11001011 |
Octal | 353 | 256 | 313 |
Decimal | 235 | 174 | 203 |
Hex | EB | AE | CB |
Shades of #ebaecb
Tints of #ebaecb
RGB Percentages of Color #ebaecb
CMYK Percentages of Color #ebaecb
Complementary Color
#ebaecb | #aeebce |
#ebaecb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebaecb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebaecb Color CSS Codes
.mybgcolor {background-color:#ebaecb; } .myforecolor {color:#ebaecb; } .mybordercolor {border:3px solid #ebaecb; }
#ebaecb Text Font Color
<p style="color:#ebaecb">Text here</p>
This sample text font color is #ebaecb
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.
#ebaecb Background Color
<div style="background-color:#ebaecb">
Div content here</div>
This div background color is #ebaecb
#ebaecb Border Color
<div style="border:3px solid #ebaecb">
Div here</div>
This div border color is #ebaecb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,174,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebaecb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebaecb; -webkit-box-shadow: 1px 1px 3px 2px #ebaecb; box-shadow: 1px 1px 3px 2px #ebaecb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,174,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebaecb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebaecb; -webkit-box-shadow: 1px 1px 3px 2px #ebaecb; box-shadow: 1px 1px 3px 2px #ebaecb;">
Div content here</div>
This div box has shadow with color #ebaecb
Comments
No comments written yet.
Please login to write comment.