Color spaces of #ebedac
RGB | 235 | 237 | 172 |
---|---|---|---|
HSL | 0.17 | 0.64 | 0.80 |
HSV | 62° | 27° | 93° |
CMYK | 0.01 | 0.00 | 0.27 0.07 |
XYZ | 71.9915 | 81.2091 | 50.9103 |
Yxy | 81.2091 | 0.3527 | 0.3979 |
Hunter Lab | 90.1161 | -15.1040 | 29.5859 |
CIE-Lab | 92.2247 | -10.7101 | 31.3632 |
#ebedac color RGB value is (235,237,172).
#ebedac hex color red value is 235, green value is 237 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebedac hue: 0.17 , saturation: 0.64 and the lightness value of ebedac is 0.80.
The process color (four color CMYK) of #ebedac color hex is 0.01, 0.00, 0.27, 0.07. Web safe color of #ebedac is #ffff99. Color #ebedac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11101101 | 10101100 |
Octal | 353 | 355 | 254 |
Decimal | 235 | 237 | 172 |
Hex | EB | ED | AC |
Shades of #ebedac
Tints of #ebedac
RGB Percentages of Color #ebedac
CMYK Percentages of Color #ebedac
Complementary Color
#ebedac | #aeaced |
#ebedac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebedac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebedac Color CSS Codes
.mybgcolor {background-color:#ebedac; } .myforecolor {color:#ebedac; } .mybordercolor {border:3px solid #ebedac; }
#ebedac Text Font Color
<p style="color:#ebedac">Text here</p>
This sample text font color is #ebedac
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.
#ebedac Background Color
<div style="background-color:#ebedac">
Div content here</div>
This div background color is #ebedac
#ebedac Border Color
<div style="border:3px solid #ebedac">
Div here</div>
This div border color is #ebedac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,237,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebedac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebedac; -webkit-box-shadow: 1px 1px 3px 2px #ebedac; box-shadow: 1px 1px 3px 2px #ebedac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,237,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebedac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebedac; -webkit-box-shadow: 1px 1px 3px 2px #ebedac; box-shadow: 1px 1px 3px 2px #ebedac;">
Div content here</div>
This div box has shadow with color #ebedac
Comments
No comments written yet.
Please login to write comment.