Color spaces of #ebeead
RGB | 235 | 238 | 173 |
---|---|---|---|
HSL | 0.17 | 0.66 | 0.81 |
HSV | 63° | 27° | 93° |
CMYK | 0.01 | 0.00 | 0.27 0.07 |
XYZ | 72.3783 | 81.8284 | 51.5149 |
Yxy | 81.8284 | 0.3518 | 0.3978 |
Hunter Lab | 90.4591 | -15.4815 | 29.5567 |
CIE-Lab | 92.4991 | -11.0781 | 31.2243 |
#ebeead color RGB value is (235,238,173).
#ebeead hex color red value is 235, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ebeead hue: 0.17 , saturation: 0.66 and the lightness value of ebeead is 0.81.
The process color (four color CMYK) of #ebeead color hex is 0.01, 0.00, 0.27, 0.07. Web safe color of #ebeead is #ffff99. Color #ebeead contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101110 | 10101101 |
Octal | 353 | 356 | 255 |
Decimal | 235 | 238 | 173 |
Hex | EB | EE | AD |
Shades of #ebeead
Tints of #ebeead
RGB Percentages of Color #ebeead
CMYK Percentages of Color #ebeead
Complementary Color
#ebeead | #b0adee |
#ebeead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebeead Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebeead Color CSS Codes
.mybgcolor {background-color:#ebeead; } .myforecolor {color:#ebeead; } .mybordercolor {border:3px solid #ebeead; }
#ebeead Text Font Color
<p style="color:#ebeead">Text here</p>
This sample text font color is #ebeead
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.
#ebeead Background Color
<div style="background-color:#ebeead">
Div content here</div>
This div background color is #ebeead
#ebeead Border Color
<div style="border:3px solid #ebeead">
Div here</div>
This div border color is #ebeead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,238,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebeead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebeead; -webkit-box-shadow: 1px 1px 3px 2px #ebeead; box-shadow: 1px 1px 3px 2px #ebeead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,238,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebeead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebeead; -webkit-box-shadow: 1px 1px 3px 2px #ebeead; box-shadow: 1px 1px 3px 2px #ebeead;">
Div content here</div>
This div box has shadow with color #ebeead
Comments
No comments written yet.
Please login to write comment.