Color Hex Logo

#eca370 Color Hex

#ECA370
(236,163,112)
0 Favorites   0 Comments

Color spaces of #eca370

RGB 236163112
HSL0.070.770.68
HSV25°53°93°
CMYK 0.000.310.53   0.07
XYZ50.613945.197121.3855
Yxy45.19710.43190.3857
Hunter Lab67.228816.735228.2000
CIE-Lab73.021521.559237.2290

#eca370 color RGB value is (236,163,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 01110000
Octal 354 243 160
Decimal 236 163 112
Hex EC A3 70

RGB Percentages of Color #eca370

%46.18
%31.90
%21.92

CMYK Percentages of Color #eca370

%0
%31
%53
%7

Triadic Colors of #eca370

#eca370 #70eca3 #a370ec

Analogous Colors of #eca370

#eca370 #ece170 #ec707b

Monochromatic Colors of #eca370

#eca370

Complementary Color

#eca370 #70b9ec

#eca370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca370 Color CSS Codes

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

#eca370 Text Font Color

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

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


#eca370 Background Color

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

This div background color is #eca370


#eca370 Border Color

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

This div border color is #eca370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca370


Comments

No comments written yet.

Please login to write comment.