Color Hex Logo

#fef499 Color Hex

#FEF499
(254,244,153)
0 Favorites   0 Comments

Color spaces of #fef499

RGB 254244153
HSL0.150.980.80
HSV54°40°100°
CMYK 0.000.040.40   0.00
XYZ78.973588.072142.9743
Yxy88.07210.37600.4194
Hunter Lab93.8467-14.021238.5426
CIE-Lab95.1913-9.215345.0037

#fef499 color RGB value is (254,244,153).

#fef499 hex color red value is 254, green value is 244 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #fef499 hue: 0.15 , saturation: 0.98 and the lightness value of fef499 is 0.80.

The process color (four color CMYK) of #fef499 color hex is 0.00, 0.04, 0.40, 0.00. Web safe color of #fef499 is #ffff99. Color #fef499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10011001
Octal 376 364 231
Decimal 254 244 153
Hex FE F4 99

RGB Percentages of Color #fef499

%39.02
%37.48
%23.50

CMYK Percentages of Color #fef499

%0
%4
%40
%0

Triadic Colors of #fef499

#fef499 #99fef4 #f499fe

Analogous Colors of #fef499

#fef499 #d6fe99 #fec299

Monochromatic Colors of #fef499

#fef499

Complementary Color

#fef499 #99a3fe

#fef499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef499 Color CSS Codes

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

#fef499 Text Font Color

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

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


#fef499 Background Color

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

This div background color is #fef499


#fef499 Border Color

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

This div border color is #fef499


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,244,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fef499">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef499

Related Colors


Comments

No comments written yet.

Please login to write comment.