Color Hex Logo

#efcebb Color Hex

#EFCEBB
(239,206,187)
0 Favorites   0 Comments

Color spaces of #efcebb

RGB 239206187
HSL0.060.620.84
HSV22°22°94°
CMYK 0.000.140.22   0.06
XYZ66.637666.081256.2565
Yxy66.08120.35260.3497
Hunter Lab81.29034.066915.8719
CIE-Lab85.03788.676913.7182

#efcebb color RGB value is (239,206,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10111011
Octal 357 316 273
Decimal 239 206 187
Hex EF CE BB

RGB Percentages of Color #efcebb

%37.82
%32.59
%29.59

CMYK Percentages of Color #efcebb

%0
%14
%22
%6

Triadic Colors of #efcebb

#efcebb #bbefce #cebbef

Analogous Colors of #efcebb

#efcebb #efe8bb #efbbc2

Monochromatic Colors of #efcebb

#efcebb

Complementary Color

#efcebb #bbdcef

#efcebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcebb Color CSS Codes

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

#efcebb Text Font Color

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

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


#efcebb Background Color

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

This div background color is #efcebb


#efcebb Border Color

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

This div border color is #efcebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcebb


Comments

No comments written yet.

Please login to write comment.