Color Hex Logo

#e6dcda Color Hex

#E6DCDA
(230,220,218)
0 Favorites   0 Comments

Color spaces of #e6dcda

RGB 230220218
HSL0.030.190.88
HSV10°90°
CMYK 0.000.040.05   0.10
XYZ70.881273.071376.6980
Yxy73.07130.32120.3312
Hunter Lab85.4818-1.58146.6396
CIE-Lab88.48173.06802.1881

#e6dcda color RGB value is (230,220,218).

#e6dcda hex color red value is 230, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e6dcda hue: 0.03 , saturation: 0.19 and the lightness value of e6dcda is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11011010
Octal 346 334 332
Decimal 230 220 218
Hex E6 DC DA

RGB Percentages of Color #e6dcda

%34.43
%32.93
%32.63

CMYK Percentages of Color #e6dcda

%0
%4
%5
%10

Triadic Colors of #e6dcda

#e6dcda #dae6dc #dcdae6

Analogous Colors of #e6dcda

#e6dcda #e6e2da #e6dade

Monochromatic Colors of #e6dcda

#e6dcda

Complementary Color

#e6dcda #dae4e6

#e6dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dcda Color CSS Codes

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

#e6dcda Text Font Color

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

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


#e6dcda Background Color

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

This div background color is #e6dcda


#e6dcda Border Color

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

This div border color is #e6dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dcda

#e6dcda Color Palettes


Comments

No comments written yet.

Please login to write comment.