Color Hex Logo

#efc3dc Color Hex

#EFC3DC
(239,195,220)
0 Favorites   0 Comments

Color spaces of #efc3dc

RGB 239195220
HSL0.910.580.85
HSV326°18°94°
CMYK 0.000.180.08   0.06
XYZ68.030062.548276.1976
Yxy62.54820.32900.3025
Hunter Lab79.087415.1405-1.7624
CIE-Lab83.204119.6534-6.5233

#efc3dc color RGB value is (239,195,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 11011100
Octal 357 303 334
Decimal 239 195 220
Hex EF C3 DC

RGB Percentages of Color #efc3dc

%36.54
%29.82
%33.64

CMYK Percentages of Color #efc3dc

%0
%18
%8
%6

Triadic Colors of #efc3dc

#efc3dc #dcefc3 #c3dcef

Analogous Colors of #efc3dc

#efc3dc #efc3c6 #ecc3ef

Monochromatic Colors of #efc3dc

#efc3dc

Complementary Color

#efc3dc #c3efd6

#efc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc3dc Color CSS Codes

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

#efc3dc Text Font Color

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

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


#efc3dc Background Color

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

This div background color is #efc3dc


#efc3dc Border Color

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

This div border color is #efc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc3dc

#efc3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.