Color Hex Logo

#fec06f Color Hex

#FEC06F
(254,192,111)
0 Favorites   0 Comments

Color spaces of #fec06f

RGB 254192111
HSL0.090.990.72
HSV34°56°100°
CMYK 0.000.240.56   0.00
XYZ62.591959.917823.3053
Yxy59.91780.42930.4109
Hunter Lab77.40668.875736.3338
CIE-Lab81.793513.483748.9736

#fec06f color RGB value is (254,192,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 01101111
Octal 376 300 157
Decimal 254 192 111
Hex FE C0 6F

RGB Percentages of Color #fec06f

%45.60
%34.47
%19.93

CMYK Percentages of Color #fec06f

%0
%24
%56
%0

Triadic Colors of #fec06f

#fec06f #6ffec0 #c06ffe

Analogous Colors of #fec06f

#fec06f #f5fe6f #fe796f

Monochromatic Colors of #fec06f

#fec06f

Complementary Color

#fec06f #6fadfe

#fec06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec06f Color CSS Codes

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

#fec06f Text Font Color

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

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


#fec06f Background Color

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

This div background color is #fec06f


#fec06f Border Color

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

This div border color is #fec06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec06f

Related Colors


Comments

No comments written yet.

Please login to write comment.