Color Hex Logo

#efdcdc Color Hex

#EFDCDC
(239,220,220)
0 Favorites   0 Comments

Color spaces of #efdcdc

RGB 239220220
HSL0.000.370.90
HSV94°
CMYK 0.000.080.08   0.06
XYZ74.108174.704478.2236
Yxy74.70440.32640.3290
Hunter Lab86.43171.79366.8428
CIE-Lab89.25436.51662.3481

#efdcdc color RGB value is (239,220,220).

#efdcdc hex color red value is 239, green value is 220 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efdcdc hue: 0.00 , saturation: 0.37 and the lightness value of efdcdc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11011100
Octal 357 334 334
Decimal 239 220 220
Hex EF DC DC

RGB Percentages of Color #efdcdc

%35.20
%32.40
%32.40

CMYK Percentages of Color #efdcdc

%0
%8
%8
%6

Triadic Colors of #efdcdc

#efdcdc #dcefdc #dcdcef

Analogous Colors of #efdcdc

#efdcdc #efe6dc #efdce6

Monochromatic Colors of #efdcdc

#efdcdc

Complementary Color

#efdcdc #dcefef

#efdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcdc Color CSS Codes

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

#efdcdc Text Font Color

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

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


#efdcdc Background Color

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

This div background color is #efdcdc


#efdcdc Border Color

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

This div border color is #efdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcdc

#efdcdc Color Palettes


Comments

No comments written yet.

Please login to write comment.