Color Hex Logo

#fed43e Color Hex

#FED43E
(254,212,62)
0 Favorites   0 Comments

Color spaces of #fed43e

RGB 25421262
HSL0.130.990.62
HSV47°76°100°
CMYK 0.000.170.76   0.00
XYZ65.286068.505614.3394
Yxy68.50560.44070.4625
Hunter Lab82.7681-4.046647.6658
CIE-Lab86.25860.391174.5535

#fed43e color RGB value is (254,212,62).

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

The process color (four color CMYK) of #fed43e color hex is 0.00, 0.17, 0.76, 0.00. Web safe color of #fed43e is #ffcc33. Color #fed43e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 00111110
Octal 376 324 76
Decimal 254 212 62
Hex FE D4 3E

RGB Percentages of Color #fed43e

%48.11
%40.15
%11.74

CMYK Percentages of Color #fed43e

%0
%17
%76
%0

Triadic Colors of #fed43e

#fed43e #3efed4 #d43efe

Analogous Colors of #fed43e

#fed43e #c8fe3e #fe743e

Monochromatic Colors of #fed43e

#fed43e

Complementary Color

#fed43e #3e68fe

#fed43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed43e Color CSS Codes

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

#fed43e Text Font Color

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

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


#fed43e Background Color

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

This div background color is #fed43e


#fed43e Border Color

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

This div border color is #fed43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed43e


Comments

No comments written yet.

Please login to write comment.