Color Hex Logo

#e4eefe Color Hex

#E4EEFE
(228,238,254)
0 Favorites   0 Comments

Color spaces of #e4eefe

RGB 228238254
HSL0.600.930.95
HSV217°10°100°
CMYK 0.100.060.00   0.00
XYZ80.458884.7988105.8931
Yxy84.79880.29670.3127
Hunter Lab92.0863-5.1896-3.7192
CIE-Lab93.7963-0.2740-8.8483

#e4eefe color RGB value is (228,238,254).

#e4eefe hex color red value is 228, green value is 238 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e4eefe hue: 0.60 , saturation: 0.93 and the lightness value of e4eefe is 0.95.

The process color (four color CMYK) of #e4eefe color hex is 0.10, 0.06, 0.00, 0.00. Web safe color of #e4eefe is #ccffff. Color #e4eefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101110 11111110
Octal 344 356 376
Decimal 228 238 254
Hex E4 EE FE

RGB Percentages of Color #e4eefe

%31.67
%33.06
%35.28

CMYK Percentages of Color #e4eefe

%10
%6
%0
%0

Triadic Colors of #e4eefe

#e4eefe #fee4ee #eefee4

Analogous Colors of #e4eefe

#e4eefe #e7e4fe #e4fbfe

Monochromatic Colors of #e4eefe

#e4eefe

Complementary Color

#e4eefe #fef4e4

#e4eefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4eefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4eefe Color CSS Codes

.mybgcolor {background-color:#e4eefe; } 
.myforecolor {color:#e4eefe; }
.mybordercolor {border:3px solid #e4eefe; }

#e4eefe Text Font Color

<p style="color:#e4eefe">Text here</p>

This sample text font color is #e4eefe
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.


#e4eefe Background Color

<div style="background-color:#e4eefe">
Div content here</div>

This div background color is #e4eefe


#e4eefe Border Color

<div style="border:3px solid #e4eefe">
Div here</div>

This div border color is #e4eefe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,238,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4eefe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4eefe;
  -webkit-box-shadow: 1px 1px 3px 2px #e4eefe;
  box-shadow:         1px 1px 3px 2px #e4eefe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,238,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 #e4eefe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e4eefe;
  -webkit-box-shadow: 1px 1px 3px 2px #e4eefe;
  box-shadow:         1px 1px 3px 2px #e4eefe;">
Div content here</div>

This div box has shadow with color #e4eefe


Comments

No comments written yet.

Please login to write comment.