Color spaces of #ebfbd5
RGB | 235 | 251 | 213 |
---|---|---|---|
HSL | 0.24 | 0.83 | 0.91 |
HSV | 85° | 15° | 98° |
CMYK | 0.06 | 0.00 | 0.15 0.02 |
XYZ | 80.7684 | 91.4606 | 76.3475 |
Yxy | 91.4606 | 0.3249 | 0.3679 |
Hunter Lab | 95.6350 | -16.6095 | 19.6120 |
CIE-Lab | 96.5994 | -11.7502 | 16.4556 |
#ebfbd5 color RGB value is (235,251,213).
#ebfbd5 hex color red value is 235, green value is 251 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ebfbd5 hue: 0.24 , saturation: 0.83 and the lightness value of ebfbd5 is 0.91.
The process color (four color CMYK) of #ebfbd5 color hex is 0.06, 0.00, 0.15, 0.02. Web safe color of #ebfbd5 is #ffffcc. Color #ebfbd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111011 | 11010101 |
Octal | 353 | 373 | 325 |
Decimal | 235 | 251 | 213 |
Hex | EB | FB | D5 |
Shades of #ebfbd5
Tints of #ebfbd5
RGB Percentages of Color #ebfbd5
CMYK Percentages of Color #ebfbd5
Complementary Color
#ebfbd5 | #e5d5fb |
#ebfbd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfbd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfbd5 Color CSS Codes
.mybgcolor {background-color:#ebfbd5; } .myforecolor {color:#ebfbd5; } .mybordercolor {border:3px solid #ebfbd5; }
#ebfbd5 Text Font Color
<p style="color:#ebfbd5">Text here</p>
This sample text font color is #ebfbd5
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.
#ebfbd5 Background Color
<div style="background-color:#ebfbd5">
Div content here</div>
This div background color is #ebfbd5
#ebfbd5 Border Color
<div style="border:3px solid #ebfbd5">
Div here</div>
This div border color is #ebfbd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,251,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfbd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfbd5; -webkit-box-shadow: 1px 1px 3px 2px #ebfbd5; box-shadow: 1px 1px 3px 2px #ebfbd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,251,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebfbd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfbd5; -webkit-box-shadow: 1px 1px 3px 2px #ebfbd5; box-shadow: 1px 1px 3px 2px #ebfbd5;">
Div content here</div>
This div box has shadow with color #ebfbd5
Comments
No comments written yet.
Please login to write comment.