Color Hex Logo

#e0dcfd Color Hex

#E0DCFD
(224,220,253)
0 Favorites   0 Comments

Color spaces of #e0dcfd

RGB 224220253
HSL0.690.890.93
HSV247°13°99°
CMYK 0.110.130.00   0.01
XYZ74.063374.1255103.3326
Yxy74.12550.29450.2947
Hunter Lab86.09622.8844-10.8925
CIE-Lab88.98187.5987-15.5391

#e0dcfd color RGB value is (224,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11011100 11111101
Octal 340 334 375
Decimal 224 220 253
Hex E0 DC FD

RGB Percentages of Color #e0dcfd

%32.14
%31.56
%36.30

CMYK Percentages of Color #e0dcfd

%11
%13
%0
%1

Triadic Colors of #e0dcfd

#e0dcfd #fde0dc #dcfde0

Analogous Colors of #e0dcfd

#e0dcfd #f1dcfd #dce9fd

Monochromatic Colors of #e0dcfd

#e0dcfd

Complementary Color

#e0dcfd #f9fddc

#e0dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0dcfd Color CSS Codes

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

#e0dcfd Text Font Color

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

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


#e0dcfd Background Color

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

This div background color is #e0dcfd


#e0dcfd Border Color

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

This div border color is #e0dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0dcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.