Color Hex Logo

#efd3bd Color Hex

#EFD3BD
(239,211,189)
0 Favorites   0 Comments

Color spaces of #efd3bd

RGB 239211189
HSL0.070.610.84
HSV26°21°94°
CMYK 0.000.120.21   0.06
XYZ68.076268.613457.7998
Yxy68.61340.35000.3528
Hunter Lab82.83321.741516.6115
CIE-Lab86.31236.357414.4612

#efd3bd color RGB value is (239,211,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 10111101
Octal 357 323 275
Decimal 239 211 189
Hex EF D3 BD

RGB Percentages of Color #efd3bd

%37.40
%33.02
%29.58

CMYK Percentages of Color #efd3bd

%0
%12
%21
%6

Triadic Colors of #efd3bd

#efd3bd #bdefd3 #d3bdef

Analogous Colors of #efd3bd

#efd3bd #efecbd #efbdc0

Monochromatic Colors of #efd3bd

#efd3bd

Complementary Color

#efd3bd #bdd9ef

#efd3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd3bd Color CSS Codes

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

#efd3bd Text Font Color

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

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


#efd3bd Background Color

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

This div background color is #efd3bd


#efd3bd Border Color

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

This div border color is #efd3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd3bd


Comments

No comments written yet.

Please login to write comment.