Color Hex Logo

#efacce Color Hex

#EFACCE
(239,172,206)
0 Favorites   0 Comments

Color spaces of #efacce

RGB 239172206
HSL0.920.680.81
HSV330°28°94°
CMYK 0.000.280.14   0.06
XYZ61.489752.312065.2489
Yxy52.31200.34340.2922
Hunter Lab72.327025.1816-2.8588
CIE-Lab77.467029.5637-7.4668

#efacce color RGB value is (239,172,206).

#efacce hex color red value is 239, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efacce hue: 0.92 , saturation: 0.68 and the lightness value of efacce is 0.81.

The process color (four color CMYK) of #efacce color hex is 0.00, 0.28, 0.14, 0.06. Web safe color of #efacce is #ff99cc. Color #efacce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101100 11001110
Octal 357 254 316
Decimal 239 172 206
Hex EF AC CE

RGB Percentages of Color #efacce

%38.74
%27.88
%33.39

CMYK Percentages of Color #efacce

%0
%28
%14
%6

Triadic Colors of #efacce

#efacce #ceefac #acceef

Analogous Colors of #efacce

#efacce #efacad #efacef

Monochromatic Colors of #efacce

#efacce

Complementary Color

#efacce #acefcd

#efacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efacce Color CSS Codes

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

#efacce Text Font Color

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

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


#efacce Background Color

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

This div background color is #efacce


#efacce Border Color

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

This div border color is #efacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efacce


Comments

No comments written yet.

Please login to write comment.