Color spaces of #eb95aa
RGB | 235 | 149 | 170 |
---|---|---|---|
HSL | 0.96 | 0.68 | 0.75 |
HSV | 345° | 37° | 92° |
CMYK | 0.00 | 0.37 | 0.28 0.08 |
XYZ | 52.2641 | 42.0593 | 43.3939 |
Yxy | 42.0593 | 0.3795 | 0.3054 |
Hunter Lab | 64.8531 | 30.3573 | 5.7257 |
CIE-Lab | 70.9118 | 35.0102 | 2.6665 |
#eb95aa color RGB value is (235,149,170).
#eb95aa hex color red value is 235, green value is 149 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #eb95aa hue: 0.96 , saturation: 0.68 and the lightness value of eb95aa is 0.75.
The process color (four color CMYK) of #eb95aa color hex is 0.00, 0.37, 0.28, 0.08. Web safe color of #eb95aa is #ff9999. Color #eb95aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10010101 | 10101010 |
Octal | 353 | 225 | 252 |
Decimal | 235 | 149 | 170 |
Hex | EB | 95 | AA |
Shades of #eb95aa
Tints of #eb95aa
RGB Percentages of Color #eb95aa
CMYK Percentages of Color #eb95aa
Complementary Color
#eb95aa | #95ebd6 |
#eb95aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eb95aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eb95aa Color CSS Codes
.mybgcolor {background-color:#eb95aa; } .myforecolor {color:#eb95aa; } .mybordercolor {border:3px solid #eb95aa; }
#eb95aa Text Font Color
<p style="color:#eb95aa">Text here</p>
This sample text font color is #eb95aa
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.
#eb95aa Background Color
<div style="background-color:#eb95aa">
Div content here</div>
This div background color is #eb95aa
#eb95aa Border Color
<div style="border:3px solid #eb95aa">
Div here</div>
This div border color is #eb95aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,149,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eb95aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eb95aa; -webkit-box-shadow: 1px 1px 3px 2px #eb95aa; box-shadow: 1px 1px 3px 2px #eb95aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,149,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eb95aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eb95aa; -webkit-box-shadow: 1px 1px 3px 2px #eb95aa; box-shadow: 1px 1px 3px 2px #eb95aa;">
Div content here</div>
This div box has shadow with color #eb95aa
Comments
No comments written yet.
Please login to write comment.