Color Hex Logo

#eca986 Color Hex

#ECA986
(236,169,134)
0 Favorites   0 Comments

Color spaces of #eca986

RGB 236169134
HSL0.060.730.73
HSV21°43°93°
CMYK 0.000.280.43   0.07
XYZ53.083147.930029.0079
Yxy47.93000.40830.3686
Hunter Lab69.231515.709423.6196
CIE-Lab74.780820.462227.8274

#eca986 color RGB value is (236,169,134).

#eca986 hex color red value is 236, green value is 169 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eca986 hue: 0.06 , saturation: 0.73 and the lightness value of eca986 is 0.73.

The process color (four color CMYK) of #eca986 color hex is 0.00, 0.28, 0.43, 0.07. Web safe color of #eca986 is #ff9999. Color #eca986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 10000110
Octal 354 251 206
Decimal 236 169 134
Hex EC A9 86

RGB Percentages of Color #eca986

%43.78
%31.35
%24.86

CMYK Percentages of Color #eca986

%0
%28
%43
%7

Triadic Colors of #eca986

#eca986 #86eca9 #a986ec

Analogous Colors of #eca986

#eca986 #ecdc86 #ec8696

Monochromatic Colors of #eca986

#eca986

Complementary Color

#eca986 #86c9ec

#eca986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca986 Color CSS Codes

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

#eca986 Text Font Color

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

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


#eca986 Background Color

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

This div background color is #eca986


#eca986 Border Color

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

This div border color is #eca986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca986


Comments

No comments written yet.

Please login to write comment.