Color Hex Logo

#eca174 Color Hex

#ECA174
(236,161,116)
0 Favorites   0 Comments

Color spaces of #eca174

RGB 236161116
HSL0.060.760.69
HSV23°51°93°
CMYK 0.000.320.51   0.07
XYZ50.489344.583622.4674
Yxy44.58360.42950.3793
Hunter Lab66.771018.124826.7895
CIE-Lab72.616922.970434.6031

#eca174 color RGB value is (236,161,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01110100
Octal 354 241 164
Decimal 236 161 116
Hex EC A1 74

RGB Percentages of Color #eca174

%46.00
%31.38
%22.61

CMYK Percentages of Color #eca174

%0
%32
%51
%7

Triadic Colors of #eca174

#eca174 #74eca1 #a174ec

Analogous Colors of #eca174

#eca174 #ecdd74 #ec7483

Monochromatic Colors of #eca174

#eca174

Complementary Color

#eca174 #74bfec

#eca174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca174 Color CSS Codes

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

#eca174 Text Font Color

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

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


#eca174 Background Color

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

This div background color is #eca174


#eca174 Border Color

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

This div border color is #eca174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca174


Comments

No comments written yet.

Please login to write comment.