Color Hex Logo

#eca185 Color Hex

#ECA185
(236,161,133)
0 Favorites   0 Comments

Color spaces of #eca185

RGB 236161133
HSL0.050.730.72
HSV16°44°93°
CMYK 0.000.320.44   0.07
XYZ51.570645.016128.1612
Yxy45.01610.41340.3609
Hunter Lab67.094019.786222.0802
CIE-Lab72.902524.609625.8535

#eca185 color RGB value is (236,161,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 10000101
Octal 354 241 205
Decimal 236 161 133
Hex EC A1 85

RGB Percentages of Color #eca185

%44.53
%30.38
%25.09

CMYK Percentages of Color #eca185

%0
%32
%44
%7

Triadic Colors of #eca185

#eca185 #85eca1 #a185ec

Analogous Colors of #eca185

#eca185 #ecd585 #ec859d

Monochromatic Colors of #eca185

#eca185

Complementary Color

#eca185 #85d0ec

#eca185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca185 Color CSS Codes

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

#eca185 Text Font Color

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

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


#eca185 Background Color

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

This div background color is #eca185


#eca185 Border Color

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

This div border color is #eca185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca185


Comments

No comments written yet.

Please login to write comment.