Color Hex Logo

#e4dffe Color Hex

#E4DFFE
(228,223,254)
0 Favorites   0 Comments

Color spaces of #e4dffe

RGB 228223254
HSL0.690.940.94
HSV250°12°100°
CMYK 0.100.120.00   0.00
XYZ76.272076.4251104.4975
Yxy76.42510.29660.2971
Hunter Lab87.42152.7471-9.6761
CIE-Lab90.05637.4959-14.4222

#e4dffe color RGB value is (228,223,254).

#e4dffe hex color red value is 228, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e4dffe hue: 0.69 , saturation: 0.94 and the lightness value of e4dffe is 0.94.

The process color (four color CMYK) of #e4dffe color hex is 0.10, 0.12, 0.00, 0.00. Web safe color of #e4dffe is #ccccff. Color #e4dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011111 11111110
Octal 344 337 376
Decimal 228 223 254
Hex E4 DF FE

RGB Percentages of Color #e4dffe

%32.34
%31.63
%36.03

CMYK Percentages of Color #e4dffe

%10
%12
%0
%0

Triadic Colors of #e4dffe

#e4dffe #fee4df #dffee4

Analogous Colors of #e4dffe

#e4dffe #f4dffe #dfeafe

Monochromatic Colors of #e4dffe

#e4dffe

Complementary Color

#e4dffe #f9fedf

#e4dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dffe Color CSS Codes

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

#e4dffe Text Font Color

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

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


#e4dffe Background Color

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

This div background color is #e4dffe


#e4dffe Border Color

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

This div border color is #e4dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dffe


Comments

No comments written yet.

Please login to write comment.