Color Hex Logo

#e6dffc Color Hex

#E6DFFC
(230,223,252)
0 Favorites   0 Comments

Color spaces of #e6dffc

RGB 230223252
HSL0.710.830.93
HSV254°12°99°
CMYK 0.090.120.00   0.01
XYZ76.591576.6266102.8491
Yxy76.62660.29910.2992
Hunter Lab87.53662.9922-8.3858
CIE-Lab90.14957.7424-13.2188

#e6dffc color RGB value is (230,223,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011111 11111100
Octal 346 337 374
Decimal 230 223 252
Hex E6 DF FC

RGB Percentages of Color #e6dffc

%32.62
%31.63
%35.74

CMYK Percentages of Color #e6dffc

%9
%12
%0
%1

Triadic Colors of #e6dffc

#e6dffc #fce6df #dffce6

Analogous Colors of #e6dffc

#e6dffc #f5dffc #dfe7fc

Monochromatic Colors of #e6dffc

#e6dffc

Complementary Color

#e6dffc #f5fcdf

#e6dffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dffc Color CSS Codes

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

#e6dffc Text Font Color

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

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


#e6dffc Background Color

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

This div background color is #e6dffc


#e6dffc Border Color

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

This div border color is #e6dffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dffc


Comments

No comments written yet.

Please login to write comment.