Color spaces of #e4fdfe
RGB | 228 | 253 | 254 |
---|---|---|---|
HSL | 0.51 | 0.93 | 0.95 |
HSV | 182° | 10° | 100° |
CMYK | 0.10 | 0.00 | 0.00 0.00 |
XYZ | 85.0096 | 93.9003 | 107.4100 |
Yxy | 93.9003 | 0.2969 | 0.3280 |
Hunter Lab | 96.9022 | -12.9857 | 2.1123 |
CIE-Lab | 97.5918 | -7.8793 | -3.2461 |
#e4fdfe color RGB value is (228,253,254).
#e4fdfe hex color red value is 228, green value is 253 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e4fdfe hue: 0.51 , saturation: 0.93 and the lightness value of e4fdfe is 0.95.
The process color (four color CMYK) of #e4fdfe color hex is 0.10, 0.00, 0.00, 0.00. Web safe color of #e4fdfe is #ccffff. Color #e4fdfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 11111101 | 11111110 |
Octal | 344 | 375 | 376 |
Decimal | 228 | 253 | 254 |
Hex | E4 | FD | FE |
Shades of #e4fdfe
Tints of #e4fdfe
RGB Percentages of Color #e4fdfe
CMYK Percentages of Color #e4fdfe
Complementary Color
#e4fdfe | #fee5e4 |
#e4fdfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4fdfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4fdfe Color CSS Codes
.mybgcolor {background-color:#e4fdfe; } .myforecolor {color:#e4fdfe; } .mybordercolor {border:3px solid #e4fdfe; }
#e4fdfe Text Font Color
<p style="color:#e4fdfe">Text here</p>
This sample text font color is #e4fdfe
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.
#e4fdfe Background Color
<div style="background-color:#e4fdfe">
Div content here</div>
This div background color is #e4fdfe
#e4fdfe Border Color
<div style="border:3px solid #e4fdfe">
Div here</div>
This div border color is #e4fdfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,253,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4fdfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4fdfe; -webkit-box-shadow: 1px 1px 3px 2px #e4fdfe; box-shadow: 1px 1px 3px 2px #e4fdfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,253,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e4fdfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4fdfe; -webkit-box-shadow: 1px 1px 3px 2px #e4fdfe; box-shadow: 1px 1px 3px 2px #e4fdfe;">
Div content here</div>
This div box has shadow with color #e4fdfe
Related Colors
Comments
No comments written yet.
Please login to write comment.