Color spaces of #e2fafa
RGB | 226 | 250 | 250 |
---|---|---|---|
HSL | 0.50 | 0.71 | 0.93 |
HSV | 180° | 10° | 98° |
CMYK | 0.10 | 0.00 | 0.00 0.02 |
XYZ | 82.8050 | 91.4421 | 103.7283 |
Yxy | 91.4421 | 0.2979 | 0.3290 |
Hunter Lab | 95.6254 | -12.7756 | 2.6237 |
CIE-Lab | 96.5918 | -7.7698 | -2.6690 |
#e2fafa color RGB value is (226,250,250).
#e2fafa hex color red value is 226, green value is 250 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e2fafa hue: 0.50 , saturation: 0.71 and the lightness value of e2fafa is 0.93.
The process color (four color CMYK) of #e2fafa color hex is 0.10, 0.00, 0.00, 0.02. Web safe color of #e2fafa is #ccffff. Color #e2fafa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11111010 | 11111010 |
Octal | 342 | 372 | 372 |
Decimal | 226 | 250 | 250 |
Hex | E2 | FA | FA |
Shades of #e2fafa
Tints of #e2fafa
RGB Percentages of Color #e2fafa
CMYK Percentages of Color #e2fafa
Complementary Color
#e2fafa | #fae2e2 |
#e2fafa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2fafa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2fafa Color CSS Codes
.mybgcolor {background-color:#e2fafa; } .myforecolor {color:#e2fafa; } .mybordercolor {border:3px solid #e2fafa; }
#e2fafa Text Font Color
<p style="color:#e2fafa">Text here</p>
This sample text font color is #e2fafa
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.
#e2fafa Background Color
<div style="background-color:#e2fafa">
Div content here</div>
This div background color is #e2fafa
#e2fafa Border Color
<div style="border:3px solid #e2fafa">
Div here</div>
This div border color is #e2fafa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,250,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2fafa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2fafa; -webkit-box-shadow: 1px 1px 3px 2px #e2fafa; box-shadow: 1px 1px 3px 2px #e2fafa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,250,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2fafa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2fafa; -webkit-box-shadow: 1px 1px 3px 2px #e2fafa; box-shadow: 1px 1px 3px 2px #e2fafa;">
Div content here</div>
This div box has shadow with color #e2fafa
Comments
No comments written yet.
Please login to write comment.