Color Hex Logo

#efdcd4 Color Hex

#EFDCD4
(239,220,212)
0 Favorites   0 Comments

Color spaces of #efdcd4

RGB 239220212
HSL0.050.460.88
HSV18°11°94°
CMYK 0.000.080.11   0.06
XYZ73.073574.290672.7755
Yxy74.29060.33190.3375
Hunter Lab86.19200.496210.2734
CIE-Lab89.05965.20426.2715

#efdcd4 color RGB value is (239,220,212).

#efdcd4 hex color red value is 239, green value is 220 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #efdcd4 hue: 0.05 , saturation: 0.46 and the lightness value of efdcd4 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11010100
Octal 357 334 324
Decimal 239 220 212
Hex EF DC D4

RGB Percentages of Color #efdcd4

%35.62
%32.79
%31.59

CMYK Percentages of Color #efdcd4

%0
%8
%11
%6

Triadic Colors of #efdcd4

#efdcd4 #d4efdc #dcd4ef

Analogous Colors of #efdcd4

#efdcd4 #efead4 #efd4da

Monochromatic Colors of #efdcd4

#efdcd4

Complementary Color

#efdcd4 #d4e7ef

#efdcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcd4 Color CSS Codes

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

#efdcd4 Text Font Color

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

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


#efdcd4 Background Color

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

This div background color is #efdcd4


#efdcd4 Border Color

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

This div border color is #efdcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcd4


Comments

No comments written yet.

Please login to write comment.