Color Hex Logo

#e0dcfe Color Hex

#E0DCFE
(224,220,254)
0 Favorites   0 Comments

Color spaces of #e0dcfe

RGB 224220254
HSL0.690.940.93
HSV247°13°100°
CMYK 0.120.130.00   0.00
XYZ74.223174.1894104.1740
Yxy74.18940.29390.2937
Hunter Lab86.13333.0845-11.4151
CIE-Lab89.01197.7994-16.0192

#e0dcfe color RGB value is (224,220,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 11111110
Octal 340 334 376
Decimal 224 220 254
Hex E0 DC FE

RGB Percentages of Color #e0dcfe

%32.09
%31.52
%36.39

CMYK Percentages of Color #e0dcfe

%12
%13
%0
%0

Triadic Colors of #e0dcfe

#e0dcfe #fee0dc #dcfee0

Analogous Colors of #e0dcfe

#e0dcfe #f1dcfe #dce9fe

Monochromatic Colors of #e0dcfe

#e0dcfe

Complementary Color

#e0dcfe #fafedc

#e0dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcfe Color CSS Codes

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

#e0dcfe Text Font Color

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

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


#e0dcfe Background Color

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

This div background color is #e0dcfe


#e0dcfe Border Color

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

This div border color is #e0dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.