Color Hex Logo

#eca18c Color Hex

#ECA18C
(236,161,140)
0 Favorites   0 Comments

Color spaces of #eca18c

RGB 236161140
HSL0.040.720.74
HSV13°41°93°
CMYK 0.000.320.41   0.07
XYZ52.070645.216130.7941
Yxy45.21610.40650.3530
Hunter Lab67.242920.549119.9180
CIE-Lab73.034025.356722.2267

#eca18c color RGB value is (236,161,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 10001100
Octal 354 241 214
Decimal 236 161 140
Hex EC A1 8C

RGB Percentages of Color #eca18c

%43.95
%29.98
%26.07

CMYK Percentages of Color #eca18c

%0
%32
%41
%7

Triadic Colors of #eca18c

#eca18c #8ceca1 #a18cec

Analogous Colors of #eca18c

#eca18c #ecd18c #ec8ca7

Monochromatic Colors of #eca18c

#eca18c

Complementary Color

#eca18c #8cd7ec

#eca18c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca18c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca18c Color CSS Codes

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

#eca18c Text Font Color

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

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


#eca18c Background Color

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

This div background color is #eca18c


#eca18c Border Color

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

This div border color is #eca18c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca18c


Comments

No comments written yet.

Please login to write comment.