Color Hex Logo

#fec46f Color Hex

#FEC46F
(254,196,111)
0 Favorites   0 Comments

Color spaces of #fec46f

RGB 254196111
HSL0.100.990.72
HSV36°56°100°
CMYK 0.000.230.56   0.00
XYZ63.482261.698423.6020
Yxy61.69840.42670.4147
Hunter Lab78.54836.802937.1685
CIE-Lab82.752811.401650.1219

#fec46f color RGB value is (254,196,111).

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

The process color (four color CMYK) of #fec46f color hex is 0.00, 0.23, 0.56, 0.00. Web safe color of #fec46f is #ffcc66. Color #fec46f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 01101111
Octal 376 304 157
Decimal 254 196 111
Hex FE C4 6F

RGB Percentages of Color #fec46f

%45.28
%34.94
%19.79

CMYK Percentages of Color #fec46f

%0
%23
%56
%0

Triadic Colors of #fec46f

#fec46f #6ffec4 #c46ffe

Analogous Colors of #fec46f

#fec46f #f1fe6f #fe7d6f

Monochromatic Colors of #fec46f

#fec46f

Complementary Color

#fec46f #6fa9fe

#fec46f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec46f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec46f Color CSS Codes

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

#fec46f Text Font Color

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

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


#fec46f Background Color

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

This div background color is #fec46f


#fec46f Border Color

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

This div border color is #fec46f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec46f


Comments

No comments written yet.

Please login to write comment.