Color spaces of #e8fcfa
RGB | 232 | 252 | 250 |
---|---|---|---|
HSL | 0.48 | 0.77 | 0.95 |
HSV | 174° | 8° | 99° |
CMYK | 0.08 | 0.00 | 0.01 0.01 |
XYZ | 85.3444 | 93.6787 | 104.0262 |
Yxy | 93.6787 | 0.3015 | 0.3310 |
Hunter Lab | 96.7878 | -11.9829 | 4.0273 |
CIE-Lab | 97.5024 | -6.8622 | -1.2872 |
#e8fcfa color RGB value is (232,252,250).
#e8fcfa hex color red value is 232, green value is 252 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e8fcfa hue: 0.48 , saturation: 0.77 and the lightness value of e8fcfa is 0.95.
The process color (four color CMYK) of #e8fcfa color hex is 0.08, 0.00, 0.01, 0.01. Web safe color of #e8fcfa is #ffffff. Color #e8fcfa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101000 | 11111100 | 11111010 |
Octal | 350 | 374 | 372 |
Decimal | 232 | 252 | 250 |
Hex | E8 | FC | FA |
Shades of #e8fcfa
Tints of #e8fcfa
RGB Percentages of Color #e8fcfa
CMYK Percentages of Color #e8fcfa
Complementary Color
#e8fcfa | #fce8ea |
#e8fcfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e8fcfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#e8fcfa Color CSS Codes
.mybgcolor {background-color:#e8fcfa; } .myforecolor {color:#e8fcfa; } .mybordercolor {border:3px solid #e8fcfa; }
#e8fcfa Text Font Color
<p style="color:#e8fcfa">Text here</p>
This sample text font color is #e8fcfa
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.
#e8fcfa Background Color
<div style="background-color:#e8fcfa">
Div content here</div>
This div background color is #e8fcfa
#e8fcfa Border Color
<div style="border:3px solid #e8fcfa">
Div here</div>
This div border color is #e8fcfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(232,252,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e8fcfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e8fcfa; -webkit-box-shadow: 1px 1px 3px 2px #e8fcfa; box-shadow: 1px 1px 3px 2px #e8fcfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(232,252,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 #e8fcfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e8fcfa; -webkit-box-shadow: 1px 1px 3px 2px #e8fcfa; box-shadow: 1px 1px 3px 2px #e8fcfa;">
Div content here</div>
This div box has shadow with color #e8fcfa
Comments
No comments written yet.
Please login to write comment.