Color Hex Logo

#fec80c Color Hex

#FEC80C
(254,200,12)
0 Favorites   0 Comments

Color spaces of #fec80c

RGB 25420012
HSL0.130.990.52
HSV47°95°100°
CMYK 0.000.210.95   0.00
XYZ61.593762.40599.1470
Yxy62.40590.46260.4687
Hunter Lab78.99740.929748.4331
CIE-Lab83.12885.403183.3187

#fec80c color RGB value is (254,200,12).

#fec80c hex color red value is 254, green value is 200 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fec80c hue: 0.13 , saturation: 0.99 and the lightness value of fec80c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00001100
Octal 376 310 14
Decimal 254 200 12
Hex FE C8 C

RGB Percentages of Color #fec80c

%54.51
%42.92
%2.58

CMYK Percentages of Color #fec80c

%0
%21
%95
%0

Triadic Colors of #fec80c

#fec80c #0cfec8 #c80cfe

Analogous Colors of #fec80c

#fec80c #bbfe0c #fe4f0c

Monochromatic Colors of #fec80c

#fec80c

Complementary Color

#fec80c #0c42fe

#fec80c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec80c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec80c Color CSS Codes

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

#fec80c Text Font Color

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

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


#fec80c Background Color

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

This div background color is #fec80c


#fec80c Border Color

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

This div border color is #fec80c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec80c


Comments

No comments written yet.

Please login to write comment.