Color Hex Logo

#e4fdfe Color Hex

#E4FDFE
(228,253,254)
0 Favorites   0 Comments

Color spaces of #e4fdfe

RGB 228253254
HSL0.510.930.95
HSV182°10°100°
CMYK 0.100.000.00   0.00
XYZ85.009693.9003107.4100
Yxy93.90030.29690.3280
Hunter Lab96.9022-12.98572.1123
CIE-Lab97.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

BaseRedGreenBlue
Binary 11100100 11111101 11111110
Octal 344 375 376
Decimal 228 253 254
Hex E4 FD FE

RGB Percentages of Color #e4fdfe

%31.02
%34.42
%34.56

CMYK Percentages of Color #e4fdfe

%10
%0
%0
%0

Triadic Colors of #e4fdfe

#e4fdfe #fee4fd #fdfee4

Analogous Colors of #e4fdfe

#e4fdfe #e4f0fe #e4fef2

Monochromatic Colors of #e4fdfe

#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.