Color Hex Logo

#efcec0 Color Hex

#EFCEC0
(239,206,192)
0 Favorites   0 Comments

Color spaces of #efcec0

RGB 239206192
HSL0.050.590.85
HSV18°20°94°
CMYK 0.000.140.20   0.06
XYZ67.182366.299159.1253
Yxy66.29910.34880.3442
Hunter Lab81.42434.786013.9442
CIE-Lab85.14889.405711.2266

#efcec0 color RGB value is (239,206,192).

#efcec0 hex color red value is 239, green value is 206 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #efcec0 hue: 0.05 , saturation: 0.59 and the lightness value of efcec0 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11000000
Octal 357 316 300
Decimal 239 206 192
Hex EF CE C0

RGB Percentages of Color #efcec0

%37.52
%32.34
%30.14

CMYK Percentages of Color #efcec0

%0
%14
%20
%6

Triadic Colors of #efcec0

#efcec0 #c0efce #cec0ef

Analogous Colors of #efcec0

#efcec0 #efe6c0 #efc0ca

Monochromatic Colors of #efcec0

#efcec0

Complementary Color

#efcec0 #c0e1ef

#efcec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcec0 Color CSS Codes

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

#efcec0 Text Font Color

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

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


#efcec0 Background Color

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

This div background color is #efcec0


#efcec0 Border Color

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

This div border color is #efcec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcec0


Comments

No comments written yet.

Please login to write comment.