Color Hex Logo

#efcdac Color Hex

#EFCDAC
(239,205,172)
0 Favorites   0 Comments

Color spaces of #efcdac

RGB 239205172
HSL0.080.680.81
HSV30°28°94°
CMYK 0.000.140.28   0.06
XYZ64.874364.991948.1552
Yxy64.99190.36440.3651
Hunter Lab80.61762.561221.0167
CIE-Lab84.47967.130320.8619

#efcdac color RGB value is (239,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001101 10101100
Octal 357 315 254
Decimal 239 205 172
Hex EF CD AC

RGB Percentages of Color #efcdac

%38.80
%33.28
%27.92

CMYK Percentages of Color #efcdac

%0
%14
%28
%6

Triadic Colors of #efcdac

#efcdac #acefcd #cdacef

Analogous Colors of #efcdac

#efcdac #efefac #efacad

Monochromatic Colors of #efcdac

#efcdac

Complementary Color

#efcdac #acceef

#efcdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcdac Color CSS Codes

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

#efcdac Text Font Color

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

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


#efcdac Background Color

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

This div background color is #efcdac


#efcdac Border Color

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

This div border color is #efcdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcdac


Comments

No comments written yet.

Please login to write comment.