Color Hex Logo

#fef49f Color Hex

#FEF49F
(254,244,159)
0 Favorites   0 Comments

Color spaces of #fef49f

RGB 254244159
HSL0.150.980.81
HSV54°37°100°
CMYK 0.000.040.37   0.00
XYZ79.481788.275445.6506
Yxy88.27540.37240.4136
Hunter Lab93.9550-13.418336.9608
CIE-Lab95.2768-8.577742.1667

#fef49f color RGB value is (254,244,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10011111
Octal 376 364 237
Decimal 254 244 159
Hex FE F4 9F

RGB Percentages of Color #fef49f

%38.66
%37.14
%24.20

CMYK Percentages of Color #fef49f

%0
%4
%37
%0

Triadic Colors of #fef49f

#fef49f #9ffef4 #f49ffe

Analogous Colors of #fef49f

#fef49f #d9fe9f #fec59f

Monochromatic Colors of #fef49f

#fef49f

Complementary Color

#fef49f #9fa9fe

#fef49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef49f Color CSS Codes

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

#fef49f Text Font Color

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

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


#fef49f Background Color

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

This div background color is #fef49f


#fef49f Border Color

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

This div border color is #fef49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef49f


Comments

No comments written yet.

Please login to write comment.