Color Hex Logo

#fefc4f Color Hex

#FEFC4F
(254,252,79)
0 Favorites   0 Comments

Color spaces of #fefc4f

RGB 25425279
HSL0.160.990.65
HSV59°69°100°
CMYK 0.000.010.69   0.00
XYZ77.094791.256220.9480
Yxy91.25620.40730.4821
Hunter Lab95.5281-23.118153.8682
CIE-Lab96.5154-18.680478.5341

#fefc4f color RGB value is (254,252,79).

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

The process color (four color CMYK) of #fefc4f color hex is 0.00, 0.01, 0.69, 0.00. Web safe color of #fefc4f is #ffff66. Color #fefc4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111100 01001111
Octal 376 374 117
Decimal 254 252 79
Hex FE FC 4F

RGB Percentages of Color #fefc4f

%43.42
%43.08
%13.50

CMYK Percentages of Color #fefc4f

%0
%1
%69
%0

Triadic Colors of #fefc4f

#fefc4f #4ffefc #fc4ffe

Analogous Colors of #fefc4f

#fefc4f #a9fe4f #fea54f

Monochromatic Colors of #fefc4f

#fefc4f

Complementary Color

#fefc4f #4f51fe

#fefc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefc4f Color CSS Codes

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

#fefc4f Text Font Color

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

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


#fefc4f Background Color

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

This div background color is #fefc4f


#fefc4f Border Color

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

This div border color is #fefc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefc4f

Related Colors


Comments

No comments written yet.

Please login to write comment.