Color spaces of #ebaebd
RGB | 235 | 174 | 189 |
---|---|---|---|
HSL | 0.96 | 0.60 | 0.80 |
HSV | 345° | 26° | 92° |
CMYK | 0.00 | 0.26 | 0.20 0.08 |
XYZ | 58.5823 | 51.6084 | 55.0179 |
Yxy | 51.6084 | 0.3546 | 0.3124 |
Hunter Lab | 71.8390 | 19.8426 | 4.8800 |
CIE-Lab | 77.0461 | 24.4521 | 1.1259 |
#ebaebd color RGB value is (235,174,189).
#ebaebd hex color red value is 235, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebaebd hue: 0.96 , saturation: 0.60 and the lightness value of ebaebd is 0.80.
The process color (four color CMYK) of #ebaebd color hex is 0.00, 0.26, 0.20, 0.08. Web safe color of #ebaebd is #ff99cc. Color #ebaebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10101110 | 10111101 |
Octal | 353 | 256 | 275 |
Decimal | 235 | 174 | 189 |
Hex | EB | AE | BD |
Shades of #ebaebd
Tints of #ebaebd
RGB Percentages of Color #ebaebd
CMYK Percentages of Color #ebaebd
Complementary Color
#ebaebd | #aeebdc |
#ebaebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebaebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebaebd Color CSS Codes
.mybgcolor {background-color:#ebaebd; } .myforecolor {color:#ebaebd; } .mybordercolor {border:3px solid #ebaebd; }
#ebaebd Text Font Color
<p style="color:#ebaebd">Text here</p>
This sample text font color is #ebaebd
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.
#ebaebd Background Color
<div style="background-color:#ebaebd">
Div content here</div>
This div background color is #ebaebd
#ebaebd Border Color
<div style="border:3px solid #ebaebd">
Div here</div>
This div border color is #ebaebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,174,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebaebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebaebd; -webkit-box-shadow: 1px 1px 3px 2px #ebaebd; box-shadow: 1px 1px 3px 2px #ebaebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,174,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebaebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebaebd; -webkit-box-shadow: 1px 1px 3px 2px #ebaebd; box-shadow: 1px 1px 3px 2px #ebaebd;">
Div content here</div>
This div box has shadow with color #ebaebd
Comments
No comments written yet.
Please login to write comment.