Color spaces of #ebfece
RGB | 235 | 254 | 206 |
---|---|---|---|
HSL | 0.23 | 0.96 | 0.90 |
HSV | 84° | 19° | 100° |
CMYK | 0.07 | 0.00 | 0.19 0.00 |
XYZ | 80.8433 | 93.0020 | 72.0828 |
Yxy | 93.0020 | 0.3287 | 0.3782 |
Hunter Lab | 96.4375 | -19.1297 | 23.1896 |
CIE-Lab | 97.2284 | -14.3152 | 20.9121 |
#ebfece color RGB value is (235,254,206).
#ebfece hex color red value is 235, green value is 254 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebfece hue: 0.23 , saturation: 0.96 and the lightness value of ebfece is 0.90.
The process color (four color CMYK) of #ebfece color hex is 0.07, 0.00, 0.19, 0.00. Web safe color of #ebfece is #ffffcc. Color #ebfece contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111110 | 11001110 |
Octal | 353 | 376 | 316 |
Decimal | 235 | 254 | 206 |
Hex | EB | FE | CE |
Shades of #ebfece
Tints of #ebfece
RGB Percentages of Color #ebfece
CMYK Percentages of Color #ebfece
Complementary Color
#ebfece | #e1cefe |
#ebfece Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfece Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfece Color CSS Codes
.mybgcolor {background-color:#ebfece; } .myforecolor {color:#ebfece; } .mybordercolor {border:3px solid #ebfece; }
#ebfece Text Font Color
<p style="color:#ebfece">Text here</p>
This sample text font color is #ebfece
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.
#ebfece Background Color
<div style="background-color:#ebfece">
Div content here</div>
This div background color is #ebfece
#ebfece Border Color
<div style="border:3px solid #ebfece">
Div here</div>
This div border color is #ebfece
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,254,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfece; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfece; -webkit-box-shadow: 1px 1px 3px 2px #ebfece; box-shadow: 1px 1px 3px 2px #ebfece; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,254,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfece">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfece; -webkit-box-shadow: 1px 1px 3px 2px #ebfece; box-shadow: 1px 1px 3px 2px #ebfece;">
Div content here</div>
This div box has shadow with color #ebfece
Comments
No comments written yet.
Please login to write comment.