Color Hex Logo

#efd6ce Color Hex

#EFD6CE
(239,214,206)
0 Favorites   0 Comments

Color spaces of #efd6ce

RGB 239214206
HSL0.040.510.87
HSV15°14°94°
CMYK 0.000.100.14   0.06
XYZ70.783770.900168.3469
Yxy70.90010.33700.3376
Hunter Lab84.20222.700310.8159
CIE-Lab87.43647.36557.0944

#efd6ce color RGB value is (239,214,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010110 11001110
Octal 357 326 316
Decimal 239 214 206
Hex EF D6 CE

RGB Percentages of Color #efd6ce

%36.27
%32.47
%31.26

CMYK Percentages of Color #efd6ce

%0
%10
%14
%6

Triadic Colors of #efd6ce

#efd6ce #ceefd6 #d6ceef

Analogous Colors of #efd6ce

#efd6ce #efe7ce #efced7

Monochromatic Colors of #efd6ce

#efd6ce

Complementary Color

#efd6ce #cee7ef

#efd6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd6ce Color CSS Codes

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

#efd6ce Text Font Color

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

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


#efd6ce Background Color

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

This div background color is #efd6ce


#efd6ce Border Color

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

This div border color is #efd6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd6ce


Comments

No comments written yet.

Please login to write comment.