Color Hex Logo

#eca17a Color Hex

#ECA17A
(236,161,122)
1 Favorites   0 Comments

Color spaces of #eca17a

RGB 236161122
HSL0.060.750.70
HSV21°48°93°
CMYK 0.000.320.48   0.07
XYZ50.849844.727724.3656
Yxy44.72770.42390.3729
Hunter Lab66.878818.680725.2143
CIE-Lab72.712223.520831.5287

#eca17a color RGB value is (236,161,122).

#eca17a hex color red value is 236, green value is 161 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eca17a hue: 0.06 , saturation: 0.75 and the lightness value of eca17a is 0.70.

The process color (four color CMYK) of #eca17a color hex is 0.00, 0.32, 0.48, 0.07. Web safe color of #eca17a is #ff9966. Color #eca17a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01111010
Octal 354 241 172
Decimal 236 161 122
Hex EC A1 7A

RGB Percentages of Color #eca17a

%45.47
%31.02
%23.51

CMYK Percentages of Color #eca17a

%0
%32
%48
%7

Triadic Colors of #eca17a

#eca17a #7aeca1 #a17aec

Analogous Colors of #eca17a

#eca17a #ecda7a #ec7a8c

Monochromatic Colors of #eca17a

#eca17a

Complementary Color

#eca17a #7ac5ec

#eca17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca17a Color CSS Codes

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

#eca17a Text Font Color

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

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


#eca17a Background Color

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

This div background color is #eca17a


#eca17a Border Color

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

This div border color is #eca17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca17a

#eca17a Color Palettes


Comments

No comments written yet.

Please login to write comment.