Color Hex Logo

#ecd5bf Color Hex

#ECD5BF
(236,213,191)
0 Favorites   0 Comments

Color spaces of #ecd5bf

RGB 236213191
HSL0.080.540.84
HSV29°19°93°
CMYK 0.000.100.19   0.07
XYZ67.790369.183059.0709
Yxy69.18300.34580.3529
Hunter Lab83.1763-0.077616.1163
CIE-Lab86.59464.513313.7695

#ecd5bf color RGB value is (236,213,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 10111111
Octal 354 325 277
Decimal 236 213 191
Hex EC D5 BF

RGB Percentages of Color #ecd5bf

%36.88
%33.28
%29.84

CMYK Percentages of Color #ecd5bf

%0
%10
%19
%7

Triadic Colors of #ecd5bf

#ecd5bf #bfecd5 #d5bfec

Analogous Colors of #ecd5bf

#ecd5bf #ececbf #ecbfc0

Monochromatic Colors of #ecd5bf

#ecd5bf

Complementary Color

#ecd5bf #bfd6ec

#ecd5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd5bf Color CSS Codes

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

#ecd5bf Text Font Color

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

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


#ecd5bf Background Color

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

This div background color is #ecd5bf


#ecd5bf Border Color

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

This div border color is #ecd5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd5bf


Comments

No comments written yet.

Please login to write comment.