Color Hex Logo

#fec497 Color Hex

#FEC497
(254,196,151)
0 Favorites   0 Comments

Color spaces of #fec497

RGB 254196151
HSL0.070.980.79
HSV26°41°100°
CMYK 0.000.230.41   0.00
XYZ66.198962.785137.9078
Yxy62.78510.39670.3762
Hunter Lab79.237010.463727.1010
CIE-Lab83.329215.064830.5598

#fec497 color RGB value is (254,196,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10010111
Octal 376 304 227
Decimal 254 196 151
Hex FE C4 97

RGB Percentages of Color #fec497

%42.26
%32.61
%25.12

CMYK Percentages of Color #fec497

%0
%23
%41
%0

Triadic Colors of #fec497

#fec497 #97fec4 #c497fe

Analogous Colors of #fec497

#fec497 #fef897 #fe979e

Monochromatic Colors of #fec497

#fec497

Complementary Color

#fec497 #97d1fe

#fec497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec497 Color CSS Codes

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

#fec497 Text Font Color

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

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


#fec497 Background Color

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

This div background color is #fec497


#fec497 Border Color

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

This div border color is #fec497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec497


Comments

No comments written yet.

Please login to write comment.