Color Hex Logo

#efbdcd Color Hex

#EFBDCD
(239,189,205)
0 Favorites   0 Comments

Color spaces of #efbdcd

RGB 239189205
HSL0.950.610.84
HSV341°21°94°
CMYK 0.000.210.14   0.06
XYZ64.813659.153765.7594
Yxy59.15370.34160.3118
Hunter Lab76.911415.82773.1450
CIE-Lab81.376020.3703-1.1658

#efbdcd color RGB value is (239,189,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 11001101
Octal 357 275 315
Decimal 239 189 205
Hex EF BD CD

RGB Percentages of Color #efbdcd

%37.76
%29.86
%32.39

CMYK Percentages of Color #efbdcd

%0
%21
%14
%6

Triadic Colors of #efbdcd

#efbdcd #cdefbd #bdcdef

Analogous Colors of #efbdcd

#efbdcd #efc6bd #efbde6

Monochromatic Colors of #efbdcd

#efbdcd

Complementary Color

#efbdcd #bdefdf

#efbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbdcd Color CSS Codes

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

#efbdcd Text Font Color

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

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


#efbdcd Background Color

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

This div background color is #efbdcd


#efbdcd Border Color

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

This div border color is #efbdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbdcd


Comments

No comments written yet.

Please login to write comment.