Color Hex Logo

#fec49d Color Hex

#FEC49D
(254,196,157)
0 Favorites   0 Comments

Color spaces of #fec49d

RGB 254196157
HSL0.070.980.81
HSV24°38°100°
CMYK 0.000.230.38   0.00
XYZ66.698862.985040.5402
Yxy62.98500.39180.3700
Hunter Lab79.363111.130625.2677
CIE-Lab83.434515.723827.5572

#fec49d color RGB value is (254,196,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10011101
Octal 376 304 235
Decimal 254 196 157
Hex FE C4 9D

RGB Percentages of Color #fec49d

%41.85
%32.29
%25.86

CMYK Percentages of Color #fec49d

%0
%23
%38
%0

Triadic Colors of #fec49d

#fec49d #9dfec4 #c49dfe

Analogous Colors of #fec49d

#fec49d #fef59d #fe9da7

Monochromatic Colors of #fec49d

#fec49d

Complementary Color

#fec49d #9dd7fe

#fec49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec49d Color CSS Codes

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

#fec49d Text Font Color

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

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


#fec49d Background Color

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

This div background color is #fec49d


#fec49d Border Color

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

This div border color is #fec49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec49d

Related Colors


Comments

No comments written yet.

Please login to write comment.