Color spaces of #e2ffba
RGB | 226 | 255 | 186 |
---|---|---|---|
HSL | 0.24 | 1.00 | 0.86 |
HSV | 85° | 27° | 100° |
CMYK | 0.11 | 0.00 | 0.27 0.00 |
XYZ | 75.9870 | 91.2339 | 60.0593 |
Yxy | 91.2339 | 0.3343 | 0.4014 |
Hunter Lab | 95.5164 | -25.1502 | 29.5808 |
CIE-Lab | 96.5063 | -20.8849 | 29.9538 |
#e2ffba color RGB value is (226,255,186).
#e2ffba hex color red value is 226, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e2ffba hue: 0.24 , saturation: 1.00 and the lightness value of e2ffba is 0.86.
The process color (four color CMYK) of #e2ffba color hex is 0.11, 0.00, 0.27, 0.00. Web safe color of #e2ffba is #ccffcc. Color #e2ffba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11111111 | 10111010 |
Octal | 342 | 377 | 272 |
Decimal | 226 | 255 | 186 |
Hex | E2 | FF | BA |
Shades of #e2ffba
Tints of #e2ffba
RGB Percentages of Color #e2ffba
CMYK Percentages of Color #e2ffba
Complementary Color
#e2ffba | #d7baff |
#e2ffba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2ffba Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2ffba Color CSS Codes
.mybgcolor {background-color:#e2ffba; } .myforecolor {color:#e2ffba; } .mybordercolor {border:3px solid #e2ffba; }
#e2ffba Text Font Color
<p style="color:#e2ffba">Text here</p>
This sample text font color is #e2ffba
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.
#e2ffba Background Color
<div style="background-color:#e2ffba">
Div content here</div>
This div background color is #e2ffba
#e2ffba Border Color
<div style="border:3px solid #e2ffba">
Div here</div>
This div border color is #e2ffba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,255,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2ffba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2ffba; -webkit-box-shadow: 1px 1px 3px 2px #e2ffba; box-shadow: 1px 1px 3px 2px #e2ffba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,255,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2ffba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2ffba; -webkit-box-shadow: 1px 1px 3px 2px #e2ffba; box-shadow: 1px 1px 3px 2px #e2ffba;">
Div content here</div>
This div box has shadow with color #e2ffba
#e2ffba Color Palettes
Comments
No comments written yet.
Please login to write comment.