Color Hex Logo

#efd2bd Color Hex

#EFD2BD
(239,210,189)
0 Favorites   0 Comments

Color spaces of #efd2bd

RGB 239210189
HSL0.070.610.84
HSV25°21°94°
CMYK 0.000.120.21   0.06
XYZ67.828568.118057.7173
Yxy68.11800.35020.3517
Hunter Lab82.53362.262616.3109
CIE-Lab86.06546.878114.1127

#efd2bd color RGB value is (239,210,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010010 10111101
Octal 357 322 275
Decimal 239 210 189
Hex EF D2 BD

RGB Percentages of Color #efd2bd

%37.46
%32.92
%29.62

CMYK Percentages of Color #efd2bd

%0
%12
%21
%6

Triadic Colors of #efd2bd

#efd2bd #bdefd2 #d2bdef

Analogous Colors of #efd2bd

#efd2bd #efebbd #efbdc1

Monochromatic Colors of #efd2bd

#efd2bd

Complementary Color

#efd2bd #bddaef

#efd2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd2bd Color CSS Codes

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

#efd2bd Text Font Color

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

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


#efd2bd Background Color

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

This div background color is #efd2bd


#efd2bd Border Color

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

This div border color is #efd2bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd2bd


Comments

No comments written yet.

Please login to write comment.