Color Hex Logo

#e6dfce Color Hex

#E6DFCE
(230,223,206)
0 Favorites   0 Comments

Color spaces of #e6dfce

RGB 230223206
HSL0.120.320.85
HSV43°10°90°
CMYK 0.000.030.10   0.10
XYZ70.161474.054668.9886
Yxy74.05460.32910.3473
Hunter Lab86.0550-5.063612.7069
CIE-Lab88.9483-0.48319.1667

#e6dfce color RGB value is (230,223,206).

#e6dfce hex color red value is 230, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e6dfce hue: 0.12 , saturation: 0.32 and the lightness value of e6dfce is 0.85.

The process color (four color CMYK) of #e6dfce color hex is 0.00, 0.03, 0.10, 0.10. Web safe color of #e6dfce is #ffcccc. Color #e6dfce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011111 11001110
Octal 346 337 316
Decimal 230 223 206
Hex E6 DF CE

RGB Percentages of Color #e6dfce

%34.90
%33.84
%31.26

CMYK Percentages of Color #e6dfce

%0
%3
%10
%10

Triadic Colors of #e6dfce

#e6dfce #cee6df #dfcee6

Analogous Colors of #e6dfce

#e6dfce #e1e6ce #e6d3ce

Monochromatic Colors of #e6dfce

#e6dfce

Complementary Color

#e6dfce #ced5e6

#e6dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dfce Color CSS Codes

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

#e6dfce Text Font Color

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

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


#e6dfce Background Color

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

This div background color is #e6dfce


#e6dfce Border Color

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

This div border color is #e6dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dfce


Comments

No comments written yet.

Please login to write comment.