Color Hex Logo

#fef14f Color Hex

#FEF14F
(254,241,79)
0 Favorites   0 Comments

Color spaces of #fef14f

RGB 25424179
HSL0.150.990.65
HSV56°69°100°
CMYK 0.000.050.69   0.00
XYZ73.739684.545919.8296
Yxy84.54590.41400.4747
Hunter Lab91.9488-17.760051.5778
CIE-Lab93.6871-13.354175.7501

#fef14f color RGB value is (254,241,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110001 01001111
Octal 376 361 117
Decimal 254 241 79
Hex FE F1 4F

RGB Percentages of Color #fef14f

%44.25
%41.99
%13.76

CMYK Percentages of Color #fef14f

%0
%5
%69
%0

Triadic Colors of #fef14f

#fef14f #4ffef1 #f14ffe

Analogous Colors of #fef14f

#fef14f #b4fe4f #fe9a4f

Monochromatic Colors of #fef14f

#fef14f

Complementary Color

#fef14f #4f5cfe

#fef14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef14f Color CSS Codes

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

#fef14f Text Font Color

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

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


#fef14f Background Color

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

This div background color is #fef14f


#fef14f Border Color

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

This div border color is #fef14f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef14f


Comments

No comments written yet.

Please login to write comment.