Color Hex Logo

#ecb393 Color Hex

#ECB393
(236,179,147)
0 Favorites   0 Comments

Color spaces of #ecb393

RGB 236179147
HSL0.060.700.75
HSV22°38°93°
CMYK 0.000.240.38   0.07
XYZ55.978652.179734.7250
Yxy52.17970.39180.3652
Hunter Lab72.235511.915622.0630
CIE-Lab77.388216.577924.3700

#ecb393 color RGB value is (236,179,147).

#ecb393 hex color red value is 236, green value is 179 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ecb393 hue: 0.06 , saturation: 0.70 and the lightness value of ecb393 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 10010011
Octal 354 263 223
Decimal 236 179 147
Hex EC B3 93

RGB Percentages of Color #ecb393

%41.99
%31.85
%26.16

CMYK Percentages of Color #ecb393

%0
%24
%38
%7

Triadic Colors of #ecb393

#ecb393 #93ecb3 #b393ec

Analogous Colors of #ecb393

#ecb393 #ece093 #ec93a0

Monochromatic Colors of #ecb393

#ecb393

Complementary Color

#ecb393 #93ccec

#ecb393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb393 Color CSS Codes

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

#ecb393 Text Font Color

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

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


#ecb393 Background Color

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

This div background color is #ecb393


#ecb393 Border Color

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

This div border color is #ecb393


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb393


Comments

No comments written yet.

Please login to write comment.