Color Hex Logo

#eca685 Color Hex

#ECA685
(236,166,133)
0 Favorites   0 Comments

Color spaces of #eca685

RGB 236166133
HSL0.050.730.72
HSV19°44°93°
CMYK 0.000.300.44   0.07
XYZ52.461946.798828.4583
Yxy46.79880.41080.3664
Hunter Lab68.409617.171023.2222
CIE-Lab74.060921.952627.4042

#eca685 color RGB value is (236,166,133).

#eca685 hex color red value is 236, green value is 166 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eca685 hue: 0.05 , saturation: 0.73 and the lightness value of eca685 is 0.72.

The process color (four color CMYK) of #eca685 color hex is 0.00, 0.30, 0.44, 0.07. Web safe color of #eca685 is #ff9999. Color #eca685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 10000101
Octal 354 246 205
Decimal 236 166 133
Hex EC A6 85

RGB Percentages of Color #eca685

%44.11
%31.03
%24.86

CMYK Percentages of Color #eca685

%0
%30
%44
%7

Triadic Colors of #eca685

#eca685 #85eca6 #a685ec

Analogous Colors of #eca685

#eca685 #ecda85 #ec8598

Monochromatic Colors of #eca685

#eca685

Complementary Color

#eca685 #85cbec

#eca685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca685 Color CSS Codes

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

#eca685 Text Font Color

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

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


#eca685 Background Color

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

This div background color is #eca685


#eca685 Border Color

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

This div border color is #eca685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca685


Comments

No comments written yet.

Please login to write comment.