Color spaces of #eb917c
RGB | 235 | 145 | 124 |
---|---|---|---|
HSL | 0.03 | 0.74 | 0.70 |
HSV | 11° | 47° | 92° |
CMYK | 0.00 | 0.38 | 0.47 0.08 |
XYZ | 48.0244 | 39.3682 | 24.1364 |
Yxy | 39.3682 | 0.4306 | 0.3530 |
Hunter Lab | 62.7441 | 26.8220 | 21.1132 |
CIE-Lab | 69.0171 | 31.7865 | 25.5398 |
#eb917c color RGB value is (235,145,124).
#eb917c hex color red value is 235, green value is 145 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eb917c hue: 0.03 , saturation: 0.74 and the lightness value of eb917c is 0.70.
The process color (four color CMYK) of #eb917c color hex is 0.00, 0.38, 0.47, 0.08. Web safe color of #eb917c is #ff9966. Color #eb917c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10010001 | 01111100 |
Octal | 353 | 221 | 174 |
Decimal | 235 | 145 | 124 |
Hex | EB | 91 | 7C |
Shades of #eb917c
Tints of #eb917c
RGB Percentages of Color #eb917c
CMYK Percentages of Color #eb917c
Complementary Color
#eb917c | #7cd6eb |
#eb917c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb917c Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb917c Color CSS Codes
.mybgcolor {background-color:#eb917c; } .myforecolor {color:#eb917c; } .mybordercolor {border:3px solid #eb917c; }
#eb917c Text Font Color
<p style="color:#eb917c">Text here</p>
This sample text font color is #eb917c
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.
#eb917c Background Color
<div style="background-color:#eb917c">
Div content here</div>
This div background color is #eb917c
#eb917c Border Color
<div style="border:3px solid #eb917c">
Div here</div>
This div border color is #eb917c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,145,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb917c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb917c; -webkit-box-shadow: 1px 1px 3px 2px #eb917c; box-shadow: 1px 1px 3px 2px #eb917c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,145,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb917c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb917c; -webkit-box-shadow: 1px 1px 3px 2px #eb917c; box-shadow: 1px 1px 3px 2px #eb917c;">
Div content here</div>
This div box has shadow with color #eb917c
Comments
No comments written yet.
Please login to write comment.