Color Hex Logo

#efdcd5 Color Hex

#EFDCD5
(239,220,213)
0 Favorites   0 Comments

Color spaces of #efdcd5

RGB 239220213
HSL0.040.450.89
HSV16°11°94°
CMYK 0.000.080.11   0.06
XYZ73.200074.341273.4420
Yxy74.34120.33120.3364
Hunter Lab86.22130.65529.8526
CIE-Lab89.08355.36555.7804

#efdcd5 color RGB value is (239,220,213).

#efdcd5 hex color red value is 239, green value is 220 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #efdcd5 hue: 0.04 , saturation: 0.45 and the lightness value of efdcd5 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11010101
Octal 357 334 325
Decimal 239 220 213
Hex EF DC D5

RGB Percentages of Color #efdcd5

%35.57
%32.74
%31.70

CMYK Percentages of Color #efdcd5

%0
%8
%11
%6

Triadic Colors of #efdcd5

#efdcd5 #d5efdc #dcd5ef

Analogous Colors of #efdcd5

#efdcd5 #efe9d5 #efd5db

Monochromatic Colors of #efdcd5

#efdcd5

Complementary Color

#efdcd5 #d5e8ef

#efdcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcd5 Color CSS Codes

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

#efdcd5 Text Font Color

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

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


#efdcd5 Background Color

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

This div background color is #efdcd5


#efdcd5 Border Color

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

This div border color is #efdcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcd5


Comments

No comments written yet.

Please login to write comment.