Color spaces of #ebcadc
RGB | 235 | 202 | 220 |
---|---|---|---|
HSL | 0.91 | 0.45 | 0.86 |
HSV | 327° | 14° | 92° |
CMYK | 0.00 | 0.14 | 0.06 0.08 |
XYZ | 68.2997 | 65.0705 | 76.6702 |
Yxy | 65.0705 | 0.3252 | 0.3098 |
Hunter Lab | 80.6663 | 9.9690 | 0.1135 |
CIE-Lab | 84.5201 | 14.5714 | -4.6208 |
#ebcadc color RGB value is (235,202,220).
#ebcadc hex color red value is 235, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ebcadc hue: 0.91 , saturation: 0.45 and the lightness value of ebcadc is 0.86.
The process color (four color CMYK) of #ebcadc color hex is 0.00, 0.14, 0.06, 0.08. Web safe color of #ebcadc is #ffcccc. Color #ebcadc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001010 | 11011100 |
Octal | 353 | 312 | 334 |
Decimal | 235 | 202 | 220 |
Hex | EB | CA | DC |
Shades of #ebcadc
Tints of #ebcadc
RGB Percentages of Color #ebcadc
CMYK Percentages of Color #ebcadc
Complementary Color
#ebcadc | #caebd9 |
#ebcadc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcadc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcadc Color CSS Codes
.mybgcolor {background-color:#ebcadc; } .myforecolor {color:#ebcadc; } .mybordercolor {border:3px solid #ebcadc; }
#ebcadc Text Font Color
<p style="color:#ebcadc">Text here</p>
This sample text font color is #ebcadc
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.
#ebcadc Background Color
<div style="background-color:#ebcadc">
Div content here</div>
This div background color is #ebcadc
#ebcadc Border Color
<div style="border:3px solid #ebcadc">
Div here</div>
This div border color is #ebcadc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,202,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcadc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcadc; -webkit-box-shadow: 1px 1px 3px 2px #ebcadc; box-shadow: 1px 1px 3px 2px #ebcadc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,202,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebcadc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcadc; -webkit-box-shadow: 1px 1px 3px 2px #ebcadc; box-shadow: 1px 1px 3px 2px #ebcadc;">
Div content here</div>
This div box has shadow with color #ebcadc
Comments
No comments written yet.
Please login to write comment.