Color Hex Logo

#fec81e Color Hex

#FEC81E
(254,200,30)
0 Favorites   0 Comments

Color spaces of #fec81e

RGB 25420030
HSL0.130.990.56
HSV46°88°100°
CMYK 0.000.210.88   0.00
XYZ61.761762.473110.0316
Yxy62.47310.46000.4653
Hunter Lab79.03991.159847.8030
CIE-Lab83.16445.642980.6428

#fec81e color RGB value is (254,200,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001000 00011110
Octal 376 310 36
Decimal 254 200 30
Hex FE C8 1E

RGB Percentages of Color #fec81e

%52.48
%41.32
%6.20

CMYK Percentages of Color #fec81e

%0
%21
%88
%0

Triadic Colors of #fec81e

#fec81e #1efec8 #c81efe

Analogous Colors of #fec81e

#fec81e #c4fe1e #fe581e

Monochromatic Colors of #fec81e

#fec81e

Complementary Color

#fec81e #1e54fe

#fec81e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec81e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec81e Color CSS Codes

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

#fec81e Text Font Color

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

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


#fec81e Background Color

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

This div background color is #fec81e


#fec81e Border Color

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

This div border color is #fec81e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec81e


Comments

No comments written yet.

Please login to write comment.