Color Hex Logo

#eedcd3 Color Hex

#EEDCD3
(238,220,211)
0 Favorites   0 Comments

Color spaces of #eedcd3

RGB 238220211
HSL0.060.440.88
HSV20°11°93°
CMYK 0.000.080.11   0.07
XYZ72.611074.066772.0973
Yxy74.06670.33190.3386
Hunter Lab86.0620-0.007110.5740
CIE-Lab88.95404.69126.6342

#eedcd3 color RGB value is (238,220,211).

#eedcd3 hex color red value is 238, green value is 220 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eedcd3 hue: 0.06 , saturation: 0.44 and the lightness value of eedcd3 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 11010011
Octal 356 334 323
Decimal 238 220 211
Hex EE DC D3

RGB Percentages of Color #eedcd3

%35.58
%32.88
%31.54

CMYK Percentages of Color #eedcd3

%0
%8
%11
%7

Triadic Colors of #eedcd3

#eedcd3 #d3eedc #dcd3ee

Analogous Colors of #eedcd3

#eedcd3 #eeead3 #eed3d8

Monochromatic Colors of #eedcd3

#eedcd3

Complementary Color

#eedcd3 #d3e5ee

#eedcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedcd3 Color CSS Codes

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

#eedcd3 Text Font Color

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

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


#eedcd3 Background Color

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

This div background color is #eedcd3


#eedcd3 Border Color

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

This div border color is #eedcd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedcd3


Comments

No comments written yet.

Please login to write comment.