Color Hex Logo

#ecbd9c Color Hex

#ECBD9C
(236,189,156)
0 Favorites   0 Comments

Color spaces of #ecbd9c

RGB 236189156
HSL0.070.680.77
HSV25°34°93°
CMYK 0.000.200.34   0.07
XYZ58.790456.628439.2843
Yxy56.62840.38000.3660
Hunter Lab75.25187.762221.7247
CIE-Lab79.970112.351723.0855

#ecbd9c color RGB value is (236,189,156).

#ecbd9c hex color red value is 236, green value is 189 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ecbd9c hue: 0.07 , saturation: 0.68 and the lightness value of ecbd9c is 0.77.

The process color (four color CMYK) of #ecbd9c color hex is 0.00, 0.20, 0.34, 0.07. Web safe color of #ecbd9c is #ffcc99. Color #ecbd9c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111101 10011100
Octal 354 275 234
Decimal 236 189 156
Hex EC BD 9C

RGB Percentages of Color #ecbd9c

%40.62
%32.53
%26.85

CMYK Percentages of Color #ecbd9c

%0
%20
%34
%7

Triadic Colors of #ecbd9c

#ecbd9c #9cecbd #bd9cec

Analogous Colors of #ecbd9c

#ecbd9c #ece59c #ec9ca3

Monochromatic Colors of #ecbd9c

#ecbd9c

Complementary Color

#ecbd9c #9ccbec

#ecbd9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbd9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbd9c Color CSS Codes

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

#ecbd9c Text Font Color

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

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


#ecbd9c Background Color

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

This div background color is #ecbd9c


#ecbd9c Border Color

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

This div border color is #ecbd9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbd9c


Comments

No comments written yet.

Please login to write comment.