Color spaces of #ebe8cf
RGB | 235 | 232 | 207 |
---|---|---|---|
HSL | 0.15 | 0.41 | 0.87 |
HSV | 54° | 12° | 92° |
CMYK | 0.00 | 0.01 | 0.12 0.08 |
XYZ | 74.3800 | 79.8804 | 70.5297 |
Yxy | 79.8804 | 0.3309 | 0.3554 |
Hunter Lab | 89.3758 | -7.8572 | 15.7752 |
CIE-Lab | 91.6312 | -3.1662 | 12.5227 |
#ebe8cf color RGB value is (235,232,207).
#ebe8cf hex color red value is 235, green value is 232 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ebe8cf hue: 0.15 , saturation: 0.41 and the lightness value of ebe8cf is 0.87.
The process color (four color CMYK) of #ebe8cf color hex is 0.00, 0.01, 0.12, 0.08. Web safe color of #ebe8cf is #ffffcc. Color #ebe8cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101000 | 11001111 |
Octal | 353 | 350 | 317 |
Decimal | 235 | 232 | 207 |
Hex | EB | E8 | CF |
Shades of #ebe8cf
Tints of #ebe8cf
RGB Percentages of Color #ebe8cf
CMYK Percentages of Color #ebe8cf
Complementary Color
#ebe8cf | #cfd2eb |
#ebe8cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebe8cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebe8cf Color CSS Codes
.mybgcolor {background-color:#ebe8cf; } .myforecolor {color:#ebe8cf; } .mybordercolor {border:3px solid #ebe8cf; }
#ebe8cf Text Font Color
<p style="color:#ebe8cf">Text here</p>
This sample text font color is #ebe8cf
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.
#ebe8cf Background Color
<div style="background-color:#ebe8cf">
Div content here</div>
This div background color is #ebe8cf
#ebe8cf Border Color
<div style="border:3px solid #ebe8cf">
Div here</div>
This div border color is #ebe8cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,232,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebe8cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebe8cf; -webkit-box-shadow: 1px 1px 3px 2px #ebe8cf; box-shadow: 1px 1px 3px 2px #ebe8cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,232,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 #ebe8cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebe8cf; -webkit-box-shadow: 1px 1px 3px 2px #ebe8cf; box-shadow: 1px 1px 3px 2px #ebe8cf;">
Div content here</div>
This div box has shadow with color #ebe8cf
Comments
No comments written yet.
Please login to write comment.