Color Hex Logo

#efd8cf Color Hex

#EFD8CF
(239,216,207)
0 Favorites   0 Comments

Color spaces of #efd8cf

RGB 239216207
HSL0.050.500.87
HSV17°13°94°
CMYK 0.000.100.13   0.06
XYZ71.415071.967469.1586
Yxy71.96740.33600.3386
Hunter Lab84.83361.806911.0487
CIE-Lab87.95296.48287.3095

#efd8cf color RGB value is (239,216,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 11001111
Octal 357 330 317
Decimal 239 216 207
Hex EF D8 CF

RGB Percentages of Color #efd8cf

%36.10
%32.63
%31.27

CMYK Percentages of Color #efd8cf

%0
%10
%13
%6

Triadic Colors of #efd8cf

#efd8cf #cfefd8 #d8cfef

Analogous Colors of #efd8cf

#efd8cf #efe8cf #efcfd6

Monochromatic Colors of #efd8cf

#efd8cf

Complementary Color

#efd8cf #cfe6ef

#efd8cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd8cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd8cf Color CSS Codes

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

#efd8cf Text Font Color

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

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


#efd8cf Background Color

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

This div background color is #efd8cf


#efd8cf Border Color

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

This div border color is #efd8cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd8cf


Comments

No comments written yet.

Please login to write comment.