Color Hex Logo

#efd4bd Color Hex

#EFD4BD
(239,212,189)
0 Favorites   0 Comments

Color spaces of #efd4bd

RGB 239212189
HSL0.080.610.84
HSV28°21°94°
CMYK 0.000.110.21   0.06
XYZ68.325469.111857.8829
Yxy69.11180.34980.3538
Hunter Lab83.13351.221216.9119
CIE-Lab86.55945.837314.8097

#efd4bd color RGB value is (239,212,189).

#efd4bd hex color red value is 239, green value is 212 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #efd4bd hue: 0.08 , saturation: 0.61 and the lightness value of efd4bd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010100 10111101
Octal 357 324 275
Decimal 239 212 189
Hex EF D4 BD

RGB Percentages of Color #efd4bd

%37.34
%33.13
%29.53

CMYK Percentages of Color #efd4bd

%0
%11
%21
%6

Triadic Colors of #efd4bd

#efd4bd #bdefd4 #d4bdef

Analogous Colors of #efd4bd

#efd4bd #efedbd #efbdbf

Monochromatic Colors of #efd4bd

#efd4bd

Complementary Color

#efd4bd #bdd8ef

#efd4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd4bd Color CSS Codes

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

#efd4bd Text Font Color

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

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


#efd4bd Background Color

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

This div background color is #efd4bd


#efd4bd Border Color

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

This div border color is #efd4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd4bd


Comments

No comments written yet.

Please login to write comment.