Color Hex Logo

#eca96e Color Hex

#ECA96E
(236,169,110)
0 Favorites   0 Comments

Color spaces of #eca96e

RGB 236169110
HSL0.080.770.68
HSV28°53°93°
CMYK 0.000.280.53   0.07
XYZ51.594547.334621.1690
Yxy47.33460.42960.3941
Hunter Lab68.800113.460229.9173
CIE-Lab74.403318.203740.0051

#eca96e color RGB value is (236,169,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01101110
Octal 354 251 156
Decimal 236 169 110
Hex EC A9 6E

RGB Percentages of Color #eca96e

%45.83
%32.82
%21.36

CMYK Percentages of Color #eca96e

%0
%28
%53
%7

Triadic Colors of #eca96e

#eca96e #6eeca9 #a96eec

Analogous Colors of #eca96e

#eca96e #ece86e #ec6e72

Monochromatic Colors of #eca96e

#eca96e

Complementary Color

#eca96e #6eb1ec

#eca96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca96e Color CSS Codes

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

#eca96e Text Font Color

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

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


#eca96e Background Color

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

This div background color is #eca96e


#eca96e Border Color

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

This div border color is #eca96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca96e


Comments

No comments written yet.

Please login to write comment.