Color Hex Logo

#fec24e Color Hex

#FEC24E
(254,194,78)
0 Favorites   0 Comments

Color spaces of #fec24e

RGB 25419478
HSL0.110.990.65
HSV40°69°100°
CMYK 0.000.240.69   0.00
XYZ61.540060.204515.5848
Yxy60.20450.44810.4384
Hunter Lab77.59165.788042.4053
CIE-Lab81.949210.361864.2590

#fec24e color RGB value is (254,194,78).

#fec24e hex color red value is 254, green value is 194 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fec24e hue: 0.11 , saturation: 0.99 and the lightness value of fec24e is 0.65.

The process color (four color CMYK) of #fec24e color hex is 0.00, 0.24, 0.69, 0.00. Web safe color of #fec24e is #ffcc66. Color #fec24e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000010 01001110
Octal 376 302 116
Decimal 254 194 78
Hex FE C2 4E

RGB Percentages of Color #fec24e

%48.29
%36.88
%14.83

CMYK Percentages of Color #fec24e

%0
%24
%69
%0

Triadic Colors of #fec24e

#fec24e #4efec2 #c24efe

Analogous Colors of #fec24e

#fec24e #e2fe4e #fe6a4e

Monochromatic Colors of #fec24e

#fec24e

Complementary Color

#fec24e #4e8afe

#fec24e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec24e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec24e Color CSS Codes

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

#fec24e Text Font Color

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

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


#fec24e Background Color

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

This div background color is #fec24e


#fec24e Border Color

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

This div border color is #fec24e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec24e


Comments

No comments written yet.

Please login to write comment.