Color Hex Logo

#ecac13 Color Hex

#ECAC13
(236,172,19)
0 Favorites   0 Comments

Color spaces of #ecac13

RGB 23617219
HSL0.120.850.50
HSV42°92°93°
CMYK 0.000.270.92   0.07
XYZ49.462147.38497.1554
Yxy47.38490.47560.4556
Hunter Lab68.83677.795742.0226
CIE-Lab74.435312.367375.2141

#ecac13 color RGB value is (236,172,19).

#ecac13 hex color red value is 236, green value is 172 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ecac13 hue: 0.12 , saturation: 0.85 and the lightness value of ecac13 is 0.50.

The process color (four color CMYK) of #ecac13 color hex is 0.00, 0.27, 0.92, 0.07. Web safe color of #ecac13 is #ff9900. Color #ecac13 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101100 00010011
Octal 354 254 23
Decimal 236 172 19
Hex EC AC 13

RGB Percentages of Color #ecac13

%55.27
%40.28
%4.45

CMYK Percentages of Color #ecac13

%0
%27
%92
%7

Triadic Colors of #ecac13

#ecac13 #13ecac #ac13ec

Analogous Colors of #ecac13

#ecac13 #c0ec13 #ec4013

Monochromatic Colors of #ecac13

#ecac13

Complementary Color

#ecac13 #1353ec

#ecac13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecac13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecac13 Color CSS Codes

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

#ecac13 Text Font Color

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

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


#ecac13 Background Color

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

This div background color is #ecac13


#ecac13 Border Color

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

This div border color is #ecac13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecac13


Comments

No comments written yet.

Please login to write comment.