Color Hex Logo

#efc2bb Color Hex

#EFC2BB
(239,194,187)
0 Favorites   0 Comments

Color spaces of #efc2bb

RGB 239194187
HSL0.020.620.84
HSV22°94°
CMYK 0.000.190.22   0.06
XYZ63.858060.522255.3300
Yxy60.52220.35530.3368
Hunter Lab77.796010.376712.2890
CIE-Lab82.121214.98469.5755

#efc2bb color RGB value is (239,194,187).

#efc2bb hex color red value is 239, green value is 194 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #efc2bb hue: 0.02 , saturation: 0.62 and the lightness value of efc2bb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000010 10111011
Octal 357 302 273
Decimal 239 194 187
Hex EF C2 BB

RGB Percentages of Color #efc2bb

%38.55
%31.29
%30.16

CMYK Percentages of Color #efc2bb

%0
%19
%22
%6

Triadic Colors of #efc2bb

#efc2bb #bbefc2 #c2bbef

Analogous Colors of #efc2bb

#efc2bb #efdcbb #efbbce

Monochromatic Colors of #efc2bb

#efc2bb

Complementary Color

#efc2bb #bbe8ef

#efc2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc2bb Color CSS Codes

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

#efc2bb Text Font Color

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

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


#efc2bb Background Color

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

This div background color is #efc2bb


#efc2bb Border Color

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

This div border color is #efc2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc2bb


Comments

No comments written yet.

Please login to write comment.