Color Hex Logo

#fed49e Color Hex

#FED49E
(254,212,158)
0 Favorites   0 Comments

Color spaces of #fed49e

RGB 254212158
HSL0.090.980.81
HSV34°38°100°
CMYK 0.000.170.38   0.00
XYZ70.588170.626442.2596
Yxy70.62640.38470.3849
Hunter Lab84.03952.860029.0135
CIE-Lab87.30327.522132.2213

#fed49e color RGB value is (254,212,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10011110
Octal 376 324 236
Decimal 254 212 158
Hex FE D4 9E

RGB Percentages of Color #fed49e

%40.71
%33.97
%25.32

CMYK Percentages of Color #fed49e

%0
%17
%38
%0

Triadic Colors of #fed49e

#fed49e #9efed4 #d49efe

Analogous Colors of #fed49e

#fed49e #f8fe9e #fea49e

Monochromatic Colors of #fed49e

#fed49e

Complementary Color

#fed49e #9ec8fe

#fed49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed49e Color CSS Codes

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

#fed49e Text Font Color

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

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


#fed49e Background Color

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

This div background color is #fed49e


#fed49e Border Color

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

This div border color is #fed49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed49e

Related Colors


Comments

No comments written yet.

Please login to write comment.