Color Hex Logo

#eddccd Color Hex

#EDDCCD
(237,220,205)
0 Favorites   0 Comments

Color spaces of #eddccd

RGB 237220205
HSL0.080.470.87
HSV28°14°93°
CMYK 0.000.070.14   0.07
XYZ71.537773.598768.1931
Yxy73.59870.33530.3450
Hunter Lab85.7897-1.285612.9239
CIE-Lab88.73253.38279.4574

#eddccd color RGB value is (237,220,205).

#eddccd hex color red value is 237, green value is 220 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eddccd hue: 0.08 , saturation: 0.47 and the lightness value of eddccd is 0.87.

The process color (four color CMYK) of #eddccd color hex is 0.00, 0.07, 0.14, 0.07. Web safe color of #eddccd is #ffcccc. Color #eddccd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11001101
Octal 355 334 315
Decimal 237 220 205
Hex ED DC CD

RGB Percentages of Color #eddccd

%35.80
%33.23
%30.97

CMYK Percentages of Color #eddccd

%0
%7
%14
%7

Triadic Colors of #eddccd

#eddccd #cdeddc #dccded

Analogous Colors of #eddccd

#eddccd #edeccd #edcdce

Monochromatic Colors of #eddccd

#eddccd

Complementary Color

#eddccd #cddeed

#eddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddccd Color CSS Codes

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

#eddccd Text Font Color

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

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


#eddccd Background Color

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

This div background color is #eddccd


#eddccd Border Color

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

This div border color is #eddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddccd


Comments

No comments written yet.

Please login to write comment.