Color spaces of #ebeecd
RGB | 235 | 238 | 205 |
---|---|---|---|
HSL | 0.18 | 0.49 | 0.87 |
HSV | 65° | 14° | 93° |
CMYK | 0.01 | 0.00 | 0.14 0.07 |
XYZ | 75.8549 | 83.2190 | 69.8225 |
Yxy | 83.2190 | 0.3314 | 0.3636 |
Hunter Lab | 91.2244 | -11.2166 | 18.4770 |
CIE-Lab | 93.1102 | -6.5159 | 15.6531 |
#ebeecd color RGB value is (235,238,205).
#ebeecd hex color red value is 235, green value is 238 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ebeecd hue: 0.18 , saturation: 0.49 and the lightness value of ebeecd is 0.87.
The process color (four color CMYK) of #ebeecd color hex is 0.01, 0.00, 0.14, 0.07. Web safe color of #ebeecd is #ffffcc. Color #ebeecd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101110 | 11001101 |
Octal | 353 | 356 | 315 |
Decimal | 235 | 238 | 205 |
Hex | EB | EE | CD |
Shades of #ebeecd
Tints of #ebeecd
RGB Percentages of Color #ebeecd
CMYK Percentages of Color #ebeecd
Complementary Color
#ebeecd | #d0cdee |
#ebeecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebeecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebeecd Color CSS Codes
.mybgcolor {background-color:#ebeecd; } .myforecolor {color:#ebeecd; } .mybordercolor {border:3px solid #ebeecd; }
#ebeecd Text Font Color
<p style="color:#ebeecd">Text here</p>
This sample text font color is #ebeecd
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.
#ebeecd Background Color
<div style="background-color:#ebeecd">
Div content here</div>
This div background color is #ebeecd
#ebeecd Border Color
<div style="border:3px solid #ebeecd">
Div here</div>
This div border color is #ebeecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,238,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebeecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebeecd; -webkit-box-shadow: 1px 1px 3px 2px #ebeecd; box-shadow: 1px 1px 3px 2px #ebeecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,238,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebeecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebeecd; -webkit-box-shadow: 1px 1px 3px 2px #ebeecd; box-shadow: 1px 1px 3px 2px #ebeecd;">
Div content here</div>
This div box has shadow with color #ebeecd
Comments
No comments written yet.
Please login to write comment.