Color spaces of #ebbacc
RGB | 235 | 186 | 204 |
---|---|---|---|
HSL | 0.94 | 0.55 | 0.83 |
HSV | 338° | 21° | 92° |
CMYK | 0.00 | 0.21 | 0.13 0.08 |
XYZ | 62.7189 | 57.1396 | 64.8501 |
Yxy | 57.1396 | 0.3396 | 0.3093 |
Hunter Lab | 75.5907 | 15.8206 | 2.0480 |
CIE-Lab | 80.2580 | 20.3960 | -2.3105 |
#ebbacc color RGB value is (235,186,204).
#ebbacc hex color red value is 235, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ebbacc hue: 0.94 , saturation: 0.55 and the lightness value of ebbacc is 0.83.
The process color (four color CMYK) of #ebbacc color hex is 0.00, 0.21, 0.13, 0.08. Web safe color of #ebbacc is #ffcccc. Color #ebbacc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10111010 | 11001100 |
Octal | 353 | 272 | 314 |
Decimal | 235 | 186 | 204 |
Hex | EB | BA | CC |
Shades of #ebbacc
Tints of #ebbacc
RGB Percentages of Color #ebbacc
CMYK Percentages of Color #ebbacc
Complementary Color
#ebbacc | #baebd9 |
#ebbacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebbacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebbacc Color CSS Codes
.mybgcolor {background-color:#ebbacc; } .myforecolor {color:#ebbacc; } .mybordercolor {border:3px solid #ebbacc; }
#ebbacc Text Font Color
<p style="color:#ebbacc">Text here</p>
This sample text font color is #ebbacc
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.
#ebbacc Background Color
<div style="background-color:#ebbacc">
Div content here</div>
This div background color is #ebbacc
#ebbacc Border Color
<div style="border:3px solid #ebbacc">
Div here</div>
This div border color is #ebbacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,186,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebbacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebbacc; -webkit-box-shadow: 1px 1px 3px 2px #ebbacc; box-shadow: 1px 1px 3px 2px #ebbacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,186,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebbacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebbacc; -webkit-box-shadow: 1px 1px 3px 2px #ebbacc; box-shadow: 1px 1px 3px 2px #ebbacc;">
Div content here</div>
This div box has shadow with color #ebbacc
Comments
No comments written yet.
Please login to write comment.