Color Hex Logo

#efbfce Color Hex

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

Color spaces of #efbfce

RGB 239191206
HSL0.950.600.84
HSV341°20°94°
CMYK 0.000.200.14   0.06
XYZ65.368060.068666.5416
Yxy60.06860.34050.3129
Hunter Lab77.503914.91773.3489
CIE-Lab81.875519.4687-0.9723

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

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

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

Base Numbers

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

RGB Percentages of Color #efbfce

%37.58
%30.03
%32.39

CMYK Percentages of Color #efbfce

%0
%20
%14
%6

Triadic Colors of #efbfce

#efbfce #ceefbf #bfceef

Analogous Colors of #efbfce

#efbfce #efc8bf #efbfe6

Monochromatic Colors of #efbfce

#efbfce

Complementary Color

#efbfce #bfefe0

#efbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfce Color CSS Codes

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

#efbfce Text Font Color

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

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


#efbfce Background Color

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

This div background color is #efbfce


#efbfce Border Color

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

This div border color is #efbfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfce


Comments

No comments written yet.

Please login to write comment.