Color Hex Logo

#feec0e Color Hex

#FEEC0E
(254,236,14)
0 Favorites   0 Comments

Color spaces of #feec0e

RGB 25423614
HSL0.150.990.53
HSV56°94°100°
CMYK 0.000.070.94   0.00
XYZ70.947881.093412.3287
Yxy81.09340.43160.4934
Hunter Lab90.0519-16.958754.9191
CIE-Lab92.1732-12.701889.7486

#feec0e color RGB value is (254,236,14).

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

The process color (four color CMYK) of #feec0e color hex is 0.00, 0.07, 0.94, 0.00. Web safe color of #feec0e is #ffff00. Color #feec0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 00001110
Octal 376 354 16
Decimal 254 236 14
Hex FE EC E

RGB Percentages of Color #feec0e

%50.40
%46.83
%2.78

CMYK Percentages of Color #feec0e

%0
%7
%94
%0

Triadic Colors of #feec0e

#feec0e #0efeec #ec0efe

Analogous Colors of #feec0e

#feec0e #98fe0e #fe740e

Monochromatic Colors of #feec0e

#feec0e

Complementary Color

#feec0e #0e20fe

#feec0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feec0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#feec0e Color CSS Codes

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

#feec0e Text Font Color

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

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


#feec0e Background Color

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

This div background color is #feec0e


#feec0e Border Color

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

This div border color is #feec0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feec0e

Related Colors


Comments

No comments written yet.

Please login to write comment.