Color Hex Logo

#fec596 Color Hex

#FEC596
(254,197,150)
0 Favorites   0 Comments

Color spaces of #fec596

RGB 254197150
HSL0.080.980.79
HSV27°41°100°
CMYK 0.000.220.41   0.00
XYZ66.344363.205337.5573
Yxy63.20530.39700.3782
Hunter Lab79.50189.830327.6421
CIE-Lab83.550314.436131.3760

#fec596 color RGB value is (254,197,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10010110
Octal 376 305 226
Decimal 254 197 150
Hex FE C5 96

RGB Percentages of Color #fec596

%42.26
%32.78
%24.96

CMYK Percentages of Color #fec596

%0
%22
%41
%0

Triadic Colors of #fec596

#fec596 #96fec5 #c596fe

Analogous Colors of #fec596

#fec596 #fef996 #fe969b

Monochromatic Colors of #fec596

#fec596

Complementary Color

#fec596 #96cffe

#fec596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec596 Color CSS Codes

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

#fec596 Text Font Color

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

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


#fec596 Background Color

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

This div background color is #fec596


#fec596 Border Color

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

This div border color is #fec596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec596

Related Colors


Comments

No comments written yet.

Please login to write comment.