Color Hex Logo

#fece0e Color Hex

#FECE0E
(254,206,14)
0 Favorites   0 Comments

Color spaces of #fece0e

RGB 25420614
HSL0.130.990.53
HSV48°94°100°
CMYK 0.000.190.94   0.00
XYZ63.023665.24529.6873
Yxy65.24520.45680.4729
Hunter Lab80.7745-2.082349.4315
CIE-Lab84.60992.341684.1806

#fece0e color RGB value is (254,206,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001110 00001110
Octal 376 316 16
Decimal 254 206 14
Hex FE CE E

RGB Percentages of Color #fece0e

%53.59
%43.46
%2.95

CMYK Percentages of Color #fece0e

%0
%19
%94
%0

Triadic Colors of #fece0e

#fece0e #0efece #ce0efe

Analogous Colors of #fece0e

#fece0e #b6fe0e #fe560e

Monochromatic Colors of #fece0e

#fece0e

Complementary Color

#fece0e #0e3efe

#fece0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fece0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fece0e Color CSS Codes

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

#fece0e Text Font Color

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

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


#fece0e Background Color

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

This div background color is #fece0e


#fece0e Border Color

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

This div border color is #fece0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fece0e

Related Colors


Comments

No comments written yet.

Please login to write comment.