Color Hex Logo

#efceca Color Hex

#EFCECA
(239,206,202)
0 Favorites   0 Comments

Color spaces of #efceca

RGB 239206202
HSL0.020.540.86
HSV15°94°
CMYK 0.000.140.15   0.06
XYZ68.328666.757665.1613
Yxy66.75760.34120.3334
Hunter Lab81.70536.29189.9090
CIE-Lab85.381410.92196.2541

#efceca color RGB value is (239,206,202).

#efceca hex color red value is 239, green value is 206 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #efceca hue: 0.02 , saturation: 0.54 and the lightness value of efceca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11001010
Octal 357 316 312
Decimal 239 206 202
Hex EF CE CA

RGB Percentages of Color #efceca

%36.94
%31.84
%31.22

CMYK Percentages of Color #efceca

%0
%14
%15
%6

Triadic Colors of #efceca

#efceca #caefce #cecaef

Analogous Colors of #efceca

#efceca #efe1ca #efcad9

Monochromatic Colors of #efceca

#efceca

Complementary Color

#efceca #caebef

#efceca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efceca Color Preview on White Background

Lorem ipsum dolor sit amet.

#efceca Color CSS Codes

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

#efceca Text Font Color

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

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


#efceca Background Color

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

This div background color is #efceca


#efceca Border Color

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

This div border color is #efceca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efceca


Comments

No comments written yet.

Please login to write comment.