Color Hex Logo

#eca68e Color Hex

#ECA68E
(236,166,142)
0 Favorites   0 Comments

Color spaces of #eca68e

RGB 236166142
HSL0.040.710.74
HSV15°40°93°
CMYK 0.000.300.40   0.07
XYZ53.110847.058331.8751
Yxy47.05830.40220.3564
Hunter Lab68.599118.150020.4698
CIE-Lab74.227022.920522.7652

#eca68e color RGB value is (236,166,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 10001110
Octal 354 246 216
Decimal 236 166 142
Hex EC A6 8E

RGB Percentages of Color #eca68e

%43.38
%30.51
%26.10

CMYK Percentages of Color #eca68e

%0
%30
%40
%7

Triadic Colors of #eca68e

#eca68e #8eeca6 #a68eec

Analogous Colors of #eca68e

#eca68e #ecd58e #ec8ea5

Monochromatic Colors of #eca68e

#eca68e

Complementary Color

#eca68e #8ed4ec

#eca68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca68e Color CSS Codes

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

#eca68e Text Font Color

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

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


#eca68e Background Color

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

This div background color is #eca68e


#eca68e Border Color

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

This div border color is #eca68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca68e


Comments

No comments written yet.

Please login to write comment.