Color Hex Logo

#efd9cf Color Hex

#EFD9CF
(239,217,207)
0 Favorites   0 Comments

Color spaces of #efd9cf

RGB 239217207
HSL0.050.500.87
HSV19°13°94°
CMYK 0.000.090.13   0.06
XYZ71.671972.481469.2443
Yxy72.48140.33590.3397
Hunter Lab85.13601.282511.3724
CIE-Lab88.19985.96307.6642

#efd9cf color RGB value is (239,217,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011001 11001111
Octal 357 331 317
Decimal 239 217 207
Hex EF D9 CF

RGB Percentages of Color #efd9cf

%36.05
%32.73
%31.22

CMYK Percentages of Color #efd9cf

%0
%9
%13
%6

Triadic Colors of #efd9cf

#efd9cf #cfefd9 #d9cfef

Analogous Colors of #efd9cf

#efd9cf #efe9cf #efcfd5

Monochromatic Colors of #efd9cf

#efd9cf

Complementary Color

#efd9cf #cfe5ef

#efd9cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd9cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd9cf Color CSS Codes

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

#efd9cf Text Font Color

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

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


#efd9cf Background Color

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

This div background color is #efd9cf


#efd9cf Border Color

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

This div border color is #efd9cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd9cf

#efd9cf Color Palettes


Comments

No comments written yet.

Please login to write comment.