Color Hex Logo

#efc4ce Color Hex

#EFC4CE
(239,196,206)
0 Favorites   0 Comments

Color spaces of #efc4ce

RGB 239196206
HSL0.960.570.85
HSV346°18°94°
CMYK 0.000.180.14   0.06
XYZ66.477162.286866.9114
Yxy62.28680.33970.3183
Hunter Lab78.922012.23964.9783
CIE-Lab83.065716.82050.7660

#efc4ce color RGB value is (239,196,206).

#efc4ce hex color red value is 239, green value is 196 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efc4ce hue: 0.96 , saturation: 0.57 and the lightness value of efc4ce is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000100 11001110
Octal 357 304 316
Decimal 239 196 206
Hex EF C4 CE

RGB Percentages of Color #efc4ce

%37.29
%30.58
%32.14

CMYK Percentages of Color #efc4ce

%0
%18
%14
%6

Triadic Colors of #efc4ce

#efc4ce #ceefc4 #c4ceef

Analogous Colors of #efc4ce

#efc4ce #efd0c4 #efc4e4

Monochromatic Colors of #efc4ce

#efc4ce

Complementary Color

#efc4ce #c4efe5

#efc4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc4ce Color CSS Codes

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

#efc4ce Text Font Color

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

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


#efc4ce Background Color

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

This div background color is #efc4ce


#efc4ce Border Color

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

This div border color is #efc4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc4ce


Comments

No comments written yet.

Please login to write comment.