Color Hex Logo

#efc3ba Color Hex

#EFC3BA
(239,195,186)
0 Favorites   0 Comments

Color spaces of #efc3ba

RGB 239195186
HSL0.030.620.83
HSV10°22°94°
CMYK 0.000.180.22   0.06
XYZ63.974660.926154.8425
Yxy60.92610.35590.3390
Hunter Lab78.05529.703412.9808
CIE-Lab82.339014.312210.4211

#efc3ba color RGB value is (239,195,186).

#efc3ba hex color red value is 239, green value is 195 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efc3ba hue: 0.03 , saturation: 0.62 and the lightness value of efc3ba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000011 10111010
Octal 357 303 272
Decimal 239 195 186
Hex EF C3 BA

RGB Percentages of Color #efc3ba

%38.55
%31.45
%30.00

CMYK Percentages of Color #efc3ba

%0
%18
%22
%6

Triadic Colors of #efc3ba

#efc3ba #baefc3 #c3baef

Analogous Colors of #efc3ba

#efc3ba #efdeba #efbacc

Monochromatic Colors of #efc3ba

#efc3ba

Complementary Color

#efc3ba #bae6ef

#efc3ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc3ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc3ba Color CSS Codes

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

#efc3ba Text Font Color

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

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


#efc3ba Background Color

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

This div background color is #efc3ba


#efc3ba Border Color

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

This div border color is #efc3ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc3ba


Comments

No comments written yet.

Please login to write comment.