Color Hex Logo

#fee49e Color Hex

#FEE49E
(254,228,158)
0 Favorites   0 Comments

Color spaces of #fee49e

RGB 254228158
HSL0.120.980.81
HSV44°38°100°
CMYK 0.000.100.38   0.00
XYZ74.788079.026343.6596
Yxy79.02630.37870.4002
Hunter Lab88.8967-5.398933.1088
CIE-Lab91.2462-0.665937.4261

#fee49e color RGB value is (254,228,158).

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

The process color (four color CMYK) of #fee49e color hex is 0.00, 0.10, 0.38, 0.00. Web safe color of #fee49e is #ffcc99. Color #fee49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 10011110
Octal 376 344 236
Decimal 254 228 158
Hex FE E4 9E

RGB Percentages of Color #fee49e

%39.69
%35.63
%24.69

CMYK Percentages of Color #fee49e

%0
%10
%38
%0

Triadic Colors of #fee49e

#fee49e #9efee4 #e49efe

Analogous Colors of #fee49e

#fee49e #e8fe9e #feb49e

Monochromatic Colors of #fee49e

#fee49e

Complementary Color

#fee49e #9eb8fe

#fee49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee49e Color CSS Codes

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

#fee49e Text Font Color

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

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


#fee49e Background Color

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

This div background color is #fee49e


#fee49e Border Color

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

This div border color is #fee49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee49e

Related Colors


Comments

No comments written yet.

Please login to write comment.