Color Hex Logo

#ecba14 Color Hex

#ECBA14
(236,186,20)
0 Favorites   0 Comments

Color spaces of #ecba14

RGB 23618620
HSL0.130.850.50
HSV46°92°93°
CMYK 0.000.210.92   0.07
XYZ52.277253.00128.1368
Yxy53.00120.46090.4673
Hunter Lab72.80190.772944.3347
CIE-Lab77.87575.027577.6128

#ecba14 color RGB value is (236,186,20).

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

The process color (four color CMYK) of #ecba14 color hex is 0.00, 0.21, 0.92, 0.07. Web safe color of #ecba14 is #ffcc00. Color #ecba14 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 00010100
Octal 354 272 24
Decimal 236 186 20
Hex EC BA 14

RGB Percentages of Color #ecba14

%53.39
%42.08
%4.52

CMYK Percentages of Color #ecba14

%0
%21
%92
%7

Triadic Colors of #ecba14

#ecba14 #14ecba #ba14ec

Analogous Colors of #ecba14

#ecba14 #b2ec14 #ec4e14

Monochromatic Colors of #ecba14

#ecba14

Complementary Color

#ecba14 #1446ec

#ecba14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba14 Color CSS Codes

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

#ecba14 Text Font Color

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

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


#ecba14 Background Color

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

This div background color is #ecba14


#ecba14 Border Color

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

This div border color is #ecba14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba14


Comments

No comments written yet.

Please login to write comment.