Color Hex Logo

#efdfce Color Hex

#EFDFCE
(239,223,206)
0 Favorites   0 Comments

Color spaces of #efdfce

RGB 239223206
HSL0.090.510.87
HSV31°14°94°
CMYK 0.000.070.14   0.06
XYZ73.124975.582369.1273
Yxy75.58230.33570.3470
Hunter Lab86.9381-2.002713.7132
CIE-Lab89.66502.702110.2875

#efdfce color RGB value is (239,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011111 11001110
Octal 357 337 316
Decimal 239 223 206
Hex EF DF CE

RGB Percentages of Color #efdfce

%35.78
%33.38
%30.84

CMYK Percentages of Color #efdfce

%0
%7
%14
%6

Triadic Colors of #efdfce

#efdfce #ceefdf #dfceef

Analogous Colors of #efdfce

#efdfce #efefce #efcfce

Monochromatic Colors of #efdfce

#efdfce

Complementary Color

#efdfce #cedeef

#efdfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdfce Color CSS Codes

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

#efdfce Text Font Color

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

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


#efdfce Background Color

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

This div background color is #efdfce


#efdfce Border Color

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

This div border color is #efdfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdfce


Comments

No comments written yet.

Please login to write comment.