Color Hex Logo

#efdcd6 Color Hex

#EFDCD6
(239,220,214)
0 Favorites   0 Comments

Color spaces of #efdcd6

RGB 239220214
HSL0.040.440.89
HSV14°10°94°
CMYK 0.000.080.10   0.06
XYZ73.327474.392274.1127
Yxy74.39220.33060.3354
Hunter Lab86.25090.81519.4296
CIE-Lab89.10755.52775.2895

#efdcd6 color RGB value is (239,220,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11010110
Octal 357 334 326
Decimal 239 220 214
Hex EF DC D6

RGB Percentages of Color #efdcd6

%35.51
%32.69
%31.80

CMYK Percentages of Color #efdcd6

%0
%8
%10
%6

Triadic Colors of #efdcd6

#efdcd6 #d6efdc #dcd6ef

Analogous Colors of #efdcd6

#efdcd6 #efe9d6 #efd6dd

Monochromatic Colors of #efdcd6

#efdcd6

Complementary Color

#efdcd6 #d6e9ef

#efdcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcd6 Color CSS Codes

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

#efdcd6 Text Font Color

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

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


#efdcd6 Background Color

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

This div background color is #efdcd6


#efdcd6 Border Color

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

This div border color is #efdcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcd6


Comments

No comments written yet.

Please login to write comment.