Color Hex Logo

#efcfc7 Color Hex

#EFCFC7
(239,207,199)
0 Favorites   0 Comments

Color spaces of #efcfc7

RGB 239207199
HSL0.030.560.86
HSV12°17°94°
CMYK 0.000.130.17   0.06
XYZ68.218267.099963.3889
Yxy67.09990.34330.3377
Hunter Lab81.91455.303911.4591
CIE-Lab85.55449.93498.0945

#efcfc7 color RGB value is (239,207,199).

#efcfc7 hex color red value is 239, green value is 207 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #efcfc7 hue: 0.03 , saturation: 0.56 and the lightness value of efcfc7 is 0.86.

The process color (four color CMYK) of #efcfc7 color hex is 0.00, 0.13, 0.17, 0.06. Web safe color of #efcfc7 is #ffcccc. Color #efcfc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11000111
Octal 357 317 307
Decimal 239 207 199
Hex EF CF C7

RGB Percentages of Color #efcfc7

%37.05
%32.09
%30.85

CMYK Percentages of Color #efcfc7

%0
%13
%17
%6

Triadic Colors of #efcfc7

#efcfc7 #c7efcf #cfc7ef

Analogous Colors of #efcfc7

#efcfc7 #efe3c7 #efc7d3

Monochromatic Colors of #efcfc7

#efcfc7

Complementary Color

#efcfc7 #c7e7ef

#efcfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfc7 Color CSS Codes

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

#efcfc7 Text Font Color

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

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


#efcfc7 Background Color

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

This div background color is #efcfc7


#efcfc7 Border Color

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

This div border color is #efcfc7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,207,199, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efcfc7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfc7


Comments

No comments written yet.

Please login to write comment.