Color Hex Logo

#fec160 Color Hex

#FEC160
(254,193,96)
0 Favorites   0 Comments

Color spaces of #fec160

RGB 25419396
HSL0.100.990.69
HSV37°62°100°
CMYK 0.000.240.62   0.00
XYZ62.054360.055319.3875
Yxy60.05530.43860.4244
Hunter Lab77.49547.316839.4138
CIE-Lab81.868211.912556.2216

#fec160 color RGB value is (254,193,96).

#fec160 hex color red value is 254, green value is 193 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #fec160 hue: 0.10 , saturation: 0.99 and the lightness value of fec160 is 0.69.

The process color (four color CMYK) of #fec160 color hex is 0.00, 0.24, 0.62, 0.00. Web safe color of #fec160 is #ffcc66. Color #fec160 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01100000
Octal 376 301 140
Decimal 254 193 96
Hex FE C1 60

RGB Percentages of Color #fec160

%46.78
%35.54
%17.68

CMYK Percentages of Color #fec160

%0
%24
%62
%0

Triadic Colors of #fec160

#fec160 #60fec1 #c160fe

Analogous Colors of #fec160

#fec160 #ecfe60 #fe7260

Monochromatic Colors of #fec160

#fec160

Complementary Color

#fec160 #609dfe

#fec160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec160 Color CSS Codes

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

#fec160 Text Font Color

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

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


#fec160 Background Color

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

This div background color is #fec160


#fec160 Border Color

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

This div border color is #fec160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec160


Comments

No comments written yet.

Please login to write comment.