Color Hex Logo

#eca170 Color Hex

#ECA170
(236,161,112)
0 Favorites   0 Comments

Color spaces of #eca170

RGB 236161112
HSL0.070.770.68
HSV24°53°93°
CMYK 0.000.320.53   0.07
XYZ50.261644.492521.2681
Yxy44.49250.43320.3835
Hunter Lab66.702717.773027.7873
CIE-Lab72.556522.621136.6404

#eca170 color RGB value is (236,161,112).

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

The process color (four color CMYK) of #eca170 color hex is 0.00, 0.32, 0.53, 0.07. Web safe color of #eca170 is #ff9966. Color #eca170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01110000
Octal 354 241 160
Decimal 236 161 112
Hex EC A1 70

RGB Percentages of Color #eca170

%46.37
%31.63
%22.00

CMYK Percentages of Color #eca170

%0
%32
%53
%7

Triadic Colors of #eca170

#eca170 #70eca1 #a170ec

Analogous Colors of #eca170

#eca170 #ecdf70 #ec707d

Monochromatic Colors of #eca170

#eca170

Complementary Color

#eca170 #70bbec

#eca170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca170 Color CSS Codes

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

#eca170 Text Font Color

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

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


#eca170 Background Color

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

This div background color is #eca170


#eca170 Border Color

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

This div border color is #eca170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca170


Comments

No comments written yet.

Please login to write comment.