Color Hex Logo

#efccba Color Hex

#EFCCBA
(239,204,186)
0 Favorites   0 Comments

Color spaces of #efccba

RGB 239204186
HSL0.060.620.83
HSV20°22°94°
CMYK 0.000.150.22   0.06
XYZ66.052465.081655.5350
Yxy65.08160.35380.3486
Hunter Lab80.67324.971615.6563
CIE-Lab84.52589.580013.5244

#efccba color RGB value is (239,204,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001100 10111010
Octal 357 314 272
Decimal 239 204 186
Hex EF CC BA

RGB Percentages of Color #efccba

%38.00
%32.43
%29.57

CMYK Percentages of Color #efccba

%0
%15
%22
%6

Triadic Colors of #efccba

#efccba #baefcc #ccbaef

Analogous Colors of #efccba

#efccba #efe7ba #efbac3

Monochromatic Colors of #efccba

#efccba

Complementary Color

#efccba #baddef

#efccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efccba Color CSS Codes

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

#efccba Text Font Color

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

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


#efccba Background Color

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

This div background color is #efccba


#efccba Border Color

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

This div border color is #efccba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efccba


Comments

No comments written yet.

Please login to write comment.