Color spaces of #e0fbeb
RGB | 224 | 251 | 235 |
---|---|---|---|
HSL | 0.40 | 0.77 | 0.93 |
HSV | 144° | 11° | 98° |
CMYK | 0.11 | 0.00 | 0.06 0.02 |
XYZ | 80.2330 | 90.8398 | 91.9024 |
Yxy | 90.8398 | 0.3051 | 0.3454 |
Hunter Lab | 95.3099 | -16.5290 | 9.5467 |
CIE-Lab | 96.3440 | -11.6983 | 4.6863 |
#e0fbeb color RGB value is (224,251,235).
#e0fbeb hex color red value is 224, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e0fbeb hue: 0.40 , saturation: 0.77 and the lightness value of e0fbeb is 0.93.
The process color (four color CMYK) of #e0fbeb color hex is 0.11, 0.00, 0.06, 0.02. Web safe color of #e0fbeb is #ccffff. Color #e0fbeb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100000 | 11111011 | 11101011 |
Octal | 340 | 373 | 353 |
Decimal | 224 | 251 | 235 |
Hex | E0 | FB | EB |
Shades of #e0fbeb
Tints of #e0fbeb
RGB Percentages of Color #e0fbeb
CMYK Percentages of Color #e0fbeb
Complementary Color
#e0fbeb | #fbe0f0 |
#e0fbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e0fbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#e0fbeb Color CSS Codes
.mybgcolor {background-color:#e0fbeb; } .myforecolor {color:#e0fbeb; } .mybordercolor {border:3px solid #e0fbeb; }
#e0fbeb Text Font Color
<p style="color:#e0fbeb">Text here</p>
This sample text font color is #e0fbeb
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.
#e0fbeb Background Color
<div style="background-color:#e0fbeb">
Div content here</div>
This div background color is #e0fbeb
#e0fbeb Border Color
<div style="border:3px solid #e0fbeb">
Div here</div>
This div border color is #e0fbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(224,251,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e0fbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e0fbeb; -webkit-box-shadow: 1px 1px 3px 2px #e0fbeb; box-shadow: 1px 1px 3px 2px #e0fbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(224,251,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e0fbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e0fbeb; -webkit-box-shadow: 1px 1px 3px 2px #e0fbeb; box-shadow: 1px 1px 3px 2px #e0fbeb;">
Div content here</div>
This div box has shadow with color #e0fbeb
Comments
No comments written yet.
Please login to write comment.