Color Hex Logo

#ecd2ba Color Hex

#ECD2BA
(236,210,186)
0 Favorites   0 Comments

Color spaces of #ecd2ba

RGB 236210186
HSL0.080.570.83
HSV29°21°93°
CMYK 0.000.110.21   0.07
XYZ66.501667.471255.9726
Yxy67.47120.35010.3552
Hunter Lab82.14090.767917.0971
CIE-Lab85.74135.342115.2016

#ecd2ba color RGB value is (236,210,186).

#ecd2ba hex color red value is 236, green value is 210 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ecd2ba hue: 0.08 , saturation: 0.57 and the lightness value of ecd2ba is 0.83.

The process color (four color CMYK) of #ecd2ba color hex is 0.00, 0.11, 0.21, 0.07. Web safe color of #ecd2ba is #ffcccc. Color #ecd2ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 10111010
Octal 354 322 272
Decimal 236 210 186
Hex EC D2 BA

RGB Percentages of Color #ecd2ba

%37.34
%33.23
%29.43

CMYK Percentages of Color #ecd2ba

%0
%11
%21
%7

Triadic Colors of #ecd2ba

#ecd2ba #baecd2 #d2baec

Analogous Colors of #ecd2ba

#ecd2ba #ecebba #ecbabb

Monochromatic Colors of #ecd2ba

#ecd2ba

Complementary Color

#ecd2ba #bad4ec

#ecd2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd2ba Color CSS Codes

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

#ecd2ba Text Font Color

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

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


#ecd2ba Background Color

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

This div background color is #ecd2ba


#ecd2ba Border Color

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

This div border color is #ecd2ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,210,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd2ba


Comments

No comments written yet.

Please login to write comment.