Color Hex Logo

#e4effd Color Hex

#E4EFFD
(228,239,253)
0 Favorites   0 Comments

Color spaces of #e4effd

RGB 228239253
HSL0.590.860.94
HSV214°10°99°
CMYK 0.100.060.00   0.01
XYZ80.591085.3188105.1491
Yxy85.31880.29730.3148
Hunter Lab92.3682-5.9035-2.8362
CIE-Lab94.0203-0.9805-7.9970

#e4effd color RGB value is (228,239,253).

#e4effd hex color red value is 228, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e4effd hue: 0.59 , saturation: 0.86 and the lightness value of e4effd is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101111 11111101
Octal 344 357 375
Decimal 228 239 253
Hex E4 EF FD

RGB Percentages of Color #e4effd

%31.67
%33.19
%35.14

CMYK Percentages of Color #e4effd

%10
%6
%0
%1

Triadic Colors of #e4effd

#e4effd #fde4ef #effde4

Analogous Colors of #e4effd

#e4effd #e6e4fd #e4fcfd

Monochromatic Colors of #e4effd

#e4effd

Complementary Color

#e4effd #fdf2e4

#e4effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4effd Color CSS Codes

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

#e4effd Text Font Color

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

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


#e4effd Background Color

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

This div background color is #e4effd


#e4effd Border Color

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

This div border color is #e4effd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,239,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e4effd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4effd

Related Colors


Comments

No comments written yet.

Please login to write comment.