Color Hex Logo

#fecc4e Color Hex

#FECC4E
(254,204,78)
0 Favorites   0 Comments

Color spaces of #fecc4e

RGB 25420478
HSL0.120.990.65
HSV43°69°100°
CMYK 0.000.200.69   0.00
XYZ63.841164.806616.3519
Yxy64.80660.44030.4469
Hunter Lab80.50250.676844.3086
CIE-Lab84.38405.192766.7678

#fecc4e color RGB value is (254,204,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 01001110
Octal 376 314 116
Decimal 254 204 78
Hex FE CC 4E

RGB Percentages of Color #fecc4e

%47.39
%38.06
%14.55

CMYK Percentages of Color #fecc4e

%0
%20
%69
%0

Triadic Colors of #fecc4e

#fecc4e #4efecc #cc4efe

Analogous Colors of #fecc4e

#fecc4e #d8fe4e #fe744e

Monochromatic Colors of #fecc4e

#fecc4e

Complementary Color

#fecc4e #4e80fe

#fecc4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc4e Color CSS Codes

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

#fecc4e Text Font Color

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

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


#fecc4e Background Color

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

This div background color is #fecc4e


#fecc4e Border Color

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

This div border color is #fecc4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc4e


Comments

No comments written yet.

Please login to write comment.