Color Hex Logo

#eca67e Color Hex

#ECA67E
(236,166,126)
0 Favorites   0 Comments

Color spaces of #eca67e

RGB 236166126
HSL0.060.740.71
HSV22°47°93°
CMYK 0.000.300.47   0.07
XYZ51.994246.611725.9952
Yxy46.61170.41730.3741
Hunter Lab68.272816.462225.2160
CIE-Lab73.940721.248130.9980

#eca67e color RGB value is (236,166,126).

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

The process color (four color CMYK) of #eca67e color hex is 0.00, 0.30, 0.47, 0.07. Web safe color of #eca67e is #ff9966. Color #eca67e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100110 01111110
Octal 354 246 176
Decimal 236 166 126
Hex EC A6 7E

RGB Percentages of Color #eca67e

%44.70
%31.44
%23.86

CMYK Percentages of Color #eca67e

%0
%30
%47
%7

Triadic Colors of #eca67e

#eca67e #7eeca6 #a67eec

Analogous Colors of #eca67e

#eca67e #ecdd7e #ec7e8d

Monochromatic Colors of #eca67e

#eca67e

Complementary Color

#eca67e #7ec4ec

#eca67e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca67e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca67e Color CSS Codes

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

#eca67e Text Font Color

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

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


#eca67e Background Color

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

This div background color is #eca67e


#eca67e Border Color

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

This div border color is #eca67e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca67e


Comments

No comments written yet.

Please login to write comment.