Color Hex Logo

#fec74f Color Hex

#FEC74F
(254,199,79)
0 Favorites   0 Comments

Color spaces of #fec74f

RGB 25419979
HSL0.110.990.65
HSV41°69°100°
CMYK 0.000.220.69   0.00
XYZ62.707862.482216.1523
Yxy62.48220.44370.4421
Hunter Lab79.04573.276043.2166
CIE-Lab83.16927.822365.1077

#fec74f color RGB value is (254,199,79).

#fec74f hex color red value is 254, green value is 199 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fec74f hue: 0.11 , saturation: 0.99 and the lightness value of fec74f is 0.65.

The process color (four color CMYK) of #fec74f color hex is 0.00, 0.22, 0.69, 0.00. Web safe color of #fec74f is #ffcc66. Color #fec74f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01001111
Octal 376 307 117
Decimal 254 199 79
Hex FE C7 4F

RGB Percentages of Color #fec74f

%47.74
%37.41
%14.85

CMYK Percentages of Color #fec74f

%0
%22
%69
%0

Triadic Colors of #fec74f

#fec74f #4ffec7 #c74ffe

Analogous Colors of #fec74f

#fec74f #defe4f #fe704f

Monochromatic Colors of #fec74f

#fec74f

Complementary Color

#fec74f #4f86fe

#fec74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec74f Color CSS Codes

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

#fec74f Text Font Color

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

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


#fec74f Background Color

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

This div background color is #fec74f


#fec74f Border Color

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

This div border color is #fec74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec74f


Comments

No comments written yet.

Please login to write comment.