Color Hex Logo

#efcfbe Color Hex

#EFCFBE
(239,207,190)
0 Favorites   0 Comments

Color spaces of #efcfbe

RGB 239207190
HSL0.060.600.84
HSV21°21°94°
CMYK 0.000.130.21   0.06
XYZ67.203766.694158.0464
Yxy66.69410.35010.3475
Hunter Lab81.66653.972215.0247
CIE-Lab85.34928.588912.5708

#efcfbe color RGB value is (239,207,190).

#efcfbe hex color red value is 239, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #efcfbe hue: 0.06 , saturation: 0.60 and the lightness value of efcfbe is 0.84.

The process color (four color CMYK) of #efcfbe color hex is 0.00, 0.13, 0.21, 0.06. Web safe color of #efcfbe is #ffcccc. Color #efcfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 10111110
Octal 357 317 276
Decimal 239 207 190
Hex EF CF BE

RGB Percentages of Color #efcfbe

%37.58
%32.55
%29.87

CMYK Percentages of Color #efcfbe

%0
%13
%21
%6

Triadic Colors of #efcfbe

#efcfbe #beefcf #cfbeef

Analogous Colors of #efcfbe

#efcfbe #efe8be #efbec6

Monochromatic Colors of #efcfbe

#efcfbe

Complementary Color

#efcfbe #bedeef

#efcfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcfbe Color CSS Codes

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

#efcfbe Text Font Color

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

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


#efcfbe Background Color

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

This div background color is #efcfbe


#efcfbe Border Color

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

This div border color is #efcfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcfbe


Comments

No comments written yet.

Please login to write comment.