Color Hex Logo

#fec94f Color Hex

#FEC94F
(254,201,79)
0 Favorites   0 Comments

Color spaces of #fec94f

RGB 25420179
HSL0.120.990.65
HSV42°69°100°
CMYK 0.000.210.69   0.00
XYZ63.171063.408616.3068
Yxy63.40860.44210.4438
Hunter Lab79.62952.254443.5991
CIE-Lab83.65696.789265.6120

#fec94f color RGB value is (254,201,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 01001111
Octal 376 311 117
Decimal 254 201 79
Hex FE C9 4F

RGB Percentages of Color #fec94f

%47.57
%37.64
%14.79

CMYK Percentages of Color #fec94f

%0
%21
%69
%0

Triadic Colors of #fec94f

#fec94f #4ffec9 #c94ffe

Analogous Colors of #fec94f

#fec94f #dcfe4f #fe724f

Monochromatic Colors of #fec94f

#fec94f

Complementary Color

#fec94f #4f84fe

#fec94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec94f Color CSS Codes

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

#fec94f Text Font Color

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

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


#fec94f Background Color

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

This div background color is #fec94f


#fec94f Border Color

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

This div border color is #fec94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec94f

Related Colors


Comments

No comments written yet.

Please login to write comment.