Color Hex Logo

#efdcec Color Hex

#EFDCEC
(239,220,236)
0 Favorites   0 Comments

Color spaces of #efdcec

RGB 239220236
HSL0.860.370.90
HSV309°94°
CMYK 0.000.080.01   0.06
XYZ76.330175.593389.9248
Yxy75.59330.31560.3126
Hunter Lab86.94444.5557-0.4613
CIE-Lab89.67029.2784-5.4548

#efdcec color RGB value is (239,220,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011100 11101100
Octal 357 334 354
Decimal 239 220 236
Hex EF DC EC

RGB Percentages of Color #efdcec

%34.39
%31.65
%33.96

CMYK Percentages of Color #efdcec

%0
%8
%1
%6

Triadic Colors of #efdcec

#efdcec #ecefdc #dcecef

Analogous Colors of #efdcec

#efdcec #efdce3 #e9dcef

Monochromatic Colors of #efdcec

#efdcec

Complementary Color

#efdcec #dcefdf

#efdcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdcec Color CSS Codes

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

#efdcec Text Font Color

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

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


#efdcec Background Color

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

This div background color is #efdcec


#efdcec Border Color

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

This div border color is #efdcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdcec


Comments

No comments written yet.

Please login to write comment.