Color Hex Logo

#eccdaa Color Hex

#ECCDAA
(236,205,170)
0 Favorites   0 Comments

Color spaces of #eccdaa

RGB 236205170
HSL0.090.630.80
HSV32°28°93°
CMYK 0.000.130.28   0.07
XYZ63.679164.397847.1040
Yxy64.39780.36350.3676
Hunter Lab80.24821.210021.3718
CIE-Lab84.17255.733721.4493

#eccdaa color RGB value is (236,205,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 10101010
Octal 354 315 252
Decimal 236 205 170
Hex EC CD AA

RGB Percentages of Color #eccdaa

%38.63
%33.55
%27.82

CMYK Percentages of Color #eccdaa

%0
%13
%28
%7

Triadic Colors of #eccdaa

#eccdaa #aaeccd #cdaaec

Analogous Colors of #eccdaa

#eccdaa #eaecaa #ecacaa

Monochromatic Colors of #eccdaa

#eccdaa

Complementary Color

#eccdaa #aac9ec

#eccdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdaa Color CSS Codes

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

#eccdaa Text Font Color

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

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


#eccdaa Background Color

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

This div background color is #eccdaa


#eccdaa Border Color

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

This div border color is #eccdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdaa


Comments

No comments written yet.

Please login to write comment.