Color spaces of #ebfbac
RGB | 235 | 251 | 172 |
---|---|---|---|
HSL | 0.20 | 0.91 | 0.83 |
HSV | 72° | 31° | 98° |
CMYK | 0.06 | 0.00 | 0.31 0.02 |
XYZ | 76.2045 | 89.6351 | 52.3146 |
Yxy | 89.6351 | 0.3493 | 0.4109 |
Hunter Lab | 94.6758 | -22.0081 | 33.5115 |
CIE-Lab | 95.8452 | -17.5931 | 36.1912 |
#ebfbac color RGB value is (235,251,172).
#ebfbac hex color red value is 235, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebfbac hue: 0.20 , saturation: 0.91 and the lightness value of ebfbac is 0.83.
The process color (four color CMYK) of #ebfbac color hex is 0.06, 0.00, 0.31, 0.02. Web safe color of #ebfbac is #ffff99. Color #ebfbac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111011 | 10101100 |
Octal | 353 | 373 | 254 |
Decimal | 235 | 251 | 172 |
Hex | EB | FB | AC |
Shades of #ebfbac
Tints of #ebfbac
RGB Percentages of Color #ebfbac
CMYK Percentages of Color #ebfbac
Complementary Color
#ebfbac | #bcacfb |
#ebfbac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfbac Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfbac Color CSS Codes
.mybgcolor {background-color:#ebfbac; } .myforecolor {color:#ebfbac; } .mybordercolor {border:3px solid #ebfbac; }
#ebfbac Text Font Color
<p style="color:#ebfbac">Text here</p>
This sample text font color is #ebfbac
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.
#ebfbac Background Color
<div style="background-color:#ebfbac">
Div content here</div>
This div background color is #ebfbac
#ebfbac Border Color
<div style="border:3px solid #ebfbac">
Div here</div>
This div border color is #ebfbac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,251,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfbac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfbac; -webkit-box-shadow: 1px 1px 3px 2px #ebfbac; box-shadow: 1px 1px 3px 2px #ebfbac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,251,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 #ebfbac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfbac; -webkit-box-shadow: 1px 1px 3px 2px #ebfbac; box-shadow: 1px 1px 3px 2px #ebfbac;">
Div content here</div>
This div box has shadow with color #ebfbac
Comments
No comments written yet.
Please login to write comment.