Color spaces of #ebdfcf
RGB | 235 | 223 | 207 |
---|---|---|---|
HSL | 0.10 | 0.41 | 0.87 |
HSV | 34° | 12° | 92° |
CMYK | 0.00 | 0.05 | 0.12 0.08 |
XYZ | 71.9111 | 74.9425 | 69.7067 |
Yxy | 74.9425 | 0.3321 | 0.3461 |
Hunter Lab | 86.5693 | -3.2206 | 12.8575 |
CIE-Lab | 89.3661 | 1.4417 | 9.2930 |
#ebdfcf color RGB value is (235,223,207).
#ebdfcf hex color red value is 235, green value is 223 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebdfcf hue: 0.10 , saturation: 0.41 and the lightness value of ebdfcf is 0.87.
The process color (four color CMYK) of #ebdfcf color hex is 0.00, 0.05, 0.12, 0.08. Web safe color of #ebdfcf is #ffcccc. Color #ebdfcf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11011111 | 11001111 |
Octal | 353 | 337 | 317 |
Decimal | 235 | 223 | 207 |
Hex | EB | DF | CF |
Shades of #ebdfcf
Tints of #ebdfcf
RGB Percentages of Color #ebdfcf
CMYK Percentages of Color #ebdfcf
Complementary Color
#ebdfcf | #cfdbeb |
#ebdfcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebdfcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebdfcf Color CSS Codes
.mybgcolor {background-color:#ebdfcf; } .myforecolor {color:#ebdfcf; } .mybordercolor {border:3px solid #ebdfcf; }
#ebdfcf Text Font Color
<p style="color:#ebdfcf">Text here</p>
This sample text font color is #ebdfcf
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.
#ebdfcf Background Color
<div style="background-color:#ebdfcf">
Div content here</div>
This div background color is #ebdfcf
#ebdfcf Border Color
<div style="border:3px solid #ebdfcf">
Div here</div>
This div border color is #ebdfcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,223,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebdfcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebdfcf; -webkit-box-shadow: 1px 1px 3px 2px #ebdfcf; box-shadow: 1px 1px 3px 2px #ebdfcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,223,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebdfcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebdfcf; -webkit-box-shadow: 1px 1px 3px 2px #ebdfcf; box-shadow: 1px 1px 3px 2px #ebdfcf;">
Div content here</div>
This div box has shadow with color #ebdfcf
Comments
No comments written yet.
Please login to write comment.