Color Hex Logo

#efe7cf Color Hex

#EFE7CF
(239,231,207)
0 Favorites   0 Comments

Color spaces of #efe7cf

RGB 239231207
HSL0.130.500.87
HSV45°13°94°
CMYK 0.000.030.13   0.06
XYZ75.435080.007570.4986
Yxy80.00750.33390.3541
Hunter Lab89.4469-5.994215.8828
CIE-Lab91.6882-1.243912.6465

#efe7cf color RGB value is (239,231,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100111 11001111
Octal 357 347 317
Decimal 239 231 207
Hex EF E7 CF

RGB Percentages of Color #efe7cf

%35.30
%34.12
%30.58

CMYK Percentages of Color #efe7cf

%0
%3
%13
%6

Triadic Colors of #efe7cf

#efe7cf #cfefe7 #e7cfef

Analogous Colors of #efe7cf

#efe7cf #e7efcf #efd7cf

Monochromatic Colors of #efe7cf

#efe7cf

Complementary Color

#efe7cf #cfd7ef

#efe7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe7cf Color CSS Codes

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

#efe7cf Text Font Color

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

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


#efe7cf Background Color

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

This div background color is #efe7cf


#efe7cf Border Color

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

This div border color is #efe7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe7cf

#efe7cf Color Palettes


Comments

No comments written yet.

Please login to write comment.