Color Hex Logo

#eca970 Color Hex

#ECA970
(236,169,112)
0 Favorites   0 Comments

Color spaces of #eca970

RGB 236169112
HSL0.080.770.68
HSV28°53°93°
CMYK 0.000.280.53   0.07
XYZ51.704747.378721.7491
Yxy47.37870.42790.3921
Hunter Lab68.832213.627629.4485
CIE-Lab74.431418.372939.0047

#eca970 color RGB value is (236,169,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01110000
Octal 354 251 160
Decimal 236 169 112
Hex EC A9 70

RGB Percentages of Color #eca970

%45.65
%32.69
%21.66

CMYK Percentages of Color #eca970

%0
%28
%53
%7

Triadic Colors of #eca970

#eca970 #70eca9 #a970ec

Analogous Colors of #eca970

#eca970 #ece770 #ec7075

Monochromatic Colors of #eca970

#eca970

Complementary Color

#eca970 #70b3ec

#eca970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca970 Color CSS Codes

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

#eca970 Text Font Color

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

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


#eca970 Background Color

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

This div background color is #eca970


#eca970 Border Color

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

This div border color is #eca970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca970


Comments

No comments written yet.

Please login to write comment.