Color Hex Logo

#fef94f Color Hex

#FEF94F
(254,249,79)
0 Favorites   0 Comments

Color spaces of #fef94f

RGB 25424979
HSL0.160.990.65
HSV58°69°100°
CMYK 0.000.020.69   0.00
XYZ76.160089.386720.6364
Yxy89.38670.40910.4801
Hunter Lab94.5445-21.662953.2398
CIE-Lab95.7418-17.237877.7756

#fef94f color RGB value is (254,249,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 01001111
Octal 376 371 117
Decimal 254 249 79
Hex FE F9 4F

RGB Percentages of Color #fef94f

%43.64
%42.78
%13.57

CMYK Percentages of Color #fef94f

%0
%2
%69
%0

Triadic Colors of #fef94f

#fef94f #4ffef9 #f94ffe

Analogous Colors of #fef94f

#fef94f #acfe4f #fea24f

Monochromatic Colors of #fef94f

#fef94f

Complementary Color

#fef94f #4f54fe

#fef94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef94f Color CSS Codes

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

#fef94f Text Font Color

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

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


#fef94f Background Color

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

This div background color is #fef94f


#fef94f Border Color

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

This div border color is #fef94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef94f

Related Colors


Comments

No comments written yet.

Please login to write comment.