Color Hex Logo

#eccdaf Color Hex

#ECCDAF
(236,205,175)
0 Favorites   0 Comments

Color spaces of #eccdaf

RGB 236205175
HSL0.080.620.81
HSV30°26°93°
CMYK 0.000.130.26   0.07
XYZ64.161364.590749.6430
Yxy64.59070.35970.3621
Hunter Lab80.36831.859219.6348
CIE-Lab84.27246.404618.9513

#eccdaf color RGB value is (236,205,175).

#eccdaf hex color red value is 236, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eccdaf hue: 0.08 , saturation: 0.62 and the lightness value of eccdaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 10101111
Octal 354 315 257
Decimal 236 205 175
Hex EC CD AF

RGB Percentages of Color #eccdaf

%38.31
%33.28
%28.41

CMYK Percentages of Color #eccdaf

%0
%13
%26
%7

Triadic Colors of #eccdaf

#eccdaf #afeccd #cdafec

Analogous Colors of #eccdaf

#eccdaf #ececaf #ecafb0

Monochromatic Colors of #eccdaf

#eccdaf

Complementary Color

#eccdaf #afceec

#eccdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdaf Color CSS Codes

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

#eccdaf Text Font Color

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

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


#eccdaf Background Color

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

This div background color is #eccdaf


#eccdaf Border Color

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

This div border color is #eccdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdaf


Comments

No comments written yet.

Please login to write comment.