Color Hex Logo

#fec49e Color Hex

#FEC49E
(254,196,158)
0 Favorites   0 Comments

Color spaces of #fec49e

RGB 254196158
HSL0.070.980.81
HSV24°38°100°
CMYK 0.000.230.38   0.00
XYZ66.784563.019340.9918
Yxy63.01930.39100.3690
Hunter Lab79.384711.244724.9538
CIE-Lab83.452515.836227.0560

#fec49e color RGB value is (254,196,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10011110
Octal 376 304 236
Decimal 254 196 158
Hex FE C4 9E

RGB Percentages of Color #fec49e

%41.78
%32.24
%25.99

CMYK Percentages of Color #fec49e

%0
%23
%38
%0

Triadic Colors of #fec49e

#fec49e #9efec4 #c49efe

Analogous Colors of #fec49e

#fec49e #fef49e #fe9ea8

Monochromatic Colors of #fec49e

#fec49e

Complementary Color

#fec49e #9ed8fe

#fec49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec49e Color CSS Codes

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

#fec49e Text Font Color

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

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


#fec49e Background Color

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

This div background color is #fec49e


#fec49e Border Color

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

This div border color is #fec49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec49e


Comments

No comments written yet.

Please login to write comment.