Color Hex Logo

#fec41e Color Hex

#FEC41E
(254,196,30)
0 Favorites   0 Comments

Color spaces of #fec41e

RGB 25419630
HSL0.120.990.56
HSV44°88°100°
CMYK 0.000.230.88   0.00
XYZ60.847360.64449.7268
Yxy60.64440.46370.4622
Hunter Lab77.87453.190747.1066
CIE-Lab82.18727.706979.8823

#fec41e color RGB value is (254,196,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 00011110
Octal 376 304 36
Decimal 254 196 30
Hex FE C4 1E

RGB Percentages of Color #fec41e

%52.92
%40.83
%6.25

CMYK Percentages of Color #fec41e

%0
%23
%88
%0

Triadic Colors of #fec41e

#fec41e #1efec4 #c41efe

Analogous Colors of #fec41e

#fec41e #c8fe1e #fe541e

Monochromatic Colors of #fec41e

#fec41e

Complementary Color

#fec41e #1e58fe

#fec41e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec41e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec41e Color CSS Codes

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

#fec41e Text Font Color

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

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


#fec41e Background Color

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

This div background color is #fec41e


#fec41e Border Color

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

This div border color is #fec41e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec41e


Comments

No comments written yet.

Please login to write comment.