Color Hex Logo

#ecddac Color Hex

#ECDDAC
(236,221,172)
0 Favorites   0 Comments

Color spaces of #ecddac

RGB 236221172
HSL0.130.630.80
HSV46°27°93°
CMYK 0.000.060.27   0.07
XYZ67.894972.524349.4499
Yxy72.52430.35760.3820
Hunter Lab85.1612-6.722725.1854
CIE-Lab88.2203-2.264725.9580

#ecddac color RGB value is (236,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 10101100
Octal 354 335 254
Decimal 236 221 172
Hex EC DD AC

RGB Percentages of Color #ecddac

%37.52
%35.14
%27.34

CMYK Percentages of Color #ecddac

%0
%6
%27
%7

Triadic Colors of #ecddac

#ecddac #acecdd #ddacec

Analogous Colors of #ecddac

#ecddac #dbecac #ecbdac

Monochromatic Colors of #ecddac

#ecddac

Complementary Color

#ecddac #acbbec

#ecddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecddac Color CSS Codes

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

#ecddac Text Font Color

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

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


#ecddac Background Color

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

This div background color is #ecddac


#ecddac Border Color

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

This div border color is #ecddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecddac


Comments

No comments written yet.

Please login to write comment.