Color Hex Logo

#ecb314 Color Hex

#ECB314
(236,179,20)
0 Favorites   0 Comments

Color spaces of #ecb314

RGB 23617920
HSL0.120.850.50
HSV44°92°93°
CMYK 0.000.240.92   0.07
XYZ50.838450.12367.6572
Yxy50.12360.46800.4615
Hunter Lab70.79804.280143.1461
CIE-Lab76.14518.693876.3177

#ecb314 color RGB value is (236,179,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00010100
Octal 354 263 24
Decimal 236 179 20
Hex EC B3 14

RGB Percentages of Color #ecb314

%54.25
%41.15
%4.60

CMYK Percentages of Color #ecb314

%0
%24
%92
%7

Triadic Colors of #ecb314

#ecb314 #14ecb3 #b314ec

Analogous Colors of #ecb314

#ecb314 #b9ec14 #ec4714

Monochromatic Colors of #ecb314

#ecb314

Complementary Color

#ecb314 #144dec

#ecb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb314 Color CSS Codes

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

#ecb314 Text Font Color

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

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


#ecb314 Background Color

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

This div background color is #ecb314


#ecb314 Border Color

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

This div border color is #ecb314


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,179,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 #ecb314">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb314


Comments

No comments written yet.

Please login to write comment.