Color spaces of #eba4ae
RGB | 235 | 164 | 174 |
---|---|---|---|
HSL | 0.98 | 0.64 | 0.78 |
HSV | 352° | 30° | 92° |
CMYK | 0.00 | 0.30 | 0.26 0.08 |
XYZ | 55.1764 | 47.2691 | 46.2601 |
Yxy | 47.2691 | 0.3710 | 0.3179 |
Hunter Lab | 68.7525 | 22.9358 | 8.2335 |
CIE-Lab | 74.3616 | 27.6119 | 5.4428 |
#eba4ae color RGB value is (235,164,174).
#eba4ae hex color red value is 235, green value is 164 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eba4ae hue: 0.98 , saturation: 0.64 and the lightness value of eba4ae is 0.78.
The process color (four color CMYK) of #eba4ae color hex is 0.00, 0.30, 0.26, 0.08. Web safe color of #eba4ae is #ff9999. Color #eba4ae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10100100 | 10101110 |
Octal | 353 | 244 | 256 |
Decimal | 235 | 164 | 174 |
Hex | EB | A4 | AE |
Shades of #eba4ae
Tints of #eba4ae
RGB Percentages of Color #eba4ae
CMYK Percentages of Color #eba4ae
Complementary Color
#eba4ae | #a4ebe1 |
#eba4ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eba4ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#eba4ae Color CSS Codes
.mybgcolor {background-color:#eba4ae; } .myforecolor {color:#eba4ae; } .mybordercolor {border:3px solid #eba4ae; }
#eba4ae Text Font Color
<p style="color:#eba4ae">Text here</p>
This sample text font color is #eba4ae
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.
#eba4ae Background Color
<div style="background-color:#eba4ae">
Div content here</div>
This div background color is #eba4ae
#eba4ae Border Color
<div style="border:3px solid #eba4ae">
Div here</div>
This div border color is #eba4ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,164,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eba4ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eba4ae; -webkit-box-shadow: 1px 1px 3px 2px #eba4ae; box-shadow: 1px 1px 3px 2px #eba4ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,164,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eba4ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eba4ae; -webkit-box-shadow: 1px 1px 3px 2px #eba4ae; box-shadow: 1px 1px 3px 2px #eba4ae;">
Div content here</div>
This div box has shadow with color #eba4ae
Comments
No comments written yet.
Please login to write comment.