Color Hex Logo

#efdccf Color Hex

#EFDCCF
(239,220,207)
0 Favorites   0 Comments

Color spaces of #efdccf

RGB 239220207
HSL0.070.500.87
HSV24°13°94°
CMYK 0.000.080.13   0.06
XYZ72.452374.042169.5044
Yxy74.04210.33540.3428
Hunter Lab86.0477-0.286312.3424
CIE-Lab88.94244.40808.7295

#efdccf color RGB value is (239,220,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11001111
Octal 357 334 317
Decimal 239 220 207
Hex EF DC CF

RGB Percentages of Color #efdccf

%35.89
%33.03
%31.08

CMYK Percentages of Color #efdccf

%0
%8
%13
%6

Triadic Colors of #efdccf

#efdccf #cfefdc #dccfef

Analogous Colors of #efdccf

#efdccf #efeccf #efcfd2

Monochromatic Colors of #efdccf

#efdccf

Complementary Color

#efdccf #cfe2ef

#efdccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdccf Color CSS Codes

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

#efdccf Text Font Color

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

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


#efdccf Background Color

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

This div background color is #efdccf


#efdccf Border Color

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

This div border color is #efdccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdccf


Comments

No comments written yet.

Please login to write comment.