Color Hex Logo

#efcbdd Color Hex

#EFCBDD
(239,203,221)
0 Favorites   0 Comments

Color spaces of #efcbdd

RGB 239203221
HSL0.920.530.87
HSV330°15°94°
CMYK 0.000.150.08   0.06
XYZ70.003766.283177.5109
Yxy66.28310.32740.3100
Hunter Lab81.414411.00690.5428
CIE-Lab85.140615.5904-4.1988

#efcbdd color RGB value is (239,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001011 11011101
Octal 357 313 335
Decimal 239 203 221
Hex EF CB DD

RGB Percentages of Color #efcbdd

%36.05
%30.62
%33.33

CMYK Percentages of Color #efcbdd

%0
%15
%8
%6

Triadic Colors of #efcbdd

#efcbdd #ddefcb #cbddef

Analogous Colors of #efcbdd

#efcbdd #efcbcb #efcbef

Monochromatic Colors of #efcbdd

#efcbdd

Complementary Color

#efcbdd #cbefdd

#efcbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcbdd Color CSS Codes

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

#efcbdd Text Font Color

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

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


#efcbdd Background Color

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

This div background color is #efcbdd


#efcbdd Border Color

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

This div border color is #efcbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcbdd


Comments

No comments written yet.

Please login to write comment.