Color Hex Logo

#ecdba0 Color Hex

#ECDBA0
(236,219,160)
0 Favorites   0 Comments

Color spaces of #ecdba0

RGB 236219160
HSL0.130.670.78
HSV47°32°93°
CMYK 0.000.070.32   0.07
XYZ66.268871.034043.4759
Yxy71.03400.36660.3929
Hunter Lab84.2817-7.142428.4130
CIE-Lab87.5015-2.763531.1769

#ecdba0 color RGB value is (236,219,160).

#ecdba0 hex color red value is 236, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ecdba0 hue: 0.13 , saturation: 0.67 and the lightness value of ecdba0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10100000
Octal 354 333 240
Decimal 236 219 160
Hex EC DB A0

RGB Percentages of Color #ecdba0

%38.37
%35.61
%26.02

CMYK Percentages of Color #ecdba0

%0
%7
%32
%7

Triadic Colors of #ecdba0

#ecdba0 #a0ecdb #dba0ec

Analogous Colors of #ecdba0

#ecdba0 #d7eca0 #ecb5a0

Monochromatic Colors of #ecdba0

#ecdba0

Complementary Color

#ecdba0 #a0b1ec

#ecdba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdba0 Color CSS Codes

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

#ecdba0 Text Font Color

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

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


#ecdba0 Background Color

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

This div background color is #ecdba0


#ecdba0 Border Color

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

This div border color is #ecdba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdba0


Comments

No comments written yet.

Please login to write comment.