Color Hex Logo

#e2dcfd Color Hex

#E2DCFD
(226,220,253)
0 Favorites   0 Comments

Color spaces of #e2dcfd

RGB 226220253
HSL0.700.890.93
HSV251°13°99°
CMYK 0.110.130.00   0.01
XYZ74.686974.4470103.3618
Yxy74.44700.29580.2948
Hunter Lab86.28273.5162-10.6282
CIE-Lab89.13338.2332-15.2963

#e2dcfd color RGB value is (226,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011100 11111101
Octal 342 334 375
Decimal 226 220 253
Hex E2 DC FD

RGB Percentages of Color #e2dcfd

%32.33
%31.47
%36.19

CMYK Percentages of Color #e2dcfd

%11
%13
%0
%1

Triadic Colors of #e2dcfd

#e2dcfd #fde2dc #dcfde2

Analogous Colors of #e2dcfd

#e2dcfd #f3dcfd #dce7fd

Monochromatic Colors of #e2dcfd

#e2dcfd

Complementary Color

#e2dcfd #f7fddc

#e2dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dcfd Color CSS Codes

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

#e2dcfd Text Font Color

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

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


#e2dcfd Background Color

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

This div background color is #e2dcfd


#e2dcfd Border Color

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

This div border color is #e2dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dcfd


Comments

No comments written yet.

Please login to write comment.