Color Hex Logo

#efadce Color Hex

#EFADCE
(239,173,206)
0 Favorites   0 Comments

Color spaces of #efadce

RGB 239173206
HSL0.920.670.81
HSV330°28°94°
CMYK 0.000.280.14   0.06
XYZ61.680852.694165.3126
Yxy52.69410.34330.2933
Hunter Lab72.590724.6389-2.5320
CIE-Lab77.694029.0327-7.1303

#efadce color RGB value is (239,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10101101 11001110
Octal 357 255 316
Decimal 239 173 206
Hex EF AD CE

RGB Percentages of Color #efadce

%38.67
%27.99
%33.33

CMYK Percentages of Color #efadce

%0
%28
%14
%6

Triadic Colors of #efadce

#efadce #ceefad #adceef

Analogous Colors of #efadce

#efadce #efadad #efadef

Monochromatic Colors of #efadce

#efadce

Complementary Color

#efadce #adefce

#efadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efadce Color CSS Codes

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

#efadce Text Font Color

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

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


#efadce Background Color

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

This div background color is #efadce


#efadce Border Color

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

This div border color is #efadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efadce


Comments

No comments written yet.

Please login to write comment.