Color Hex Logo

#fedc2e Color Hex

#FEDC2E
(254,220,46)
0 Favorites   0 Comments

Color spaces of #fedc2e

RGB 25422046
HSL0.140.990.59
HSV50°82°100°
CMYK 0.000.130.82   0.00
XYZ66.959472.454513.0407
Yxy72.45450.43920.4753
Hunter Lab85.1202-8.544250.5007
CIE-Lab88.1869-4.182881.0477

#fedc2e color RGB value is (254,220,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011100 00101110
Octal 376 334 56
Decimal 254 220 46
Hex FE DC 2E

RGB Percentages of Color #fedc2e

%48.85
%42.31
%8.85

CMYK Percentages of Color #fedc2e

%0
%13
%82
%0

Triadic Colors of #fedc2e

#fedc2e #2efedc #dc2efe

Analogous Colors of #fedc2e

#fedc2e #b8fe2e #fe742e

Monochromatic Colors of #fedc2e

#fedc2e

Complementary Color

#fedc2e #2e50fe

#fedc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedc2e Color CSS Codes

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

#fedc2e Text Font Color

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

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


#fedc2e Background Color

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

This div background color is #fedc2e


#fedc2e Border Color

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

This div border color is #fedc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedc2e

Related Colors


Comments

No comments written yet.

Please login to write comment.