Color Hex Logo

#fee94f Color Hex

#FEE94F
(254,233,79)
0 Favorites   0 Comments

Color spaces of #fee94f

RGB 25423379
HSL0.150.990.65
HSV53°69°100°
CMYK 0.000.080.69   0.00
XYZ71.423279.913219.0575
Yxy79.91320.41920.4690
Hunter Lab89.3942-13.823849.9362
CIE-Lab91.6459-9.418073.7217

#fee94f color RGB value is (254,233,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101001 01001111
Octal 376 351 117
Decimal 254 233 79
Hex FE E9 4F

RGB Percentages of Color #fee94f

%44.88
%41.17
%13.96

CMYK Percentages of Color #fee94f

%0
%8
%69
%0

Triadic Colors of #fee94f

#fee94f #4ffee9 #e94ffe

Analogous Colors of #fee94f

#fee94f #bcfe4f #fe924f

Monochromatic Colors of #fee94f

#fee94f

Complementary Color

#fee94f #4f64fe

#fee94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee94f Color CSS Codes

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

#fee94f Text Font Color

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

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


#fee94f Background Color

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

This div background color is #fee94f


#fee94f Border Color

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

This div border color is #fee94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee94f

Related Colors


Comments

No comments written yet.

Please login to write comment.