Color Hex Logo

#efd3dc Color Hex

#EFD3DC
(239,211,220)
0 Favorites   0 Comments

Color spaces of #efd3dc

RGB 239211220
HSL0.950.470.88
HSV341°12°94°
CMYK 0.000.120.08   0.06
XYZ71.809170.106677.4573
Yxy70.10660.32730.3196
Hunter Lab83.72976.56003.7623
CIE-Lab87.049111.2130-0.8671

#efd3dc color RGB value is (239,211,220).

#efd3dc hex color red value is 239, green value is 211 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efd3dc hue: 0.95 , saturation: 0.47 and the lightness value of efd3dc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 11011100
Octal 357 323 334
Decimal 239 211 220
Hex EF D3 DC

RGB Percentages of Color #efd3dc

%35.67
%31.49
%32.84

CMYK Percentages of Color #efd3dc

%0
%12
%8
%6

Triadic Colors of #efd3dc

#efd3dc #dcefd3 #d3dcef

Analogous Colors of #efd3dc

#efd3dc #efd8d3 #efd3ea

Monochromatic Colors of #efd3dc

#efd3dc

Complementary Color

#efd3dc #d3efe6

#efd3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3dc Color CSS Codes

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

#efd3dc Text Font Color

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

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


#efd3dc Background Color

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

This div background color is #efd3dc


#efd3dc Border Color

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

This div border color is #efd3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3dc


Comments

No comments written yet.

Please login to write comment.