Color Hex Logo

#efdbac Color Hex

#EFDBAC
(239,219,172)
0 Favorites   0 Comments

Color spaces of #efdbac

RGB 239219172
HSL0.120.680.81
HSV42°28°94°
CMYK 0.000.080.28   0.06
XYZ68.374571.992349.3219
Yxy71.99230.36050.3795
Hunter Lab84.8483-4.641324.9288
CIE-Lab87.9649-0.113625.6503

#efdbac color RGB value is (239,219,172).

#efdbac hex color red value is 239, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #efdbac hue: 0.12 , saturation: 0.68 and the lightness value of efdbac is 0.81.

The process color (four color CMYK) of #efdbac color hex is 0.00, 0.08, 0.28, 0.06. Web safe color of #efdbac is #ffcc99. Color #efdbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 10101100
Octal 357 333 254
Decimal 239 219 172
Hex EF DB AC

RGB Percentages of Color #efdbac

%37.94
%34.76
%27.30

CMYK Percentages of Color #efdbac

%0
%8
%28
%6

Triadic Colors of #efdbac

#efdbac #acefdb #dbacef

Analogous Colors of #efdbac

#efdbac #e2efac #efbaac

Monochromatic Colors of #efdbac

#efdbac

Complementary Color

#efdbac #acc0ef

#efdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdbac Color CSS Codes

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

#efdbac Text Font Color

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

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


#efdbac Background Color

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

This div background color is #efdbac


#efdbac Border Color

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

This div border color is #efdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdbac


Comments

No comments written yet.

Please login to write comment.