Color Hex Logo

#ecdeac Color Hex

#ECDEAC
(236,222,172)
0 Favorites   0 Comments

Color spaces of #ecdeac

RGB 236222172
HSL0.130.630.80
HSV47°27°93°
CMYK 0.000.060.27   0.07
XYZ68.159773.054049.5381
Yxy73.05400.35730.3830
Hunter Lab85.4716-7.229825.4665
CIE-Lab88.4735-2.775426.3030

#ecdeac color RGB value is (236,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 10101100
Octal 354 336 254
Decimal 236 222 172
Hex EC DE AC

RGB Percentages of Color #ecdeac

%37.46
%35.24
%27.30

CMYK Percentages of Color #ecdeac

%0
%6
%27
%7

Triadic Colors of #ecdeac

#ecdeac #acecde #deacec

Analogous Colors of #ecdeac

#ecdeac #daecac #ecbeac

Monochromatic Colors of #ecdeac

#ecdeac

Complementary Color

#ecdeac #acbaec

#ecdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdeac Color CSS Codes

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

#ecdeac Text Font Color

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

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


#ecdeac Background Color

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

This div background color is #ecdeac


#ecdeac Border Color

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

This div border color is #ecdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdeac


Comments

No comments written yet.

Please login to write comment.