Color Hex Logo

#e2dafe Color Hex

#E2DAFE
(226,218,254)
0 Favorites   0 Comments

Color spaces of #e2dafe

RGB 226218254
HSL0.700.950.93
HSV253°14°100°
CMYK 0.110.140.00   0.00
XYZ74.324873.4673104.0292
Yxy73.46730.29510.2917
Hunter Lab85.71314.7857-11.9606
CIE-Lab88.67019.4829-16.5171

#e2dafe color RGB value is (226,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11011010 11111110
Octal 342 332 376
Decimal 226 218 254
Hex E2 DA FE

RGB Percentages of Color #e2dafe

%32.38
%31.23
%36.39

CMYK Percentages of Color #e2dafe

%11
%14
%0
%0

Triadic Colors of #e2dafe

#e2dafe #fee2da #dafee2

Analogous Colors of #e2dafe

#e2dafe #f4dafe #dae4fe

Monochromatic Colors of #e2dafe

#e2dafe

Complementary Color

#e2dafe #f6feda

#e2dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2dafe Color CSS Codes

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

#e2dafe Text Font Color

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

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


#e2dafe Background Color

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

This div background color is #e2dafe


#e2dafe Border Color

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

This div border color is #e2dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2dafe


Comments

No comments written yet.

Please login to write comment.