Color Hex Logo

#efd1cf Color Hex

#EFD1CF
(239,209,207)
0 Favorites   0 Comments

Color spaces of #efd1cf

RGB 239209207
HSL0.010.500.87
HSV13°94°
CMYK 0.000.130.13   0.06
XYZ69.659668.456668.5735
Yxy68.45660.33700.3312
Hunter Lab82.73855.49128.7775
CIE-Lab86.234310.13544.8326

#efd1cf color RGB value is (239,209,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 11001111
Octal 357 321 317
Decimal 239 209 207
Hex EF D1 CF

RGB Percentages of Color #efd1cf

%36.49
%31.91
%31.60

CMYK Percentages of Color #efd1cf

%0
%13
%13
%6

Triadic Colors of #efd1cf

#efd1cf #cfefd1 #d1cfef

Analogous Colors of #efd1cf

#efd1cf #efe1cf #efcfdd

Monochromatic Colors of #efd1cf

#efd1cf

Complementary Color

#efd1cf #cfedef

#efd1cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd1cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd1cf Color CSS Codes

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

#efd1cf Text Font Color

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

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


#efd1cf Background Color

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

This div background color is #efd1cf


#efd1cf Border Color

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

This div border color is #efd1cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd1cf


Comments

No comments written yet.

Please login to write comment.