Color Hex Logo

#ecba3f Color Hex

#ECBA3F
(236,186,63)
0 Favorites   0 Comments

Color spaces of #ecba3f

RGB 23618663
HSL0.120.820.59
HSV43°73°93°
CMYK 0.000.210.73   0.07
XYZ53.048253.309612.1965
Yxy53.30960.44750.4497
Hunter Lab73.01341.916441.2053
CIE-Lab78.05746.248365.7581

#ecba3f color RGB value is (236,186,63).

#ecba3f hex color red value is 236, green value is 186 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ecba3f hue: 0.12 , saturation: 0.82 and the lightness value of ecba3f is 0.59.

The process color (four color CMYK) of #ecba3f color hex is 0.00, 0.21, 0.73, 0.07. Web safe color of #ecba3f is #ffcc33. Color #ecba3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111010 00111111
Octal 354 272 77
Decimal 236 186 63
Hex EC BA 3F

RGB Percentages of Color #ecba3f

%48.66
%38.35
%12.99

CMYK Percentages of Color #ecba3f

%0
%21
%73
%7

Triadic Colors of #ecba3f

#ecba3f #3fecba #ba3fec

Analogous Colors of #ecba3f

#ecba3f #c8ec3f #ec643f

Monochromatic Colors of #ecba3f

#ecba3f

Complementary Color

#ecba3f #3f71ec

#ecba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecba3f Color CSS Codes

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

#ecba3f Text Font Color

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

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


#ecba3f Background Color

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

This div background color is #ecba3f


#ecba3f Border Color

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

This div border color is #ecba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecba3f


Comments

No comments written yet.

Please login to write comment.