Color Hex Logo

#efbecf Color Hex

#EFBECF
(239,190,207)
0 Favorites   0 Comments

Color spaces of #efbecf

RGB 239190207
HSL0.940.600.84
HSV339°21°94°
CMYK 0.000.210.13   0.06
XYZ65.272559.682667.1111
Yxy59.68260.33980.3107
Hunter Lab77.254515.61962.5729
CIE-Lab81.665420.1593-1.8174

#efbecf color RGB value is (239,190,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111110 11001111
Octal 357 276 317
Decimal 239 190 207
Hex EF BE CF

RGB Percentages of Color #efbecf

%37.58
%29.87
%32.55

CMYK Percentages of Color #efbecf

%0
%21
%13
%6

Triadic Colors of #efbecf

#efbecf #cfefbe #becfef

Analogous Colors of #efbecf

#efbecf #efc6be #efbee8

Monochromatic Colors of #efbecf

#efbecf

Complementary Color

#efbecf #beefde

#efbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbecf Color CSS Codes

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

#efbecf Text Font Color

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

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


#efbecf Background Color

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

This div background color is #efbecf


#efbecf Border Color

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

This div border color is #efbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbecf


Comments

No comments written yet.

Please login to write comment.