Color Hex Logo

#efbcce Color Hex

#EFBCCE
(239,188,206)
0 Favorites   0 Comments

Color spaces of #efbcce

RGB 239188206
HSL0.940.610.84
HSV339°21°94°
CMYK 0.000.210.14   0.06
XYZ64.720458.773466.3258
Yxy58.77340.34100.3096
Hunter Lab76.663816.52992.3698
CIE-Lab81.166921.0607-2.0104

#efbcce color RGB value is (239,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11001110
Octal 357 274 316
Decimal 239 188 206
Hex EF BC CE

RGB Percentages of Color #efbcce

%37.76
%29.70
%32.54

CMYK Percentages of Color #efbcce

%0
%21
%14
%6

Triadic Colors of #efbcce

#efbcce #ceefbc #bcceef

Analogous Colors of #efbcce

#efbcce #efc4bc #efbce8

Monochromatic Colors of #efbcce

#efbcce

Complementary Color

#efbcce #bcefdd

#efbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcce Color CSS Codes

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

#efbcce Text Font Color

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

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


#efbcce Background Color

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

This div background color is #efbcce


#efbcce Border Color

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

This div border color is #efbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcce


Comments

No comments written yet.

Please login to write comment.