Color Hex Logo

#fec400 Color Hex

#FEC400
(254,196,0)
0 Favorites   0 Comments

Color spaces of #fec400

RGB 2541960
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.231.00   0.00
XYZ60.613060.55078.4928
Yxy60.55070.46750.4670
Hunter Lab77.81432.866447.9990
CIE-Lab82.13667.371183.7481

#fec400 color RGB value is (254,196,0).

#fec400 hex color red value is 254, green value is 196 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fec400 hue: 0.13 , saturation: 1.00 and the lightness value of fec400 is 0.50.

The process color (four color CMYK) of #fec400 color hex is 0.00, 0.23, 1.00, 0.00. Web safe color of #fec400 is #ffcc00. Color #fec400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 00000000
Octal 376 304 0
Decimal 254 196 0
Hex FE C4 0

RGB Percentages of Color #fec400

%56.44
%43.56
%0.00

CMYK Percentages of Color #fec400

%0
%23
%100
%0

Triadic Colors of #fec400

#fec400 #00fec4 #c400fe

Analogous Colors of #fec400

#fec400 #b9fe00 #fe4500

Monochromatic Colors of #fec400

#fec400

Complementary Color

#fec400 #003afe

#fec400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec400 Color CSS Codes

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

#fec400 Text Font Color

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

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


#fec400 Background Color

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

This div background color is #fec400


#fec400 Border Color

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

This div border color is #fec400


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,196,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec400

Related Colors


Comments

No comments written yet.

Please login to write comment.