Color Hex Logo

#fec14f Color Hex

#FEC14F
(254,193,79)
0 Favorites   0 Comments

Color spaces of #fec14f

RGB 25419379
HSL0.110.990.65
HSV39°69°100°
CMYK 0.000.240.69   0.00
XYZ61.354359.775315.7012
Yxy59.77530.44840.4369
Hunter Lab77.31456.351542.0794
CIE-Lab81.715910.931963.5969

#fec14f color RGB value is (254,193,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01001111
Octal 376 301 117
Decimal 254 193 79
Hex FE C1 4F

RGB Percentages of Color #fec14f

%48.29
%36.69
%15.02

CMYK Percentages of Color #fec14f

%0
%24
%69
%0

Triadic Colors of #fec14f

#fec14f #4ffec1 #c14ffe

Analogous Colors of #fec14f

#fec14f #e4fe4f #fe6a4f

Monochromatic Colors of #fec14f

#fec14f

Complementary Color

#fec14f #4f8cfe

#fec14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec14f Color CSS Codes

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

#fec14f Text Font Color

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

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


#fec14f Background Color

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

This div background color is #fec14f


#fec14f Border Color

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

This div border color is #fec14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec14f

Related Colors


Comments

No comments written yet.

Please login to write comment.