Color Hex Logo

#ecbe3c Color Hex

#ECBE3C
(236,190,60)
0 Favorites   0 Comments

Color spaces of #ecbe3c

RGB 23619060
HSL0.120.820.58
HSV44°75°93°
CMYK 0.000.190.75   0.07
XYZ53.821154.986012.0516
Yxy54.98600.44530.4550
Hunter Lab74.1525-0.208842.2707
CIE-Lab79.03324.032167.8238

#ecbe3c color RGB value is (236,190,60).

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

The process color (four color CMYK) of #ecbe3c color hex is 0.00, 0.19, 0.75, 0.07. Web safe color of #ecbe3c is #ffcc33. Color #ecbe3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111110 00111100
Octal 354 276 74
Decimal 236 190 60
Hex EC BE 3C

RGB Percentages of Color #ecbe3c

%48.56
%39.09
%12.35

CMYK Percentages of Color #ecbe3c

%0
%19
%75
%7

Triadic Colors of #ecbe3c

#ecbe3c #3cecbe #be3cec

Analogous Colors of #ecbe3c

#ecbe3c #c2ec3c #ec663c

Monochromatic Colors of #ecbe3c

#ecbe3c

Complementary Color

#ecbe3c #3c6aec

#ecbe3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecbe3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecbe3c Color CSS Codes

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

#ecbe3c Text Font Color

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

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


#ecbe3c Background Color

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

This div background color is #ecbe3c


#ecbe3c Border Color

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

This div border color is #ecbe3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecbe3c


Comments

No comments written yet.

Please login to write comment.