Color Hex Logo

#efcbce Color Hex

#EFCBCE
(239,203,206)
0 Favorites   0 Comments

Color spaces of #efcbce

RGB 239203206
HSL0.990.530.87
HSV355°15°94°
CMYK 0.000.150.14   0.06
XYZ68.093165.518867.4500
Yxy65.51880.33870.3259
Hunter Lab80.94378.51007.2545
CIE-Lab84.750413.12663.2155

#efcbce color RGB value is (239,203,206).

#efcbce hex color red value is 239, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #efcbce hue: 0.99 , saturation: 0.53 and the lightness value of efcbce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11001110
Octal 357 313 316
Decimal 239 203 206
Hex EF CB CE

RGB Percentages of Color #efcbce

%36.88
%31.33
%31.79

CMYK Percentages of Color #efcbce

%0
%15
%14
%6

Triadic Colors of #efcbce

#efcbce #ceefcb #cbceef

Analogous Colors of #efcbce

#efcbce #efdacb #efcbe0

Monochromatic Colors of #efcbce

#efcbce

Complementary Color

#efcbce #cbefec

#efcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbce Color CSS Codes

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

#efcbce Text Font Color

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

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


#efcbce Background Color

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

This div background color is #efcbce


#efcbce Border Color

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

This div border color is #efcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbce


Comments

No comments written yet.

Please login to write comment.