Color Hex Logo

#fec11f Color Hex

#FEC11F
(254,193,31)
0 Favorites   0 Comments

Color spaces of #fec11f

RGB 25419331
HSL0.120.990.56
HSV44°88°100°
CMYK 0.000.240.88   0.00
XYZ60.190359.30979.5719
Yxy59.30970.46630.4595
Hunter Lab77.01284.736546.5398
CIE-Lab81.46159.278279.1083

#fec11f color RGB value is (254,193,31).

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

The process color (four color CMYK) of #fec11f color hex is 0.00, 0.24, 0.88, 0.00. Web safe color of #fec11f is #ffcc33. Color #fec11f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00011111
Octal 376 301 37
Decimal 254 193 31
Hex FE C1 1F

RGB Percentages of Color #fec11f

%53.14
%40.38
%6.49

CMYK Percentages of Color #fec11f

%0
%24
%88
%0

Triadic Colors of #fec11f

#fec11f #1ffec1 #c11ffe

Analogous Colors of #fec11f

#fec11f #ccfe1f #fe521f

Monochromatic Colors of #fec11f

#fec11f

Complementary Color

#fec11f #1f5cfe

#fec11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec11f Color CSS Codes

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

#fec11f Text Font Color

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

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


#fec11f Background Color

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

This div background color is #fec11f


#fec11f Border Color

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

This div border color is #fec11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec11f


Comments

No comments written yet.

Please login to write comment.