Color Hex Logo

#ecd9bf Color Hex

#ECD9BF
(236,217,191)
0 Favorites   0 Comments

Color spaces of #ecd9bf

RGB 236217191
HSL0.100.540.84
HSV35°19°93°
CMYK 0.000.080.19   0.07
XYZ68.808971.220259.4105
Yxy71.22020.34500.3571
Hunter Lab84.3921-2.146517.3353
CIE-Lab87.59192.441015.1770

#ecd9bf color RGB value is (236,217,191).

#ecd9bf hex color red value is 236, green value is 217 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ecd9bf hue: 0.10 , saturation: 0.54 and the lightness value of ecd9bf is 0.84.

The process color (four color CMYK) of #ecd9bf color hex is 0.00, 0.08, 0.19, 0.07. Web safe color of #ecd9bf is #ffcccc. Color #ecd9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 10111111
Octal 354 331 277
Decimal 236 217 191
Hex EC D9 BF

RGB Percentages of Color #ecd9bf

%36.65
%33.70
%29.66

CMYK Percentages of Color #ecd9bf

%0
%8
%19
%7

Triadic Colors of #ecd9bf

#ecd9bf #bfecd9 #d9bfec

Analogous Colors of #ecd9bf

#ecd9bf #e9ecbf #ecc3bf

Monochromatic Colors of #ecd9bf

#ecd9bf

Complementary Color

#ecd9bf #bfd2ec

#ecd9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd9bf Color CSS Codes

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

#ecd9bf Text Font Color

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

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


#ecd9bf Background Color

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

This div background color is #ecd9bf


#ecd9bf Border Color

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

This div border color is #ecd9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd9bf


Comments

No comments written yet.

Please login to write comment.