Color Hex Logo

#fed62e Color Hex

#FED62E
(254,214,46)
0 Favorites   0 Comments

Color spaces of #fed62e

RGB 25421446
HSL0.130.990.59
HSV48°82°100°
CMYK 0.000.160.82   0.00
XYZ65.412869.361212.5252
Yxy69.36120.44410.4709
Hunter Lab83.2834-5.547649.3816
CIE-Lab86.6826-1.150979.7706

#fed62e color RGB value is (254,214,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 00101110
Octal 376 326 56
Decimal 254 214 46
Hex FE D6 2E

RGB Percentages of Color #fed62e

%49.42
%41.63
%8.95

CMYK Percentages of Color #fed62e

%0
%16
%82
%0

Triadic Colors of #fed62e

#fed62e #2efed6 #d62efe

Analogous Colors of #fed62e

#fed62e #befe2e #fe6e2e

Monochromatic Colors of #fed62e

#fed62e

Complementary Color

#fed62e #2e56fe

#fed62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed62e Color CSS Codes

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

#fed62e Text Font Color

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

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


#fed62e Background Color

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

This div background color is #fed62e


#fed62e Border Color

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

This div border color is #fed62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed62e

Related Colors


Comments

No comments written yet.

Please login to write comment.