Color spaces of #ebacb1
RGB | 235 | 172 | 177 |
---|---|---|---|
HSL | 0.99 | 0.61 | 0.80 |
HSV | 355° | 27° | 92° |
CMYK | 0.00 | 0.27 | 0.25 0.08 |
XYZ | 56.9493 | 50.3415 | 48.3103 |
Yxy | 50.3415 | 0.3660 | 0.3235 |
Hunter Lab | 70.9517 | 19.1072 | 9.2963 |
CIE-Lab | 76.2784 | 23.7700 | 6.5585 |
#ebacb1 color RGB value is (235,172,177).
#ebacb1 hex color red value is 235, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #ebacb1 hue: 0.99 , saturation: 0.61 and the lightness value of ebacb1 is 0.80.
The process color (four color CMYK) of #ebacb1 color hex is 0.00, 0.27, 0.25, 0.08. Web safe color of #ebacb1 is #ff9999. Color #ebacb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10101100 | 10110001 |
Octal | 353 | 254 | 261 |
Decimal | 235 | 172 | 177 |
Hex | EB | AC | B1 |
Shades of #ebacb1
Tints of #ebacb1
RGB Percentages of Color #ebacb1
CMYK Percentages of Color #ebacb1
Complementary Color
#ebacb1 | #acebe6 |
#ebacb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebacb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebacb1 Color CSS Codes
.mybgcolor {background-color:#ebacb1; } .myforecolor {color:#ebacb1; } .mybordercolor {border:3px solid #ebacb1; }
#ebacb1 Text Font Color
<p style="color:#ebacb1">Text here</p>
This sample text font color is #ebacb1
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.
#ebacb1 Background Color
<div style="background-color:#ebacb1">
Div content here</div>
This div background color is #ebacb1
#ebacb1 Border Color
<div style="border:3px solid #ebacb1">
Div here</div>
This div border color is #ebacb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,172,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebacb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebacb1; -webkit-box-shadow: 1px 1px 3px 2px #ebacb1; box-shadow: 1px 1px 3px 2px #ebacb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,172,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebacb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebacb1; -webkit-box-shadow: 1px 1px 3px 2px #ebacb1; box-shadow: 1px 1px 3px 2px #ebacb1;">
Div content here</div>
This div box has shadow with color #ebacb1
Comments
No comments written yet.
Please login to write comment.