Color Hex Logo

#eca478 Color Hex

#ECA478
(236,164,120)
0 Favorites   0 Comments

Color spaces of #eca478

RGB 236164120
HSL0.060.750.70
HSV23°49°93°
CMYK 0.000.310.49   0.07
XYZ51.257745.739923.8964
Yxy45.73990.42400.3783
Hunter Lab67.631316.930326.3927
CIE-Lab73.376421.740333.4584

#eca478 color RGB value is (236,164,120).

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

The process color (four color CMYK) of #eca478 color hex is 0.00, 0.31, 0.49, 0.07. Web safe color of #eca478 is #ff9966. Color #eca478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 01111000
Octal 354 244 170
Decimal 236 164 120
Hex EC A4 78

RGB Percentages of Color #eca478

%45.38
%31.54
%23.08

CMYK Percentages of Color #eca478

%0
%31
%49
%7

Triadic Colors of #eca478

#eca478 #78eca4 #a478ec

Analogous Colors of #eca478

#eca478 #ecde78 #ec7886

Monochromatic Colors of #eca478

#eca478

Complementary Color

#eca478 #78c0ec

#eca478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca478 Color CSS Codes

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

#eca478 Text Font Color

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

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


#eca478 Background Color

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

This div background color is #eca478


#eca478 Border Color

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

This div border color is #eca478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca478


Comments

No comments written yet.

Please login to write comment.