Color Hex Logo

#ecac60 Color Hex

#ECAC60
(236,172,96)
0 Favorites   0 Comments

Color spaces of #ecac60

RGB 23617296
HSL0.090.790.65
HSV33°59°93°
CMYK 0.000.270.59   0.07
XYZ51.455948.182417.6545
Yxy48.18240.43870.4108
Hunter Lab69.413510.847433.5098
CIE-Lab74.939815.525547.7337

#ecac60 color RGB value is (236,172,96).

#ecac60 hex color red value is 236, green value is 172 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ecac60 hue: 0.09 , saturation: 0.79 and the lightness value of ecac60 is 0.65.

The process color (four color CMYK) of #ecac60 color hex is 0.00, 0.27, 0.59, 0.07. Web safe color of #ecac60 is #ff9966. Color #ecac60 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101100 01100000
Octal 354 254 140
Decimal 236 172 96
Hex EC AC 60

RGB Percentages of Color #ecac60

%46.83
%34.13
%19.05

CMYK Percentages of Color #ecac60

%0
%27
%59
%7

Triadic Colors of #ecac60

#ecac60 #60ecac #ac60ec

Analogous Colors of #ecac60

#ecac60 #e6ec60 #ec6660

Monochromatic Colors of #ecac60

#ecac60

Complementary Color

#ecac60 #60a0ec

#ecac60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecac60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecac60 Color CSS Codes

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

#ecac60 Text Font Color

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

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


#ecac60 Background Color

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

This div background color is #ecac60


#ecac60 Border Color

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

This div border color is #ecac60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecac60


Comments

No comments written yet.

Please login to write comment.