Color Hex Logo

#e8dffc Color Hex

#E8DFFC
(232,223,252)
0 Favorites   0 Comments

Color spaces of #e8dffc

RGB 232223252
HSL0.720.830.93
HSV259°12°99°
CMYK 0.080.120.00   0.01
XYZ77.237176.9594102.8793
Yxy76.95940.30040.2994
Hunter Lab87.72653.6355-8.1225
CIE-Lab90.30298.3846-12.9735

#e8dffc color RGB value is (232,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11011111 11111100
Octal 350 337 374
Decimal 232 223 252
Hex E8 DF FC

RGB Percentages of Color #e8dffc

%32.81
%31.54
%35.64

CMYK Percentages of Color #e8dffc

%8
%12
%0
%1

Triadic Colors of #e8dffc

#e8dffc #fce8df #dffce8

Analogous Colors of #e8dffc

#e8dffc #f7dffc #dfe5fc

Monochromatic Colors of #e8dffc

#e8dffc

Complementary Color

#e8dffc #f3fcdf

#e8dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8dffc Color CSS Codes

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

#e8dffc Text Font Color

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

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


#e8dffc Background Color

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

This div background color is #e8dffc


#e8dffc Border Color

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

This div border color is #e8dffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,223,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e8dffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8dffc

Related Colors


Comments

No comments written yet.

Please login to write comment.