Color Hex Logo

#efbcdd Color Hex

#EFBCDD
(239,188,221)
0 Favorites   0 Comments

Color spaces of #efbcdd

RGB 239188221
HSL0.890.610.84
HSV321°21°94°
CMYK 0.000.210.08   0.06
XYZ66.631059.537676.3867
Yxy59.53760.32900.2939
Hunter Lab77.160619.1102-4.6829
CIE-Lab81.586223.5399-9.4596

#efbcdd color RGB value is (239,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111100 11011101
Octal 357 274 335
Decimal 239 188 221
Hex EF BC DD

RGB Percentages of Color #efbcdd

%36.88
%29.01
%34.10

CMYK Percentages of Color #efbcdd

%0
%21
%8
%6

Triadic Colors of #efbcdd

#efbcdd #ddefbc #bcddef

Analogous Colors of #efbcdd

#efbcdd #efbcc4 #e8bcef

Monochromatic Colors of #efbcdd

#efbcdd

Complementary Color

#efbcdd #bcefce

#efbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbcdd Color CSS Codes

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

#efbcdd Text Font Color

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

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


#efbcdd Background Color

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

This div background color is #efbcdd


#efbcdd Border Color

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

This div border color is #efbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbcdd


Comments

No comments written yet.

Please login to write comment.