Color Hex Logo

#efcfcf Color Hex

#EFCFCF
(239,207,207)
0 Favorites   0 Comments

Color spaces of #efcfcf

RGB 239207207
HSL0.000.500.87
HSV13°94°
CMYK 0.000.130.13   0.06
XYZ69.171967.481468.4109
Yxy67.48140.33730.3291
Hunter Lab82.14716.54858.1271
CIE-Lab85.746511.18344.1272

#efcfcf color RGB value is (239,207,207).

#efcfcf hex color red value is 239, green value is 207 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efcfcf hue: 0.00 , saturation: 0.50 and the lightness value of efcfcf is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11001111
Octal 357 317 317
Decimal 239 207 207
Hex EF CF CF

RGB Percentages of Color #efcfcf

%36.60
%31.70
%31.70

CMYK Percentages of Color #efcfcf

%0
%13
%13
%6

Triadic Colors of #efcfcf

#efcfcf #cfefcf #cfcfef

Analogous Colors of #efcfcf

#efcfcf #efdfcf #efcfdf

Monochromatic Colors of #efcfcf

#efcfcf

Complementary Color

#efcfcf #cfefef

#efcfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfcf Color CSS Codes

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

#efcfcf Text Font Color

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

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


#efcfcf Background Color

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

This div background color is #efcfcf


#efcfcf Border Color

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

This div border color is #efcfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfcf

#efcfcf Color Palettes


Comments

No comments written yet.

Please login to write comment.