Color Hex Logo

#efd1ce Color Hex

#EFD1CE
(239,209,206)
0 Favorites   0 Comments

Color spaces of #efd1ce

RGB 239209206
HSL0.020.510.87
HSV14°94°
CMYK 0.000.130.14   0.06
XYZ69.537668.407967.9315
Yxy68.40790.33780.3323
Hunter Lab82.70915.33299.1996
CIE-Lab86.21009.97665.3274

#efd1ce color RGB value is (239,209,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 11001110
Octal 357 321 316
Decimal 239 209 206
Hex EF D1 CE

RGB Percentages of Color #efd1ce

%36.54
%31.96
%31.50

CMYK Percentages of Color #efd1ce

%0
%13
%14
%6

Triadic Colors of #efd1ce

#efd1ce #ceefd1 #d1ceef

Analogous Colors of #efd1ce

#efd1ce #efe2ce #efcedc

Monochromatic Colors of #efd1ce

#efd1ce

Complementary Color

#efd1ce #ceecef

#efd1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd1ce Color CSS Codes

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

#efd1ce Text Font Color

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

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


#efd1ce Background Color

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

This div background color is #efd1ce


#efd1ce Border Color

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

This div border color is #efd1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd1ce

#efd1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.