Color spaces of #ebccc0
RGB | 235 | 204 | 192 |
---|---|---|---|
HSL | 0.05 | 0.52 | 0.84 |
HSV | 17° | 18° | 92° |
CMYK | 0.00 | 0.13 | 0.18 0.08 |
XYZ | 65.3682 | 64.6537 | 58.9033 |
Yxy | 64.6537 | 0.3460 | 0.3422 |
Hunter Lab | 80.4075 | 4.4004 | 12.8518 |
CIE-Lab | 84.3050 | 8.9972 | 9.9763 |
#ebccc0 color RGB value is (235,204,192).
#ebccc0 hex color red value is 235, green value is 204 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #ebccc0 hue: 0.05 , saturation: 0.52 and the lightness value of ebccc0 is 0.84.
The process color (four color CMYK) of #ebccc0 color hex is 0.00, 0.13, 0.18, 0.08. Web safe color of #ebccc0 is #ffcccc. Color #ebccc0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001100 | 11000000 |
Octal | 353 | 314 | 300 |
Decimal | 235 | 204 | 192 |
Hex | EB | CC | C0 |
Shades of #ebccc0
Tints of #ebccc0
RGB Percentages of Color #ebccc0
CMYK Percentages of Color #ebccc0
Complementary Color
#ebccc0 | #c0dfeb |
#ebccc0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebccc0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebccc0 Color CSS Codes
.mybgcolor {background-color:#ebccc0; } .myforecolor {color:#ebccc0; } .mybordercolor {border:3px solid #ebccc0; }
#ebccc0 Text Font Color
<p style="color:#ebccc0">Text here</p>
This sample text font color is #ebccc0
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.
#ebccc0 Background Color
<div style="background-color:#ebccc0">
Div content here</div>
This div background color is #ebccc0
#ebccc0 Border Color
<div style="border:3px solid #ebccc0">
Div here</div>
This div border color is #ebccc0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,204,192, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebccc0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebccc0; -webkit-box-shadow: 1px 1px 3px 2px #ebccc0; box-shadow: 1px 1px 3px 2px #ebccc0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,204,192, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebccc0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebccc0; -webkit-box-shadow: 1px 1px 3px 2px #ebccc0; box-shadow: 1px 1px 3px 2px #ebccc0;">
Div content here</div>
This div box has shadow with color #ebccc0
Comments
No comments written yet.
Please login to write comment.