Color spaces of #eba2ba
RGB | 235 | 162 | 186 |
---|---|---|---|
HSL | 0.95 | 0.65 | 0.78 |
HSV | 340° | 31° | 92° |
CMYK | 0.00 | 0.31 | 0.21 0.08 |
XYZ | 56.0442 | 47.0480 | 52.5817 |
Yxy | 47.0480 | 0.3600 | 0.3022 |
Hunter Lab | 68.5915 | 25.8121 | 2.5629 |
CIE-Lab | 74.2205 | 30.3954 | -1.3590 |
#eba2ba color RGB value is (235,162,186).
#eba2ba hex color red value is 235, green value is 162 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eba2ba hue: 0.95 , saturation: 0.65 and the lightness value of eba2ba is 0.78.
The process color (four color CMYK) of #eba2ba color hex is 0.00, 0.31, 0.21, 0.08. Web safe color of #eba2ba is #ff99cc. Color #eba2ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10100010 | 10111010 |
Octal | 353 | 242 | 272 |
Decimal | 235 | 162 | 186 |
Hex | EB | A2 | BA |
Shades of #eba2ba
Tints of #eba2ba
RGB Percentages of Color #eba2ba
CMYK Percentages of Color #eba2ba
Complementary Color
#eba2ba | #a2ebd3 |
#eba2ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba2ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba2ba Color CSS Codes
.mybgcolor {background-color:#eba2ba; } .myforecolor {color:#eba2ba; } .mybordercolor {border:3px solid #eba2ba; }
#eba2ba Text Font Color
<p style="color:#eba2ba">Text here</p>
This sample text font color is #eba2ba
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.
#eba2ba Background Color
<div style="background-color:#eba2ba">
Div content here</div>
This div background color is #eba2ba
#eba2ba Border Color
<div style="border:3px solid #eba2ba">
Div here</div>
This div border color is #eba2ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,162,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba2ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba2ba; -webkit-box-shadow: 1px 1px 3px 2px #eba2ba; box-shadow: 1px 1px 3px 2px #eba2ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,162,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba2ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba2ba; -webkit-box-shadow: 1px 1px 3px 2px #eba2ba; box-shadow: 1px 1px 3px 2px #eba2ba;">
Div content here</div>
This div box has shadow with color #eba2ba
Comments
No comments written yet.
Please login to write comment.