Color Hex Logo

#efbdcb Color Hex

#EFBDCB
(239,189,203)
0 Favorites   0 Comments

Color spaces of #efbdcb

RGB 239189203
HSL0.950.610.84
HSV343°21°94°
CMYK 0.000.210.15   0.06
XYZ64.573759.057764.4958
Yxy59.05770.34320.3139
Hunter Lab76.849015.50194.0350
CIE-Lab81.323320.0538-0.1668

#efbdcb color RGB value is (239,189,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001011
Octal 357 275 313
Decimal 239 189 203
Hex EF BD CB

RGB Percentages of Color #efbdcb

%37.88
%29.95
%32.17

CMYK Percentages of Color #efbdcb

%0
%21
%15
%6

Triadic Colors of #efbdcb

#efbdcb #cbefbd #bdcbef

Analogous Colors of #efbdcb

#efbdcb #efc8bd #efbde4

Monochromatic Colors of #efbdcb

#efbdcb

Complementary Color

#efbdcb #bdefe1

#efbdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdcb Color CSS Codes

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

#efbdcb Text Font Color

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

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


#efbdcb Background Color

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

This div background color is #efbdcb


#efbdcb Border Color

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

This div border color is #efbdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdcb

#efbdcb Color Palettes


Comments

No comments written yet.

Please login to write comment.