Color Hex Logo

#efcecb Color Hex

#EFCECB
(239,206,203)
0 Favorites   0 Comments

Color spaces of #efcecb

RGB 239206203
HSL0.010.530.87
HSV15°94°
CMYK 0.000.140.15   0.06
XYZ68.447466.805165.7870
Yxy66.80510.34050.3323
Hunter Lab81.73446.44739.4923
CIE-Lab85.405411.07775.7578

#efcecb color RGB value is (239,206,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 11001011
Octal 357 316 313
Decimal 239 206 203
Hex EF CE CB

RGB Percentages of Color #efcecb

%36.88
%31.79
%31.33

CMYK Percentages of Color #efcecb

%0
%14
%15
%6

Triadic Colors of #efcecb

#efcecb #cbefce #cecbef

Analogous Colors of #efcecb

#efcecb #efe0cb #efcbda

Monochromatic Colors of #efcecb

#efcecb

Complementary Color

#efcecb #cbecef

#efcecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcecb Color CSS Codes

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

#efcecb Text Font Color

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

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


#efcecb Background Color

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

This div background color is #efcecb


#efcecb Border Color

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

This div border color is #efcecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcecb


Comments

No comments written yet.

Please login to write comment.