Color Hex Logo

#efbbdc Color Hex

#EFBBDC
(239,187,220)
0 Favorites   0 Comments

Color spaces of #efbbdc

RGB 239187220
HSL0.890.620.84
HSV322°22°94°
CMYK 0.000.220.08   0.06
XYZ66.285259.058775.6160
Yxy59.05870.32980.2939
Hunter Lab76.849719.4749-4.5435
CIE-Lab81.323923.9010-9.3122

#efbbdc color RGB value is (239,187,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11011100
Octal 357 273 334
Decimal 239 187 220
Hex EF BB DC

RGB Percentages of Color #efbbdc

%37.00
%28.95
%34.06

CMYK Percentages of Color #efbbdc

%0
%22
%8
%6

Triadic Colors of #efbbdc

#efbbdc #dcefbb #bbdcef

Analogous Colors of #efbbdc

#efbbdc #efbbc2 #e8bbef

Monochromatic Colors of #efbbdc

#efbbdc

Complementary Color

#efbbdc #bbefce

#efbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbdc Color CSS Codes

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

#efbbdc Text Font Color

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

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


#efbbdc Background Color

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

This div background color is #efbbdc


#efbbdc Border Color

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

This div border color is #efbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbdc


Comments

No comments written yet.

Please login to write comment.