Color Hex Logo

#efcdcb Color Hex

#EFCDCB
(239,205,203)
0 Favorites   0 Comments

Color spaces of #efcdcb

RGB 239205203
HSL0.010.530.87
HSV15°94°
CMYK 0.000.140.15   0.06
XYZ68.207466.325265.7070
Yxy66.32520.34060.3312
Hunter Lab81.44036.97589.1723
CIE-Lab85.162011.60245.4067

#efcdcb color RGB value is (239,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 11001011
Octal 357 315 313
Decimal 239 205 203
Hex EF CD CB

RGB Percentages of Color #efcdcb

%36.94
%31.68
%31.38

CMYK Percentages of Color #efcdcb

%0
%14
%15
%6

Triadic Colors of #efcdcb

#efcdcb #cbefcd #cdcbef

Analogous Colors of #efcdcb

#efcdcb #efdfcb #efcbdb

Monochromatic Colors of #efcdcb

#efcdcb

Complementary Color

#efcdcb #cbedef

#efcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdcb Color CSS Codes

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

#efcdcb Text Font Color

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

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


#efcdcb Background Color

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

This div background color is #efcdcb


#efcdcb Border Color

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

This div border color is #efcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdcb


Comments

No comments written yet.

Please login to write comment.