Color Hex Logo

#efcfdd Color Hex

#EFCFDD
(239,207,221)
0 Favorites   0 Comments

Color spaces of #efcfdd

RGB 239207221
HSL0.930.500.87
HSV334°13°94°
CMYK 0.000.130.08   0.06
XYZ70.960668.196877.8299
Yxy68.19680.32700.3143
Hunter Lab82.58148.86431.9283
CIE-Lab86.104813.4827-2.7812

#efcfdd color RGB value is (239,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 11011101
Octal 357 317 335
Decimal 239 207 221
Hex EF CF DD

RGB Percentages of Color #efcfdd

%35.83
%31.03
%33.13

CMYK Percentages of Color #efcfdd

%0
%13
%8
%6

Triadic Colors of #efcfdd

#efcfdd #ddefcf #cfddef

Analogous Colors of #efcfdd

#efcfdd #efd1cf #efcfed

Monochromatic Colors of #efcfdd

#efcfdd

Complementary Color

#efcfdd #cfefe1

#efcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfdd Color CSS Codes

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

#efcfdd Text Font Color

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

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


#efcfdd Background Color

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

This div background color is #efcfdd


#efcfdd Border Color

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

This div border color is #efcfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,207,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #efcfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfdd

#efcfdd Color Palettes


Comments

No comments written yet.

Please login to write comment.