Color Hex Logo

#ecc31c Color Hex

#ECC31C
(236,195,28)
0 Favorites   0 Comments

Color spaces of #ecc31c

RGB 23619528
HSL0.130.850.52
HSV48°88°93°
CMYK 0.000.170.88   0.07
XYZ54.316856.94699.2277
Yxy56.94690.45080.4726
Hunter Lab75.4632-3.580045.5742
CIE-Lab80.14970.485677.9255

#ecc31c color RGB value is (236,195,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 00011100
Octal 354 303 34
Decimal 236 195 28
Hex EC C3 1C

RGB Percentages of Color #ecc31c

%51.42
%42.48
%6.10

CMYK Percentages of Color #ecc31c

%0
%17
%88
%7

Triadic Colors of #ecc31c

#ecc31c #1cecc3 #c31cec

Analogous Colors of #ecc31c

#ecc31c #adec1c #ec5b1c

Monochromatic Colors of #ecc31c

#ecc31c

Complementary Color

#ecc31c #1c45ec

#ecc31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc31c Color CSS Codes

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

#ecc31c Text Font Color

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

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


#ecc31c Background Color

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

This div background color is #ecc31c


#ecc31c Border Color

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

This div border color is #ecc31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc31c


Comments

No comments written yet.

Please login to write comment.