Color Hex Logo

#ecdbaa Color Hex

#ECDBAA
(236,219,170)
0 Favorites   0 Comments

Color spaces of #ecdbaa

RGB 236219170
HSL0.120.630.80
HSV45°28°93°
CMYK 0.000.070.28   0.07
XYZ67.179371.398248.2707
Yxy71.39820.35950.3821
Hunter Lab84.4975-5.955025.2777
CIE-Lab87.6781-1.503326.2549

#ecdbaa color RGB value is (236,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 10101010
Octal 354 333 252
Decimal 236 219 170
Hex EC DB AA

RGB Percentages of Color #ecdbaa

%37.76
%35.04
%27.20

CMYK Percentages of Color #ecdbaa

%0
%7
%28
%7

Triadic Colors of #ecdbaa

#ecdbaa #aaecdb #dbaaec

Analogous Colors of #ecdbaa

#ecdbaa #dcecaa #ecbaaa

Monochromatic Colors of #ecdbaa

#ecdbaa

Complementary Color

#ecdbaa #aabbec

#ecdbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdbaa Color CSS Codes

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

#ecdbaa Text Font Color

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

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


#ecdbaa Background Color

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

This div background color is #ecdbaa


#ecdbaa Border Color

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

This div border color is #ecdbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdbaa


Comments

No comments written yet.

Please login to write comment.