Color Hex Logo

#efbccb Color Hex

#EFBCCB
(239,188,203)
0 Favorites   0 Comments

Color spaces of #efbccb

RGB 239188203
HSL0.950.610.84
HSV342°21°94°
CMYK 0.000.210.15   0.06
XYZ64.359358.629064.4243
Yxy58.62900.34340.3128
Hunter Lab76.569616.03853.7131
CIE-Lab81.087220.5843-0.5118

#efbccb color RGB value is (239,188,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11001011
Octal 357 274 313
Decimal 239 188 203
Hex EF BC CB

RGB Percentages of Color #efbccb

%37.94
%29.84
%32.22

CMYK Percentages of Color #efbccb

%0
%21
%15
%6

Triadic Colors of #efbccb

#efbccb #cbefbc #bccbef

Analogous Colors of #efbccb

#efbccb #efc7bc #efbce5

Monochromatic Colors of #efbccb

#efbccb

Complementary Color

#efbccb #bcefe0

#efbccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbccb Color CSS Codes

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

#efbccb Text Font Color

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

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


#efbccb Background Color

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

This div background color is #efbccb


#efbccb Border Color

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

This div border color is #efbccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbccb


Comments

No comments written yet.

Please login to write comment.