Color Hex Logo

#efcebf Color Hex

#EFCEBF
(239,206,191)
0 Favorites   0 Comments

Color spaces of #efcebf

RGB 239206191
HSL0.050.600.84
HSV19°20°94°
CMYK 0.000.140.20   0.06
XYZ67.071966.254958.5436
Yxy66.25490.34960.3453
Hunter Lab81.39714.640514.3346
CIE-Lab85.12639.258511.7247

#efcebf color RGB value is (239,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001110 10111111
Octal 357 316 277
Decimal 239 206 191
Hex EF CE BF

RGB Percentages of Color #efcebf

%37.58
%32.39
%30.03

CMYK Percentages of Color #efcebf

%0
%14
%20
%6

Triadic Colors of #efcebf

#efcebf #bfefce #cebfef

Analogous Colors of #efcebf

#efcebf #efe6bf #efbfc8

Monochromatic Colors of #efcebf

#efcebf

Complementary Color

#efcebf #bfe0ef

#efcebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcebf Color CSS Codes

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

#efcebf Text Font Color

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

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


#efcebf Background Color

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

This div background color is #efcebf


#efcebf Border Color

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

This div border color is #efcebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcebf


Comments

No comments written yet.

Please login to write comment.