Color Hex Logo

#e0dcfc Color Hex

#E0DCFC
(224,220,252)
0 Favorites   0 Comments

Color spaces of #e0dcfc

RGB 224220252
HSL0.690.840.93
HSV248°13°99°
CMYK 0.110.130.00   0.01
XYZ73.904474.0620102.4957
Yxy74.06200.29510.2957
Hunter Lab86.05932.6852-10.3723
CIE-Lab88.95187.3987-15.0588

#e0dcfc color RGB value is (224,220,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 11111100
Octal 340 334 374
Decimal 224 220 252
Hex E0 DC FC

RGB Percentages of Color #e0dcfc

%32.18
%31.61
%36.21

CMYK Percentages of Color #e0dcfc

%11
%13
%0
%1

Triadic Colors of #e0dcfc

#e0dcfc #fce0dc #dcfce0

Analogous Colors of #e0dcfc

#e0dcfc #f0dcfc #dce8fc

Monochromatic Colors of #e0dcfc

#e0dcfc

Complementary Color

#e0dcfc #f8fcdc

#e0dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcfc Color CSS Codes

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

#e0dcfc Text Font Color

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

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


#e0dcfc Background Color

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

This div background color is #e0dcfc


#e0dcfc Border Color

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

This div border color is #e0dcfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,220,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcfc


Comments

No comments written yet.

Please login to write comment.