Color Hex Logo

#efc8dc Color Hex

#EFC8DC
(239,200,220)
0 Favorites   0 Comments

Color spaces of #efc8dc

RGB 239200220
HSL0.910.550.86
HSV329°16°94°
CMYK 0.000.160.08   0.06
XYZ69.169164.826676.5773
Yxy64.82660.32850.3079
Hunter Lab80.515012.4453-0.0299
CIE-Lab84.394317.0056-4.7657

#efc8dc color RGB value is (239,200,220).

#efc8dc hex color red value is 239, green value is 200 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efc8dc hue: 0.91 , saturation: 0.55 and the lightness value of efc8dc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001000 11011100
Octal 357 310 334
Decimal 239 200 220
Hex EF C8 DC

RGB Percentages of Color #efc8dc

%36.27
%30.35
%33.38

CMYK Percentages of Color #efc8dc

%0
%16
%8
%6

Triadic Colors of #efc8dc

#efc8dc #dcefc8 #c8dcef

Analogous Colors of #efc8dc

#efc8dc #efc8c9 #efc8ef

Monochromatic Colors of #efc8dc

#efc8dc

Complementary Color

#efc8dc #c8efdb

#efc8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc8dc Color CSS Codes

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

#efc8dc Text Font Color

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

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


#efc8dc Background Color

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

This div background color is #efc8dc


#efc8dc Border Color

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

This div border color is #efc8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc8dc


Comments

No comments written yet.

Please login to write comment.