Color Hex Logo

#e6dccb Color Hex

#E6DCCB
(230,220,203)
0 Favorites   0 Comments

Color spaces of #e6dccb

RGB 230220203
HSL0.100.350.85
HSV38°12°90°
CMYK 0.000.040.12   0.10
XYZ69.005872.321266.8223
Yxy72.32120.33150.3474
Hunter Lab85.0419-3.982412.9417
CIE-Lab88.12300.57969.5609

#e6dccb color RGB value is (230,220,203).

#e6dccb hex color red value is 230, green value is 220 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e6dccb hue: 0.10 , saturation: 0.35 and the lightness value of e6dccb is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011100 11001011
Octal 346 334 313
Decimal 230 220 203
Hex E6 DC CB

RGB Percentages of Color #e6dccb

%35.22
%33.69
%31.09

CMYK Percentages of Color #e6dccb

%0
%4
%12
%10

Triadic Colors of #e6dccb

#e6dccb #cbe6dc #dccbe6

Analogous Colors of #e6dccb

#e6dccb #e3e6cb #e6cfcb

Monochromatic Colors of #e6dccb

#e6dccb

Complementary Color

#e6dccb #cbd5e6

#e6dccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dccb Color CSS Codes

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

#e6dccb Text Font Color

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

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


#e6dccb Background Color

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

This div background color is #e6dccb


#e6dccb Border Color

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

This div border color is #e6dccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dccb


Comments

No comments written yet.

Please login to write comment.