Color Hex Logo

#efefcf Color Hex

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

Color spaces of #efefcf

RGB 239239207
HSL0.170.500.87
HSV60°13°94°
CMYK 0.000.000.13   0.06
XYZ77.725684.588771.2622
Yxy84.58870.33280.3621
Hunter Lab91.9721-10.100918.4412
CIE-Lab93.7056-5.300515.5023

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

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

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

Base Numbers

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

RGB Percentages of Color #efefcf

%34.89
%34.89
%30.22

CMYK Percentages of Color #efefcf

%0
%0
%13
%6

Triadic Colors of #efefcf

#efefcf #cfefef #efcfef

Analogous Colors of #efefcf

#efefcf #dfefcf #efdfcf

Monochromatic Colors of #efefcf

#efefcf

Complementary Color

#efefcf #cfcfef

#efefcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efefcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efefcf Color CSS Codes

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

#efefcf Text Font Color

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

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


#efefcf Background Color

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

This div background color is #efefcf


#efefcf Border Color

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

This div border color is #efefcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efefcf


Comments

No comments written yet.

Please login to write comment.