Color Hex Logo

#eedfcd Color Hex

#EEDFCD
(238,223,205)
0 Favorites   0 Comments

Color spaces of #eedfcd

RGB 238223205
HSL0.090.490.87
HSV33°14°93°
CMYK 0.000.060.14   0.07
XYZ72.667075.360368.4736
Yxy75.36030.33560.3481
Hunter Lab86.8103-2.499614.0009
CIE-Lab89.56152.190110.6525

#eedfcd color RGB value is (238,223,205).

#eedfcd hex color red value is 238, green value is 223 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eedfcd hue: 0.09 , saturation: 0.49 and the lightness value of eedfcd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 11001101
Octal 356 337 315
Decimal 238 223 205
Hex EE DF CD

RGB Percentages of Color #eedfcd

%35.74
%33.48
%30.78

CMYK Percentages of Color #eedfcd

%0
%6
%14
%7

Triadic Colors of #eedfcd

#eedfcd #cdeedf #dfcdee

Analogous Colors of #eedfcd

#eedfcd #edeecd #eecfcd

Monochromatic Colors of #eedfcd

#eedfcd

Complementary Color

#eedfcd #cddcee

#eedfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfcd Color CSS Codes

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

#eedfcd Text Font Color

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

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


#eedfcd Background Color

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

This div background color is #eedfcd


#eedfcd Border Color

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

This div border color is #eedfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfcd


Comments

No comments written yet.

Please login to write comment.