Color Hex Logo

#efbfcf Color Hex

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

Color spaces of #efbfcf

RGB 239191207
HSL0.940.600.84
HSV340°20°94°
CMYK 0.000.200.13   0.06
XYZ65.489960.117367.1836
Yxy60.11730.33970.3118
Hunter Lab77.535315.08242.9006
CIE-Lab81.901919.6289-1.4708

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

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

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

Base Numbers

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

RGB Percentages of Color #efbfcf

%37.52
%29.98
%32.50

CMYK Percentages of Color #efbfcf

%0
%20
%13
%6

Triadic Colors of #efbfcf

#efbfcf #cfefbf #bfcfef

Analogous Colors of #efbfcf

#efbfcf #efc7bf #efbfe7

Monochromatic Colors of #efbfcf

#efbfcf

Complementary Color

#efbfcf #bfefdf

#efbfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfcf Color CSS Codes

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

#efbfcf Text Font Color

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

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


#efbfcf Background Color

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

This div background color is #efbfcf


#efbfcf Border Color

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

This div border color is #efbfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfcf


Comments

No comments written yet.

Please login to write comment.