Color Hex Logo

#efbfcd Color Hex

#EFBFCD
(239,191,205)
0 Favorites   0 Comments

Color spaces of #efbfcd

RGB 239191205
HSL0.950.600.84
HSV343°20°94°
CMYK 0.000.200.14   0.06
XYZ65.246960.020165.9038
Yxy60.02010.34130.3140
Hunter Lab77.472614.75433.7945
CIE-Lab81.849119.3096-0.4738

#efbfcd color RGB value is (239,191,205).

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

The process color (four color CMYK) of #efbfcd color hex is 0.00, 0.20, 0.14, 0.06. Web safe color of #efbfcd is #ffcccc. Color #efbfcd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11001101
Octal 357 277 315
Decimal 239 191 205
Hex EF BF CD

RGB Percentages of Color #efbfcd

%37.64
%30.08
%32.28

CMYK Percentages of Color #efbfcd

%0
%20
%14
%6

Triadic Colors of #efbfcd

#efbfcd #cdefbf #bfcdef

Analogous Colors of #efbfcd

#efbfcd #efc9bf #efbfe5

Monochromatic Colors of #efbfcd

#efbfcd

Complementary Color

#efbfcd #bfefe1

#efbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfcd Color CSS Codes

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

#efbfcd Text Font Color

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

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


#efbfcd Background Color

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

This div background color is #efbfcd


#efbfcd Border Color

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

This div border color is #efbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfcd


Comments

No comments written yet.

Please login to write comment.