Color Hex Logo

#efceba Color Hex

#EFCEBA
(239,206,186)
0 Favorites   0 Comments

Color spaces of #efceba

RGB 239206186
HSL0.060.620.83
HSV23°22°94°
CMYK 0.000.140.22   0.06
XYZ66.530866.038555.6945
Yxy66.03850.35340.3508
Hunter Lab81.26413.925616.2503
CIE-Lab85.01618.533314.2169

#efceba color RGB value is (239,206,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10111010
Octal 357 316 272
Decimal 239 206 186
Hex EF CE BA

RGB Percentages of Color #efceba

%37.88
%32.65
%29.48

CMYK Percentages of Color #efceba

%0
%14
%22
%6

Triadic Colors of #efceba

#efceba #baefce #cebaef

Analogous Colors of #efceba

#efceba #efe9ba #efbac1

Monochromatic Colors of #efceba

#efceba

Complementary Color

#efceba #badbef

#efceba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efceba Color Preview on White Background

Lorem ipsum dolor sit amet.

#efceba Color CSS Codes

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

#efceba Text Font Color

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

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


#efceba Background Color

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

This div background color is #efceba


#efceba Border Color

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

This div border color is #efceba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efceba


Comments

No comments written yet.

Please login to write comment.