Color Hex Logo

#fec16e Color Hex

#FEC16E
(254,193,110)
0 Favorites   0 Comments

Color spaces of #fec16e

RGB 254193110
HSL0.100.990.71
HSV35°57°100°
CMYK 0.000.240.57   0.00
XYZ62.757560.336523.0903
Yxy60.33650.42930.4127
Hunter Lab77.67668.282136.7489
CIE-Lab82.020812.887449.7344

#fec16e color RGB value is (254,193,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 01101110
Octal 376 301 156
Decimal 254 193 110
Hex FE C1 6E

RGB Percentages of Color #fec16e

%45.60
%34.65
%19.75

CMYK Percentages of Color #fec16e

%0
%24
%57
%0

Triadic Colors of #fec16e

#fec16e #6efec1 #c16efe

Analogous Colors of #fec16e

#fec16e #f3fe6e #fe796e

Monochromatic Colors of #fec16e

#fec16e

Complementary Color

#fec16e #6eabfe

#fec16e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec16e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec16e Color CSS Codes

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

#fec16e Text Font Color

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

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


#fec16e Background Color

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

This div background color is #fec16e


#fec16e Border Color

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

This div border color is #fec16e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec16e

Related Colors


Comments

No comments written yet.

Please login to write comment.