Color Hex Logo

#ecd9af Color Hex

#ECD9AF
(236,217,175)
0 Favorites   0 Comments

Color spaces of #ecd9af

RGB 236217175
HSL0.110.620.81
HSV41°26°93°
CMYK 0.000.080.26   0.07
XYZ67.142870.553750.6369
Yxy70.55370.35650.3746
Hunter Lab83.9962-4.308623.0546
CIE-Lab87.26770.184923.0951

#ecd9af color RGB value is (236,217,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10101111
Octal 354 331 257
Decimal 236 217 175
Hex EC D9 AF

RGB Percentages of Color #ecd9af

%37.58
%34.55
%27.87

CMYK Percentages of Color #ecd9af

%0
%8
%26
%7

Triadic Colors of #ecd9af

#ecd9af #afecd9 #d9afec

Analogous Colors of #ecd9af

#ecd9af #e1ecaf #ecbbaf

Monochromatic Colors of #ecd9af

#ecd9af

Complementary Color

#ecd9af #afc2ec

#ecd9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd9af Color CSS Codes

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

#ecd9af Text Font Color

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

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


#ecd9af Background Color

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

This div background color is #ecd9af


#ecd9af Border Color

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

This div border color is #ecd9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd9af


Comments

No comments written yet.

Please login to write comment.