Color Hex Logo

#eca49e Color Hex

#ECA49E
(236,164,158)
0 Favorites   0 Comments

Color spaces of #eca49e

RGB 236164158
HSL0.010.670.77
HSV33°93°
CMYK 0.000.310.33   0.07
XYZ54.039146.852438.5430
Yxy46.85240.38760.3360
Hunter Lab68.448821.137114.5284
CIE-Lab74.095325.874113.8577

#eca49e color RGB value is (236,164,158).

#eca49e hex color red value is 236, green value is 164 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eca49e hue: 0.01 , saturation: 0.67 and the lightness value of eca49e is 0.77.

The process color (four color CMYK) of #eca49e color hex is 0.00, 0.31, 0.33, 0.07. Web safe color of #eca49e is #ff9999. Color #eca49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10011110
Octal 354 244 236
Decimal 236 164 158
Hex EC A4 9E

RGB Percentages of Color #eca49e

%42.29
%29.39
%28.32

CMYK Percentages of Color #eca49e

%0
%31
%33
%7

Triadic Colors of #eca49e

#eca49e #9eeca4 #a49eec

Analogous Colors of #eca49e

#eca49e #eccb9e #ec9ebf

Monochromatic Colors of #eca49e

#eca49e

Complementary Color

#eca49e #9ee6ec

#eca49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca49e Color CSS Codes

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

#eca49e Text Font Color

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

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


#eca49e Background Color

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

This div background color is #eca49e


#eca49e Border Color

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

This div border color is #eca49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca49e


Comments

No comments written yet.

Please login to write comment.