Color Hex Logo

#ecc80c Color Hex

#ECC80C
(236,200,12)
0 Favorites   0 Comments

Color spaces of #ecc80c

RGB 23620012
HSL0.140.900.49
HSV50°95°93°
CMYK 0.000.150.95   0.07
XYZ55.312759.16808.8531
Yxy59.16800.44850.4797
Hunter Lab76.9207-6.254347.0206
CIE-Lab81.3839-2.313481.2585

#ecc80c color RGB value is (236,200,12).

#ecc80c hex color red value is 236, green value is 200 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ecc80c hue: 0.14 , saturation: 0.90 and the lightness value of ecc80c is 0.49.

The process color (four color CMYK) of #ecc80c color hex is 0.00, 0.15, 0.95, 0.07. Web safe color of #ecc80c is #ffcc00. Color #ecc80c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 00001100
Octal 354 310 14
Decimal 236 200 12
Hex EC C8 C

RGB Percentages of Color #ecc80c

%52.68
%44.64
%2.68

CMYK Percentages of Color #ecc80c

%0
%15
%95
%7

Triadic Colors of #ecc80c

#ecc80c #0cecc8 #c80cec

Analogous Colors of #ecc80c

#ecc80c #a0ec0c #ec580c

Monochromatic Colors of #ecc80c

#ecc80c

Complementary Color

#ecc80c #0c30ec

#ecc80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc80c Color CSS Codes

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

#ecc80c Text Font Color

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

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


#ecc80c Background Color

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

This div background color is #ecc80c


#ecc80c Border Color

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

This div border color is #ecc80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc80c


Comments

No comments written yet.

Please login to write comment.