Color Hex Logo

#efcbec Color Hex

#EFCBEC
(239,203,236)
0 Favorites   0 Comments

Color spaces of #efcbec

RGB 239203236
HSL0.850.530.87
HSV305°15°94°
CMYK 0.000.150.01   0.06
XYZ72.092967.118788.5124
Yxy67.11870.31660.2947
Hunter Lab81.926013.7052-6.7084
CIE-Lab85.563918.2141-11.5471

#efcbec color RGB value is (239,203,236).

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

The process color (four color CMYK) of #efcbec color hex is 0.00, 0.15, 0.01, 0.06. Web safe color of #efcbec is #ffccff. Color #efcbec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11101100
Octal 357 313 354
Decimal 239 203 236
Hex EF CB EC

RGB Percentages of Color #efcbec

%35.25
%29.94
%34.81

CMYK Percentages of Color #efcbec

%0
%15
%1
%6

Triadic Colors of #efcbec

#efcbec #ecefcb #cbecef

Analogous Colors of #efcbec

#efcbec #efcbda #e0cbef

Monochromatic Colors of #efcbec

#efcbec

Complementary Color

#efcbec #cbefce

#efcbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbec Color CSS Codes

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

#efcbec Text Font Color

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

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


#efcbec Background Color

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

This div background color is #efcbec


#efcbec Border Color

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

This div border color is #efcbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbec


Comments

No comments written yet.

Please login to write comment.