Color Hex Logo

#e8dffe Color Hex

#E8DFFE
(232,223,254)
0 Favorites   0 Comments

Color spaces of #e8dffe

RGB 232223254
HSL0.720.940.94
HSV257°12°100°
CMYK 0.090.120.00   0.00
XYZ77.555877.0869104.5576
Yxy77.08690.29920.2974
Hunter Lab87.79914.0263-9.1474
CIE-Lab90.36168.7726-13.9337

#e8dffe color RGB value is (232,223,254).

#e8dffe hex color red value is 232, green value is 223 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e8dffe hue: 0.72 , saturation: 0.94 and the lightness value of e8dffe is 0.94.

The process color (four color CMYK) of #e8dffe color hex is 0.09, 0.12, 0.00, 0.00. Web safe color of #e8dffe is #ffccff. Color #e8dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 11111110
Octal 350 337 376
Decimal 232 223 254
Hex E8 DF FE

RGB Percentages of Color #e8dffe

%32.72
%31.45
%35.83

CMYK Percentages of Color #e8dffe

%9
%12
%0
%0

Triadic Colors of #e8dffe

#e8dffe #fee8df #dffee8

Analogous Colors of #e8dffe

#e8dffe #f8dffe #dfe6fe

Monochromatic Colors of #e8dffe

#e8dffe

Complementary Color

#e8dffe #f5fedf

#e8dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dffe Color CSS Codes

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

#e8dffe Text Font Color

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

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


#e8dffe Background Color

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

This div background color is #e8dffe


#e8dffe Border Color

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

This div border color is #e8dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dffe

Related Colors


Comments

No comments written yet.

Please login to write comment.