Color Hex Logo

#fec00e Color Hex

#FEC00E
(254,192,14)
0 Favorites   0 Comments

Color spaces of #fec00e

RGB 25419214
HSL0.120.990.53
HSV45°94°100°
CMYK 0.000.240.94   0.00
XYZ59.802058.80188.6134
Yxy58.80180.47010.4622
Hunter Lab76.68235.012147.0178
CIE-Lab81.18259.555581.7006

#fec00e color RGB value is (254,192,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000000 00001110
Octal 376 300 16
Decimal 254 192 14
Hex FE C0 E

RGB Percentages of Color #fec00e

%55.22
%41.74
%3.04

CMYK Percentages of Color #fec00e

%0
%24
%94
%0

Triadic Colors of #fec00e

#fec00e #0efec0 #c00efe

Analogous Colors of #fec00e

#fec00e #c4fe0e #fe480e

Monochromatic Colors of #fec00e

#fec00e

Complementary Color

#fec00e #0e4cfe

#fec00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec00e Color CSS Codes

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

#fec00e Text Font Color

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

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


#fec00e Background Color

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

This div background color is #fec00e


#fec00e Border Color

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

This div border color is #fec00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec00e

Related Colors


Comments

No comments written yet.

Please login to write comment.