Color Hex Logo

#efc9ba Color Hex

#EFC9BA
(239,201,186)
0 Favorites   0 Comments

Color spaces of #efc9ba

RGB 239201186
HSL0.050.620.83
HSV17°22°94°
CMYK 0.000.160.22   0.06
XYZ65.346263.669255.2996
Yxy63.66920.35450.3454
Hunter Lab79.79306.544314.7648
CIE-Lab83.793211.153412.4875

#efc9ba color RGB value is (239,201,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001001 10111010
Octal 357 311 272
Decimal 239 201 186
Hex EF C9 BA

RGB Percentages of Color #efc9ba

%38.18
%32.11
%29.71

CMYK Percentages of Color #efc9ba

%0
%16
%22
%6

Triadic Colors of #efc9ba

#efc9ba #baefc9 #c9baef

Analogous Colors of #efc9ba

#efc9ba #efe4ba #efbac6

Monochromatic Colors of #efc9ba

#efc9ba

Complementary Color

#efc9ba #bae0ef

#efc9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc9ba Color CSS Codes

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

#efc9ba Text Font Color

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

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


#efc9ba Background Color

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

This div background color is #efc9ba


#efc9ba Border Color

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

This div border color is #efc9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc9ba


Comments

No comments written yet.

Please login to write comment.