Color Hex Logo

#ecb493 Color Hex

#ECB493
(236,180,147)
0 Favorites   0 Comments

Color spaces of #ecb493

RGB 236180147
HSL0.060.700.75
HSV22°38°93°
CMYK 0.000.240.38   0.07
XYZ56.179852.582034.7921
Yxy52.58200.39130.3663
Hunter Lab72.513411.394422.3119
CIE-Lab77.627616.047624.6948

#ecb493 color RGB value is (236,180,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 10010011
Octal 354 264 223
Decimal 236 180 147
Hex EC B4 93

RGB Percentages of Color #ecb493

%41.92
%31.97
%26.11

CMYK Percentages of Color #ecb493

%0
%24
%38
%7

Triadic Colors of #ecb493

#ecb493 #93ecb4 #b493ec

Analogous Colors of #ecb493

#ecb493 #ece193 #ec939f

Monochromatic Colors of #ecb493

#ecb493

Complementary Color

#ecb493 #93cbec

#ecb493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb493 Color CSS Codes

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

#ecb493 Text Font Color

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

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


#ecb493 Background Color

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

This div background color is #ecb493


#ecb493 Border Color

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

This div border color is #ecb493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb493


Comments

No comments written yet.

Please login to write comment.