Color Hex Logo

#efc3ce Color Hex

#EFC3CE
(239,195,206)
0 Favorites   0 Comments

Color spaces of #efc3ce

RGB 239195206
HSL0.960.580.85
HSV345°18°94°
CMYK 0.000.180.14   0.06
XYZ66.252361.837266.8364
Yxy61.83720.33990.3172
Hunter Lab78.636612.77434.6527
CIE-Lab82.826817.34960.4176

#efc3ce color RGB value is (239,195,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 11001110
Octal 357 303 316
Decimal 239 195 206
Hex EF C3 CE

RGB Percentages of Color #efc3ce

%37.34
%30.47
%32.19

CMYK Percentages of Color #efc3ce

%0
%18
%14
%6

Triadic Colors of #efc3ce

#efc3ce #ceefc3 #c3ceef

Analogous Colors of #efc3ce

#efc3ce #efcec3 #efc3e4

Monochromatic Colors of #efc3ce

#efc3ce

Complementary Color

#efc3ce #c3efe4

#efc3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc3ce Color CSS Codes

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

#efc3ce Text Font Color

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

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


#efc3ce Background Color

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

This div background color is #efc3ce


#efc3ce Border Color

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

This div border color is #efc3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc3ce


Comments

No comments written yet.

Please login to write comment.