Color Hex Logo

#fec700 Color Hex

#FEC700
(254,199,0)
0 Favorites   0 Comments

Color spaces of #fec700

RGB 2541990
HSL0.131.000.50
HSV47°100°100°
CMYK 0.000.221.00   0.00
XYZ61.296561.91778.7206
Yxy61.91770.46460.4693
Hunter Lab78.68781.344948.5106
CIE-Lab82.86965.823284.2547

#fec700 color RGB value is (254,199,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 00000000
Octal 376 307 0
Decimal 254 199 0
Hex FE C7 0

RGB Percentages of Color #fec700

%56.07
%43.93
%0.00

CMYK Percentages of Color #fec700

%0
%22
%100
%0

Triadic Colors of #fec700

#fec700 #00fec7 #c700fe

Analogous Colors of #fec700

#fec700 #b6fe00 #fe4800

Monochromatic Colors of #fec700

#fec700

Complementary Color

#fec700 #0037fe

#fec700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec700 Color CSS Codes

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

#fec700 Text Font Color

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

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


#fec700 Background Color

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

This div background color is #fec700


#fec700 Border Color

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

This div border color is #fec700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec700

Related Colors

#fec700 Color Palettes


Comments

No comments written yet.

Please login to write comment.