Color Hex Logo

#fec10e Color Hex

#FEC10E
(254,193,14)
0 Favorites   0 Comments

Color spaces of #fec10e

RGB 25419314
HSL0.120.990.53
HSV45°94°100°
CMYK 0.000.240.94   0.00
XYZ60.022359.24258.6869
Yxy59.24250.46910.4630
Hunter Lab76.96914.502447.1868
CIE-Lab81.42479.037181.8746

#fec10e color RGB value is (254,193,14).

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

The process color (four color CMYK) of #fec10e color hex is 0.00, 0.24, 0.94, 0.00. Web safe color of #fec10e is #ffcc00. Color #fec10e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000001 00001110
Octal 376 301 16
Decimal 254 193 14
Hex FE C1 E

RGB Percentages of Color #fec10e

%55.10
%41.87
%3.04

CMYK Percentages of Color #fec10e

%0
%24
%94
%0

Triadic Colors of #fec10e

#fec10e #0efec1 #c10efe

Analogous Colors of #fec10e

#fec10e #c3fe0e #fe490e

Monochromatic Colors of #fec10e

#fec10e

Complementary Color

#fec10e #0e4bfe

#fec10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec10e Color CSS Codes

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

#fec10e Text Font Color

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

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


#fec10e Background Color

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

This div background color is #fec10e


#fec10e Border Color

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

This div border color is #fec10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec10e

Related Colors

#fec10e Color Palettes


Comments

No comments written yet.

Please login to write comment.