Color Hex Logo

#e6dfcd Color Hex

#E6DFCD
(230,223,205)
0 Favorites   0 Comments

Color spaces of #e6dfcd

RGB 230223205
HSL0.120.330.85
HSV43°11°90°
CMYK 0.000.030.11   0.10
XYZ70.040274.006168.3507
Yxy74.00610.32980.3484
Hunter Lab86.0268-5.218013.1112
CIE-Lab88.9254-0.64479.6583

#e6dfcd color RGB value is (230,223,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011111 11001101
Octal 346 337 315
Decimal 230 223 205
Hex E6 DF CD

RGB Percentages of Color #e6dfcd

%34.95
%33.89
%31.16

CMYK Percentages of Color #e6dfcd

%0
%3
%11
%10

Triadic Colors of #e6dfcd

#e6dfcd #cde6df #dfcde6

Analogous Colors of #e6dfcd

#e6dfcd #e1e6cd #e6d3cd

Monochromatic Colors of #e6dfcd

#e6dfcd

Complementary Color

#e6dfcd #cdd4e6

#e6dfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6dfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6dfcd Color CSS Codes

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

#e6dfcd Text Font Color

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

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


#e6dfcd Background Color

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

This div background color is #e6dfcd


#e6dfcd Border Color

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

This div border color is #e6dfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6dfcd


Comments

No comments written yet.

Please login to write comment.