Color Hex Logo

#efbbcf Color Hex

#EFBBCF
(239,187,207)
0 Favorites   0 Comments

Color spaces of #efbbcf

RGB 239187207
HSL0.940.620.84
HSV337°22°94°
CMYK 0.000.220.13   0.06
XYZ64.629458.396466.8968
Yxy58.39640.34030.3075
Hunter Lab76.417517.23401.5891
CIE-Lab80.958721.7518-2.8545

#efbbcf color RGB value is (239,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111011 11001111
Octal 357 273 317
Decimal 239 187 207
Hex EF BB CF

RGB Percentages of Color #efbbcf

%37.76
%29.54
%32.70

CMYK Percentages of Color #efbbcf

%0
%22
%13
%6

Triadic Colors of #efbbcf

#efbbcf #cfefbb #bbcfef

Analogous Colors of #efbbcf

#efbbcf #efc1bb #efbbe9

Monochromatic Colors of #efbbcf

#efbbcf

Complementary Color

#efbbcf #bbefdb

#efbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbbcf Color CSS Codes

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

#efbbcf Text Font Color

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

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


#efbbcf Background Color

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

This div background color is #efbbcf


#efbbcf Border Color

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

This div border color is #efbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbbcf


Comments

No comments written yet.

Please login to write comment.