Color Hex Logo

#efcbba Color Hex

#EFCBBA
(239,203,186)
0 Favorites   0 Comments

Color spaces of #efcbba

RGB 239203186
HSL0.050.620.83
HSV19°22°94°
CMYK 0.000.150.22   0.06
XYZ65.815564.607855.4561
Yxy64.60780.35410.3476
Hunter Lab80.37905.495215.3592
CIE-Lab84.281210.103913.1785

#efcbba color RGB value is (239,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 10111010
Octal 357 313 272
Decimal 239 203 186
Hex EF CB BA

RGB Percentages of Color #efcbba

%38.06
%32.32
%29.62

CMYK Percentages of Color #efcbba

%0
%15
%22
%6

Triadic Colors of #efcbba

#efcbba #baefcb #cbbaef

Analogous Colors of #efcbba

#efcbba #efe6ba #efbac4

Monochromatic Colors of #efcbba

#efcbba

Complementary Color

#efcbba #badeef

#efcbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbba Color CSS Codes

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

#efcbba Text Font Color

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

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


#efcbba Background Color

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

This div background color is #efcbba


#efcbba Border Color

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

This div border color is #efcbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbba


Comments

No comments written yet.

Please login to write comment.