Color Hex Logo

#efcedc Color Hex

#EFCEDC
(239,206,220)
0 Favorites   0 Comments

Color spaces of #efcedc

RGB 239206220
HSL0.930.510.87
HSV335°14°94°
CMYK 0.000.140.08   0.06
XYZ70.586267.660677.0497
Yxy67.66060.32790.3143
Hunter Lab82.25619.22772.0420
CIE-Lab85.836513.8401-2.6442

#efcedc color RGB value is (239,206,220).

#efcedc hex color red value is 239, green value is 206 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #efcedc hue: 0.93 , saturation: 0.51 and the lightness value of efcedc is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11011100
Octal 357 316 334
Decimal 239 206 220
Hex EF CE DC

RGB Percentages of Color #efcedc

%35.94
%30.98
%33.08

CMYK Percentages of Color #efcedc

%0
%14
%8
%6

Triadic Colors of #efcedc

#efcedc #dcefce #cedcef

Analogous Colors of #efcedc

#efcedc #efd1ce #efceed

Monochromatic Colors of #efcedc

#efcedc

Complementary Color

#efcedc #ceefe1

#efcedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcedc Color CSS Codes

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

#efcedc Text Font Color

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

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


#efcedc Background Color

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

This div background color is #efcedc


#efcedc Border Color

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

This div border color is #efcedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcedc


Comments

No comments written yet.

Please login to write comment.