Color Hex Logo

#fec76f Color Hex

#FEC76F
(254,199,111)
0 Favorites   0 Comments

Color spaces of #fec76f

RGB 254199111
HSL0.100.990.72
HSV37°56°100°
CMYK 0.000.220.56   0.00
XYZ64.165763.065423.8299
Yxy63.06540.42480.4175
Hunter Lab79.41375.252637.7983
CIE-Lab83.47689.843950.9848

#fec76f color RGB value is (254,199,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01101111
Octal 376 307 157
Decimal 254 199 111
Hex FE C7 6F

RGB Percentages of Color #fec76f

%45.04
%35.28
%19.68

CMYK Percentages of Color #fec76f

%0
%22
%56
%0

Triadic Colors of #fec76f

#fec76f #6ffec7 #c76ffe

Analogous Colors of #fec76f

#fec76f #eefe6f #fe806f

Monochromatic Colors of #fec76f

#fec76f

Complementary Color

#fec76f #6fa6fe

#fec76f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec76f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec76f Color CSS Codes

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

#fec76f Text Font Color

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

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


#fec76f Background Color

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

This div background color is #fec76f


#fec76f Border Color

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

This div border color is #fec76f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec76f

Related Colors


Comments

No comments written yet.

Please login to write comment.