Color Hex Logo

#e2dafd Color Hex

#E2DAFD
(226,218,253)
0 Favorites   0 Comments

Color spaces of #e2dafd

RGB 226218253
HSL0.700.900.92
HSV254°14°99°
CMYK 0.110.140.00   0.01
XYZ74.165173.4034103.1879
Yxy73.40340.29580.2927
Hunter Lab85.67584.5856-11.4358
CIE-Lab88.63989.2836-16.0370

#e2dafd color RGB value is (226,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 11111101
Octal 342 332 375
Decimal 226 218 253
Hex E2 DA FD

RGB Percentages of Color #e2dafd

%32.42
%31.28
%36.30

CMYK Percentages of Color #e2dafd

%11
%14
%0
%1

Triadic Colors of #e2dafd

#e2dafd #fde2da #dafde2

Analogous Colors of #e2dafd

#e2dafd #f4dafd #dae4fd

Monochromatic Colors of #e2dafd

#e2dafd

Complementary Color

#e2dafd #f5fdda

#e2dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dafd Color CSS Codes

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

#e2dafd Text Font Color

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

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


#e2dafd Background Color

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

This div background color is #e2dafd


#e2dafd Border Color

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

This div border color is #e2dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dafd


Comments

No comments written yet.

Please login to write comment.