Color Hex Logo

#fec74e Color Hex

#FEC74E
(254,199,78)
0 Favorites   0 Comments

Color spaces of #fec74e

RGB 25419978
HSL0.110.990.65
HSV41°69°100°
CMYK 0.000.220.69   0.00
XYZ62.671662.467715.9621
Yxy62.46770.44420.4427
Hunter Lab79.03653.226843.3514
CIE-Lab83.16157.771665.5116

#fec74e color RGB value is (254,199,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000111 01001110
Octal 376 307 116
Decimal 254 199 78
Hex FE C7 4E

RGB Percentages of Color #fec74e

%47.83
%37.48
%14.69

CMYK Percentages of Color #fec74e

%0
%22
%69
%0

Triadic Colors of #fec74e

#fec74e #4efec7 #c74efe

Analogous Colors of #fec74e

#fec74e #ddfe4e #fe6f4e

Monochromatic Colors of #fec74e

#fec74e

Complementary Color

#fec74e #4e85fe

#fec74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec74e Color CSS Codes

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

#fec74e Text Font Color

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

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


#fec74e Background Color

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

This div background color is #fec74e


#fec74e Border Color

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

This div border color is #fec74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec74e

Related Colors


Comments

No comments written yet.

Please login to write comment.