Color Hex Logo

#fecc2e Color Hex

#FECC2E
(254,204,46)
0 Favorites   0 Comments

Color spaces of #fecc2e

RGB 25420446
HSL0.130.990.59
HSV46°82°100°
CMYK 0.000.200.82   0.00
XYZ62.959164.453811.7073
Yxy64.45380.45260.4633
Hunter Lab80.2831-0.513447.5522
CIE-Lab84.20153.953477.6579

#fecc2e color RGB value is (254,204,46).

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

The process color (four color CMYK) of #fecc2e color hex is 0.00, 0.20, 0.82, 0.00. Web safe color of #fecc2e is #ffcc33. Color #fecc2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001100 00101110
Octal 376 314 56
Decimal 254 204 46
Hex FE CC 2E

RGB Percentages of Color #fecc2e

%50.40
%40.48
%9.13

CMYK Percentages of Color #fecc2e

%0
%20
%82
%0

Triadic Colors of #fecc2e

#fecc2e #2efecc #cc2efe

Analogous Colors of #fecc2e

#fecc2e #c8fe2e #fe642e

Monochromatic Colors of #fecc2e

#fecc2e

Complementary Color

#fecc2e #2e60fe

#fecc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecc2e Color CSS Codes

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

#fecc2e Text Font Color

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

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


#fecc2e Background Color

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

This div background color is #fecc2e


#fecc2e Border Color

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

This div border color is #fecc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecc2e

Related Colors


Comments

No comments written yet.

Please login to write comment.