Color Hex Logo

#ecc11c Color Hex

#ECC11C
(236,193,28)
0 Favorites   0 Comments

Color spaces of #ecc11c

RGB 23619328
HSL0.130.850.52
HSV48°88°93°
CMYK 0.000.180.88   0.07
XYZ53.871656.05669.0793
Yxy56.05660.45270.4710
Hunter Lab74.8710-2.588845.2198
CIE-Lab79.64601.520077.5305

#ecc11c color RGB value is (236,193,28).

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

The process color (four color CMYK) of #ecc11c color hex is 0.00, 0.18, 0.88, 0.07. Web safe color of #ecc11c is #ffcc33. Color #ecc11c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 00011100
Octal 354 301 34
Decimal 236 193 28
Hex EC C1 1C

RGB Percentages of Color #ecc11c

%51.64
%42.23
%6.13

CMYK Percentages of Color #ecc11c

%0
%18
%88
%7

Triadic Colors of #ecc11c

#ecc11c #1cecc1 #c11cec

Analogous Colors of #ecc11c

#ecc11c #afec1c #ec591c

Monochromatic Colors of #ecc11c

#ecc11c

Complementary Color

#ecc11c #1c47ec

#ecc11c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc11c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc11c Color CSS Codes

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

#ecc11c Text Font Color

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

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


#ecc11c Background Color

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

This div background color is #ecc11c


#ecc11c Border Color

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

This div border color is #ecc11c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc11c


Comments

No comments written yet.

Please login to write comment.