Color Hex Logo

#fec696 Color Hex

#FEC696
(254,198,150)
0 Favorites   0 Comments

Color spaces of #fec696

RGB 254198150
HSL0.080.980.79
HSV28°41°100°
CMYK 0.000.220.41   0.00
XYZ66.572263.661037.6332
Yxy63.66100.39660.3792
Hunter Lab79.78789.305527.8864
CIE-Lab83.789013.914631.6930

#fec696 color RGB value is (254,198,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 10010110
Octal 376 306 226
Decimal 254 198 150
Hex FE C6 96

RGB Percentages of Color #fec696

%42.19
%32.89
%24.92

CMYK Percentages of Color #fec696

%0
%22
%41
%0

Triadic Colors of #fec696

#fec696 #96fec6 #c696fe

Analogous Colors of #fec696

#fec696 #fefa96 #fe969a

Monochromatic Colors of #fec696

#fec696

Complementary Color

#fec696 #96cefe

#fec696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec696 Color CSS Codes

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

#fec696 Text Font Color

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

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


#fec696 Background Color

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

This div background color is #fec696


#fec696 Border Color

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

This div border color is #fec696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec696

Related Colors


Comments

No comments written yet.

Please login to write comment.