Color spaces of #e7fbfa
RGB | 231 | 251 | 250 |
---|---|---|---|
HSL | 0.49 | 0.71 | 0.95 |
HSV | 177° | 8° | 98° |
CMYK | 0.08 | 0.00 | 0.00 0.02 |
XYZ | 84.7075 | 92.8854 | 103.9066 |
Yxy | 92.8854 | 0.3009 | 0.3300 |
Hunter Lab | 96.3771 | -11.7731 | 3.5419 |
CIE-Lab | 97.1811 | -6.6803 | -1.7656 |
#e7fbfa color RGB value is (231,251,250).
#e7fbfa hex color red value is 231, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e7fbfa hue: 0.49 , saturation: 0.71 and the lightness value of e7fbfa is 0.95.
The process color (four color CMYK) of #e7fbfa color hex is 0.08, 0.00, 0.00, 0.02. Web safe color of #e7fbfa is #ffffff. Color #e7fbfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100111 | 11111011 | 11111010 |
Octal | 347 | 373 | 372 |
Decimal | 231 | 251 | 250 |
Hex | E7 | FB | FA |
Shades of #e7fbfa
Tints of #e7fbfa
RGB Percentages of Color #e7fbfa
CMYK Percentages of Color #e7fbfa
Complementary Color
#e7fbfa | #fbe7e8 |
#e7fbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e7fbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e7fbfa Color CSS Codes
.mybgcolor {background-color:#e7fbfa; } .myforecolor {color:#e7fbfa; } .mybordercolor {border:3px solid #e7fbfa; }
#e7fbfa Text Font Color
<p style="color:#e7fbfa">Text here</p>
This sample text font color is #e7fbfa
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.
#e7fbfa Background Color
<div style="background-color:#e7fbfa">
Div content here</div>
This div background color is #e7fbfa
#e7fbfa Border Color
<div style="border:3px solid #e7fbfa">
Div here</div>
This div border color is #e7fbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(231,251,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e7fbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e7fbfa; -webkit-box-shadow: 1px 1px 3px 2px #e7fbfa; box-shadow: 1px 1px 3px 2px #e7fbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(231,251,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 #e7fbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e7fbfa; -webkit-box-shadow: 1px 1px 3px 2px #e7fbfa; box-shadow: 1px 1px 3px 2px #e7fbfa;">
Div content here</div>
This div box has shadow with color #e7fbfa
Comments
No comments written yet.
Please login to write comment.