Color Hex Logo

#efbfd1 Color Hex

#EFBFD1
(239,191,209)
0 Favorites   0 Comments

Color spaces of #efbfd1

RGB 239191209
HSL0.940.600.84
HSV338°20°94°
CMYK 0.000.200.13   0.06
XYZ65.736060.215868.4797
Yxy60.21580.33810.3097
Hunter Lab77.598815.41401.9967
CIE-Lab81.955319.9511-2.4667

#efbfd1 color RGB value is (239,191,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111111 11010001
Octal 357 277 321
Decimal 239 191 209
Hex EF BF D1

RGB Percentages of Color #efbfd1

%37.40
%29.89
%32.71

CMYK Percentages of Color #efbfd1

%0
%20
%13
%6

Triadic Colors of #efbfd1

#efbfd1 #d1efbf #bfd1ef

Analogous Colors of #efbfd1

#efbfd1 #efc5bf #efbfe9

Monochromatic Colors of #efbfd1

#efbfd1

Complementary Color

#efbfd1 #bfefdd

#efbfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbfd1 Color CSS Codes

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

#efbfd1 Text Font Color

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

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


#efbfd1 Background Color

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

This div background color is #efbfd1


#efbfd1 Border Color

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

This div border color is #efbfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbfd1


Comments

No comments written yet.

Please login to write comment.