Color Hex Logo

#fec66f Color Hex

#FEC66F
(254,198,111)
0 Favorites   0 Comments

Color spaces of #fec66f

RGB 254198111
HSL0.100.990.72
HSV37°56°100°
CMYK 0.000.220.56   0.00
XYZ63.936462.606723.7534
Yxy62.60670.42540.4166
Hunter Lab79.12445.769137.5880
CIE-Lab83.235010.362950.6970

#fec66f color RGB value is (254,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000110 01101111
Octal 376 306 157
Decimal 254 198 111
Hex FE C6 6F

RGB Percentages of Color #fec66f

%45.12
%35.17
%19.72

CMYK Percentages of Color #fec66f

%0
%22
%56
%0

Triadic Colors of #fec66f

#fec66f #6ffec6 #c66ffe

Analogous Colors of #fec66f

#fec66f #effe6f #fe7f6f

Monochromatic Colors of #fec66f

#fec66f

Complementary Color

#fec66f #6fa7fe

#fec66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec66f Color CSS Codes

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

#fec66f Text Font Color

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

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


#fec66f Background Color

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

This div background color is #fec66f


#fec66f Border Color

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

This div border color is #fec66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec66f


Comments

No comments written yet.

Please login to write comment.