Color Hex Logo

#ecb49f Color Hex

#ECB49F
(236,180,159)
0 Favorites   0 Comments

Color spaces of #ecb49f

RGB 236180159
HSL0.050.670.77
HSV16°33°93°
CMYK 0.000.240.33   0.07
XYZ57.171352.978640.0135
Yxy52.97860.38070.3528
Hunter Lab72.786412.829618.3565
CIE-Lab77.862417.489618.5759

#ecb49f color RGB value is (236,180,159).

#ecb49f hex color red value is 236, green value is 180 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ecb49f hue: 0.05 , saturation: 0.67 and the lightness value of ecb49f is 0.77.

The process color (four color CMYK) of #ecb49f color hex is 0.00, 0.24, 0.33, 0.07. Web safe color of #ecb49f is #ffcc99. Color #ecb49f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10011111
Octal 354 264 237
Decimal 236 180 159
Hex EC B4 9F

RGB Percentages of Color #ecb49f

%41.04
%31.30
%27.65

CMYK Percentages of Color #ecb49f

%0
%24
%33
%7

Triadic Colors of #ecb49f

#ecb49f #9fecb4 #b49fec

Analogous Colors of #ecb49f

#ecb49f #ecdb9f #ec9fb1

Monochromatic Colors of #ecb49f

#ecb49f

Complementary Color

#ecb49f #9fd7ec

#ecb49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb49f Color CSS Codes

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

#ecb49f Text Font Color

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

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


#ecb49f Background Color

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

This div background color is #ecb49f


#ecb49f Border Color

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

This div border color is #ecb49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb49f


Comments

No comments written yet.

Please login to write comment.