Color Hex Logo

#e1defe Color Hex

#E1DEFE
(225,222,254)
0 Favorites   0 Comments

Color spaces of #e1defe

RGB 225222254
HSL0.680.940.93
HSV246°13°100°
CMYK 0.110.130.00   0.00
XYZ75.062075.4059104.3645
Yxy75.40590.29460.2959
Hunter Lab86.83662.3324-10.4721
CIE-Lab89.58287.0670-15.1550

#e1defe color RGB value is (225,222,254).

#e1defe hex color red value is 225, green value is 222 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e1defe hue: 0.68 , saturation: 0.94 and the lightness value of e1defe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11011110 11111110
Octal 341 336 376
Decimal 225 222 254
Hex E1 DE FE

RGB Percentages of Color #e1defe

%32.10
%31.67
%36.23

CMYK Percentages of Color #e1defe

%11
%13
%0
%0

Triadic Colors of #e1defe

#e1defe #fee1de #defee1

Analogous Colors of #e1defe

#e1defe #f1defe #deebfe

Monochromatic Colors of #e1defe

#e1defe

Complementary Color

#e1defe #fbfede

#e1defe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1defe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1defe Color CSS Codes

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

#e1defe Text Font Color

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

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


#e1defe Background Color

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

This div background color is #e1defe


#e1defe Border Color

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

This div border color is #e1defe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1defe

Related Colors


Comments

No comments written yet.

Please login to write comment.