Color Hex Logo

#efcdce Color Hex

#EFCDCE
(239,205,206)
0 Favorites   0 Comments

Color spaces of #efcdce

RGB 239205206
HSL1.000.520.87
HSV358°14°94°
CMYK 0.000.140.14   0.06
XYZ68.568566.469667.6085
Yxy66.46960.33840.3280
Hunter Lab81.52897.44897.9035
CIE-Lab85.235412.07483.9183

#efcdce color RGB value is (239,205,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11001110
Octal 357 315 316
Decimal 239 205 206
Hex EF CD CE

RGB Percentages of Color #efcdce

%36.77
%31.54
%31.69

CMYK Percentages of Color #efcdce

%0
%14
%14
%6

Triadic Colors of #efcdce

#efcdce #ceefcd #cdceef

Analogous Colors of #efcdce

#efcdce #efddcd #efcddf

Monochromatic Colors of #efcdce

#efcdce

Complementary Color

#efcdce #cdefee

#efcdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdce Color CSS Codes

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

#efcdce Text Font Color

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

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


#efcdce Background Color

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

This div background color is #efcdce


#efcdce Border Color

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

This div border color is #efcdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdce


Comments

No comments written yet.

Please login to write comment.