Color Hex Logo

#e4dcfe Color Hex

#E4DCFE
(228,220,254)
0 Favorites   0 Comments

Color spaces of #e4dcfe

RGB 228220254
HSL0.710.940.93
HSV254°13°100°
CMYK 0.100.130.00   0.00
XYZ75.477574.8361104.2327
Yxy74.83610.29650.2940
Hunter Lab86.50794.3512-10.8826
CIE-Lab89.31629.0674-15.5316

#e4dcfe color RGB value is (228,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011100 11111110
Octal 344 334 376
Decimal 228 220 254
Hex E4 DC FE

RGB Percentages of Color #e4dcfe

%32.48
%31.34
%36.18

CMYK Percentages of Color #e4dcfe

%10
%13
%0
%0

Triadic Colors of #e4dcfe

#e4dcfe #fee4dc #dcfee4

Analogous Colors of #e4dcfe

#e4dcfe #f5dcfe #dce5fe

Monochromatic Colors of #e4dcfe

#e4dcfe

Complementary Color

#e4dcfe #f6fedc

#e4dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dcfe Color CSS Codes

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

#e4dcfe Text Font Color

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

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


#e4dcfe Background Color

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

This div background color is #e4dcfe


#e4dcfe Border Color

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

This div border color is #e4dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dcfe


Comments

No comments written yet.

Please login to write comment.