Color Hex Logo

#efbbdd Color Hex

#EFBBDD
(239,187,221)
0 Favorites   0 Comments

Color spaces of #efbbdd

RGB 239187221
HSL0.890.620.84
HSV321°22°94°
CMYK 0.000.220.08   0.06
XYZ66.418159.111876.3157
Yxy59.11180.32910.2929
Hunter Lab76.884219.6538-5.0327
CIE-Lab81.353024.0715-9.8066

#efbbdd color RGB value is (239,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11011101
Octal 357 273 335
Decimal 239 187 221
Hex EF BB DD

RGB Percentages of Color #efbbdd

%36.94
%28.90
%34.16

CMYK Percentages of Color #efbbdd

%0
%22
%8
%6

Triadic Colors of #efbbdd

#efbbdd #ddefbb #bbddef

Analogous Colors of #efbbdd

#efbbdd #efbbc3 #e7bbef

Monochromatic Colors of #efbbdd

#efbbdd

Complementary Color

#efbbdd #bbefcd

#efbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbdd Color CSS Codes

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

#efbbdd Text Font Color

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

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


#efbbdd Background Color

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

This div background color is #efbbdd


#efbbdd Border Color

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

This div border color is #efbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbdd


Comments

No comments written yet.

Please login to write comment.