Color Hex Logo

#efcfbf Color Hex

#EFCFBF
(239,207,191)
0 Favorites   0 Comments

Color spaces of #efcfbf

RGB 239207191
HSL0.060.600.84
HSV20°20°94°
CMYK 0.000.130.20   0.06
XYZ67.313466.738058.6241
Yxy66.73800.34940.3464
Hunter Lab81.69334.116514.6381
CIE-Lab85.37158.735312.0730

#efcfbf color RGB value is (239,207,191).

#efcfbf hex color red value is 239, green value is 207 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #efcfbf hue: 0.06 , saturation: 0.60 and the lightness value of efcfbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10111111
Octal 357 317 277
Decimal 239 207 191
Hex EF CF BF

RGB Percentages of Color #efcfbf

%37.52
%32.50
%29.98

CMYK Percentages of Color #efcfbf

%0
%13
%20
%6

Triadic Colors of #efcfbf

#efcfbf #bfefcf #cfbfef

Analogous Colors of #efcfbf

#efcfbf #efe7bf #efbfc7

Monochromatic Colors of #efcfbf

#efcfbf

Complementary Color

#efcfbf #bfdfef

#efcfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfbf Color CSS Codes

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

#efcfbf Text Font Color

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

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


#efcfbf Background Color

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

This div background color is #efcfbf


#efcfbf Border Color

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

This div border color is #efcfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfbf

#efcfbf Color Palettes


Comments

No comments written yet.

Please login to write comment.