Color Hex Logo

#eca054 Color Hex

#ECA054
(236,160,84)
0 Favorites   0 Comments

Color spaces of #eca054

RGB 23616084
HSL0.080.800.63
HSV30°64°93°
CMYK 0.000.320.64   0.07
XYZ48.763143.614614.2359
Yxy43.61460.45740.4091
Hunter Lab66.041416.227133.4484
CIE-Lab71.970121.089550.1636

#eca054 color RGB value is (236,160,84).

#eca054 hex color red value is 236, green value is 160 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #eca054 hue: 0.08 , saturation: 0.80 and the lightness value of eca054 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 01010100
Octal 354 240 124
Decimal 236 160 84
Hex EC A0 54

RGB Percentages of Color #eca054

%49.17
%33.33
%17.50

CMYK Percentages of Color #eca054

%0
%32
%64
%7

Triadic Colors of #eca054

#eca054 #54eca0 #a054ec

Analogous Colors of #eca054

#eca054 #ecec54 #ec5454

Monochromatic Colors of #eca054

#eca054

Complementary Color

#eca054 #54a0ec

#eca054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca054 Color CSS Codes

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

#eca054 Text Font Color

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

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


#eca054 Background Color

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

This div background color is #eca054


#eca054 Border Color

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

This div border color is #eca054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca054


Comments

No comments written yet.

Please login to write comment.