Color Hex Logo

#ecdbac Color Hex

#ECDBAC
(236,219,172)
0 Favorites   0 Comments

Color spaces of #ecdbac

RGB 236219172
HSL0.120.630.80
HSV44°27°93°
CMYK 0.000.070.27   0.07
XYZ67.370071.474549.2749
Yxy71.47450.35810.3799
Hunter Lab84.5426-5.707124.6232
CIE-Lab87.7150-1.241425.2683

#ecdbac color RGB value is (236,219,172).

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

The process color (four color CMYK) of #ecdbac color hex is 0.00, 0.07, 0.27, 0.07. Web safe color of #ecdbac is #ffcc99. Color #ecdbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10101100
Octal 354 333 254
Decimal 236 219 172
Hex EC DB AC

RGB Percentages of Color #ecdbac

%37.64
%34.93
%27.43

CMYK Percentages of Color #ecdbac

%0
%7
%27
%7

Triadic Colors of #ecdbac

#ecdbac #acecdb #dbacec

Analogous Colors of #ecdbac

#ecdbac #ddecac #ecbbac

Monochromatic Colors of #ecdbac

#ecdbac

Complementary Color

#ecdbac #acbdec

#ecdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbac Color CSS Codes

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

#ecdbac Text Font Color

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

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


#ecdbac Background Color

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

This div background color is #ecdbac


#ecdbac Border Color

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

This div border color is #ecdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbac


Comments

No comments written yet.

Please login to write comment.