Color spaces of #ebfad5
RGB | 235 | 250 | 213 |
---|---|---|---|
HSL | 0.23 | 0.79 | 0.91 |
HSV | 84° | 15° | 98° |
CMYK | 0.06 | 0.00 | 0.15 0.02 |
XYZ | 80.4568 | 90.8375 | 76.2437 |
Yxy | 90.8375 | 0.3250 | 0.3670 |
Hunter Lab | 95.3087 | -16.1058 | 19.2861 |
CIE-Lab | 96.3431 | -11.2553 | 16.0943 |
#ebfad5 color RGB value is (235,250,213).
#ebfad5 hex color red value is 235, green value is 250 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ebfad5 hue: 0.23 , saturation: 0.79 and the lightness value of ebfad5 is 0.91.
The process color (four color CMYK) of #ebfad5 color hex is 0.06, 0.00, 0.15, 0.02. Web safe color of #ebfad5 is #ffffcc. Color #ebfad5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11111010 | 11010101 |
Octal | 353 | 372 | 325 |
Decimal | 235 | 250 | 213 |
Hex | EB | FA | D5 |
Shades of #ebfad5
Tints of #ebfad5
RGB Percentages of Color #ebfad5
CMYK Percentages of Color #ebfad5
Complementary Color
#ebfad5 | #e4d5fa |
#ebfad5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebfad5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebfad5 Color CSS Codes
.mybgcolor {background-color:#ebfad5; } .myforecolor {color:#ebfad5; } .mybordercolor {border:3px solid #ebfad5; }
#ebfad5 Text Font Color
<p style="color:#ebfad5">Text here</p>
This sample text font color is #ebfad5
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.
#ebfad5 Background Color
<div style="background-color:#ebfad5">
Div content here</div>
This div background color is #ebfad5
#ebfad5 Border Color
<div style="border:3px solid #ebfad5">
Div here</div>
This div border color is #ebfad5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,250,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebfad5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebfad5; -webkit-box-shadow: 1px 1px 3px 2px #ebfad5; box-shadow: 1px 1px 3px 2px #ebfad5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,250,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 #ebfad5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebfad5; -webkit-box-shadow: 1px 1px 3px 2px #ebfad5; box-shadow: 1px 1px 3px 2px #ebfad5;">
Div content here</div>
This div box has shadow with color #ebfad5
Comments
No comments written yet.
Please login to write comment.